Uses of Class
org.almendra.janet.cas.node.SystemApplication

Packages that use SystemApplication
org.almendra.janet.ade.executor   
org.almendra.janet.ade.executor.executors   
org.almendra.janet.ade.observer   
org.almendra.janet.ade.observer.interpreters   
org.almendra.janet.ade.observer.simulation   
org.almendra.janet.ade.observer.simulation.interpreters   
org.almendra.janet.cas.agents   
org.almendra.janet.cas.node   
org.almendra.janet.cas.scheduling   
 

Uses of SystemApplication in org.almendra.janet.ade.executor
 

Fields in org.almendra.janet.ade.executor declared as SystemApplication
protected  SystemApplication AbstractAnchor.systemApplication
           
 

Methods in org.almendra.janet.ade.executor that return SystemApplication
 SystemApplication AbstractAnchor.getSystemApplication()
           
 

Constructors in org.almendra.janet.ade.executor with parameters of type SystemApplication
AbstractAnchor(SystemApplication systemApplication)
          Creates a new AbstractAnchor object.
ExecutorAnchor(IAgentProxy systemAgent, SystemApplication systemApplication, Logger logger)
          Creates a new DistributorAnchor object.
 

Uses of SystemApplication in org.almendra.janet.ade.executor.executors
 

Fields in org.almendra.janet.ade.executor.executors declared as SystemApplication
protected  SystemApplication EvictCommandsExecutor.systemApplication
           
 

Constructors in org.almendra.janet.ade.executor.executors with parameters of type SystemApplication
EvictCommandsExecutor(SystemApplication systemApplication, AgentPath evictionAgentPath, java.lang.String capabilityPath, java.lang.String token)
          Creates a new EvictCommandsExecutor object.
EvictExecuteCommandsExecutor(SystemApplication systemApplication, AgentPath evictionAgent, java.lang.String capabilityPath, java.lang.String token)
           
EvictWaitCommandsExecutor(SystemApplication application, AgentPath evictionAgent, java.lang.String capabilityPath, java.lang.String token)
          Creates a new EvictWaitCommandsExecutor object.
 

Uses of SystemApplication in org.almendra.janet.ade.observer
 

Constructors in org.almendra.janet.ade.observer with parameters of type SystemApplication
ObserverAnchor(SystemApplication systemApplication, Logger logger)
          Creates a new DistributorAnchor object.
 

Uses of SystemApplication in org.almendra.janet.ade.observer.interpreters
 

Methods in org.almendra.janet.ade.observer.interpreters with parameters of type SystemApplication
protected  ObserverAnchor StartInterpreter.getAnchorInstance(SystemApplication application, Logger logger)
           
 

Uses of SystemApplication in org.almendra.janet.ade.observer.simulation
 

Constructors in org.almendra.janet.ade.observer.simulation with parameters of type SystemApplication
ObserverAnchorSimulation(SystemApplication systemApplication, Logger logger)
          Creates a new ObserverAnchorSimulation object.
 

Uses of SystemApplication in org.almendra.janet.ade.observer.simulation.interpreters
 

Methods in org.almendra.janet.ade.observer.simulation.interpreters with parameters of type SystemApplication
protected  ObserverAnchor StartInterpreter.getAnchorInstance(SystemApplication application, Logger logger)
           
 

Uses of SystemApplication in org.almendra.janet.cas.agents
 

Methods in org.almendra.janet.cas.agents that return SystemApplication
 SystemApplication IAgent.getSystemApplication()
           
 SystemApplication AbstractAgent.getSystemApplication()
           
 

Constructors in org.almendra.janet.cas.agents with parameters of type SystemApplication
SystemAgent(Node node, SystemApplication systemApplication, Logger logger)
           
 

Uses of SystemApplication in org.almendra.janet.cas.node
 

Fields in org.almendra.janet.cas.node declared as SystemApplication
protected  SystemApplication ApplicationRegistry.systemApplication
           
 

Methods in org.almendra.janet.cas.node that return SystemApplication
 SystemApplication NodeDescriptor.getSystemApplication()
           
protected  SystemApplication NodeAccessor.getSystemApplication()
           
 SystemApplication Node.getSystemApplication()
           
 SystemApplication ApplicationRegistry.getSystemApplication()
           
 SystemApplication ApplicationDescriptor.toSystemApplication()
           
 

Methods in org.almendra.janet.cas.node with parameters of type SystemApplication
protected  void Node.init(SystemApplication sysApp, LocalLoggerDescriptor loggerDescriptor)
           
 AbstractApplication ApplicationRegistry.registerSystemApplication(SystemApplication sysApp)
           
protected  void Node.storeApplications(NodeDescriptor nodeDescriptor, SystemApplication sysApp)
           
 

Uses of SystemApplication in org.almendra.janet.cas.scheduling
 

Methods in org.almendra.janet.cas.scheduling that return SystemApplication
 SystemApplication CommandAccessor.getSystemApplication()
           
 SystemApplication CommandAccessor.getSystemApplicationIfPrivilege()