org.glassfish.internal.data
Class ApplicationRegistry

java.lang.Object
  extended by 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.


Constructor Summary
ApplicationRegistry()
           
 
Method Summary
 void add(String name, ApplicationInfo info)
           
 ApplicationInfo get(String name)
           
 Set<String> getAllApplicationNames()
           
 void remove(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationRegistry

public ApplicationRegistry()
Method Detail

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.