Uses of Class
org.almendra.commons.util.exception.AlreadyRegisteredException

Packages that use AlreadyRegisteredException
org.almendra.janet.cas.node   
 

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

Methods in org.almendra.janet.cas.node that throw AlreadyRegisteredException
 AgentPath Capability.registerAgent(java.lang.String agentName)
           
 AgentPath Capability.registerAgent(java.lang.String agentName, boolean autoincrement)
           
 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.