Uses of Interface
org.neo.swarm.ApplicationContext

Packages that use ApplicationContext
org.neo.swarm   
org.neo.swarm.config   
org.neo.swarm.services.binding   
org.neo.swarm.services.tcp   
 

Uses of ApplicationContext in org.neo.swarm
 

Classes in org.neo.swarm that implement ApplicationContext
 class SwarmApplicationContext
           
 

Methods in org.neo.swarm that return ApplicationContext
 ApplicationContext SwarmContainer.getAppContext(java.lang.String name)
           
 ApplicationContext DefaultSwarmContainer.getAppContext(java.lang.String name)
           
 

Methods in org.neo.swarm with parameters of type ApplicationContext
 void SwarmContainer.registerAppContext(java.lang.String name, ApplicationContext ac)
           
 void DefaultSwarmContainer.registerAppContext(java.lang.String name, ApplicationContext ac)
           
 void AppContextBinding.bind(ApplicationContext context)
           
 

Constructors in org.neo.swarm with parameters of type ApplicationContext
DefaultSwarmContainer(ApplicationContext appContexts, ApplicationContext services)
           
 

Uses of ApplicationContext in org.neo.swarm.config
 

Methods in org.neo.swarm.config with parameters of type ApplicationContext
protected  void JMXConfig.setupTcpService(ApplicationContext context)
           
protected  void DynamicConfig.setupTcpService(ApplicationContext context)
           
 

Uses of ApplicationContext in org.neo.swarm.services.binding
 

Methods in org.neo.swarm.services.binding with parameters of type ApplicationContext
 Invocation RemoteACProxyFactory.createRegisterAppContextInvocation(java.lang.String rootContainerName, java.lang.String acURI, ApplicationContext remoteACPerspectve)
          Returns an hand-rolled invocation for the root container to insert a given (remote version) of an application context;
 

Constructors in org.neo.swarm.services.binding with parameters of type ApplicationContext
StaticRunnable(ApplicationContext appContext, Sender sender, Serializer serializer, int timeout)
           
DynamicRunnable(ApplicationContext appContext, Sender sender, Serializer serializer, int timeout)
           
 

Uses of ApplicationContext in org.neo.swarm.services.tcp
 

Constructors in org.neo.swarm.services.tcp with parameters of type ApplicationContext
ServerCompRouter(ApplicationContext ac, Serializer serializer)
           
 



Copyright © 2001-2004 SWARM-ONE -First Generation (S)calable(W)ide(AR)ea(M)esh. All Rights Reserved.