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

Packages that use Application
org.almendra.janet.cas.demo.fibonacci   
org.almendra.janet.cas.node   
 

Uses of Application in org.almendra.janet.cas.demo.fibonacci
 

Methods in org.almendra.janet.cas.demo.fibonacci that return Application
static Application FibonacciUtility.getApplication()
           
 

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

Methods in org.almendra.janet.cas.node that return Application
protected  Application Node.propagateRegisteredApplication(Application app, java.util.List nodeNames)
           
 Application ApplicationRegistry.registerApplication(Application app)
           
 Application Node.registerApplication(Application app, java.util.List nodeNames)
          Register the application in the node's application registry, create all agents, and start their schedulers.
 Application ApplicationDescriptor.toApplication()
           
 

Methods in org.almendra.janet.cas.node with parameters of type Application
protected  Application Node.propagateRegisteredApplication(Application app, java.util.List nodeNames)
           
 ApplicationAccessor NodeAccessor.registerApplication(Application app)
           
 Application ApplicationRegistry.registerApplication(Application app)
           
 ApplicationAccessor NodeAccessor.registerApplication(Application app, java.util.List nodeNames)
          Register the application in the node's application registry, create all agents, and start their schedulers.
 Application Node.registerApplication(Application app, java.util.List nodeNames)
          Register the application in the node's application registry, create all agents, and start their schedulers.