org.glassfish.internal.data
Class ApplicationRegistry
java.lang.Object
org.glassfish.internal.data.ApplicationRegistry
@Service
@Scoped(value=org.jvnet.hk2.component.Singleton.class)
public class ApplicationRegistry
- extends Object
Registry for deployed Applications
TODO : dochez
this class needs to go, I think we should use the configured tree (applications)
to store this list. This could be achieve once hk2 configured support Transient
objects attachment.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationRegistry
public ApplicationRegistry()
add
public void add(String name,
ApplicationInfo info)
get
public ApplicationInfo get(String name)
remove
public void remove(String name)
getAllApplicationNames
public Set<String> getAllApplicationNames()
Copyright © 2012 GlassFish Community. All Rights Reserved.