Uses of Class
org.sr.server.ServiceDefinition.ComponentLifeContext

Packages that use ServiceDefinition.ComponentLifeContext
org.sr.server JavaScript to Java remote communication library. 
 

Uses of ServiceDefinition.ComponentLifeContext in org.sr.server
 

Methods in org.sr.server that return ServiceDefinition.ComponentLifeContext
 ServiceDefinition.ComponentLifeContext ServiceDefinition.getContext()
           
static ServiceDefinition.ComponentLifeContext ServiceDefinition.ComponentLifeContext.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServiceDefinition.ComponentLifeContext[] ServiceDefinition.ComponentLifeContext.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sr.server with parameters of type ServiceDefinition.ComponentLifeContext
 void ServiceDefinition.setContext(ServiceDefinition.ComponentLifeContext context)