Uses of Class
org.apache.stratos.cartridge.agent.registrant.Registrant

Packages that use Registrant
org.apache.stratos.cartridge.agent   
org.apache.stratos.cartridge.agent.registrant   
org.apache.stratos.cartridge.agent.service   
 

Uses of Registrant in org.apache.stratos.cartridge.agent
 

Methods in org.apache.stratos.cartridge.agent with parameters of type Registrant
 void ClusteringClient.joinGroup(Registrant registrant, org.apache.axis2.context.ConfigurationContext configurationContext)
          Join a cluster group of the Elastic Load Balancer
 

Constructors in org.apache.stratos.cartridge.agent with parameters of type Registrant
InstanceStateNotificationClientThread(Registrant registrant, String state)
           
 

Uses of Registrant in org.apache.stratos.cartridge.agent.registrant
 

Methods in org.apache.stratos.cartridge.agent.registrant that return types with arguments of type Registrant
 List<Registrant> RegistrantDatabase.getRegistrants()
           
 

Methods in org.apache.stratos.cartridge.agent.registrant with parameters of type Registrant
 void RegistrantDatabase.add(Registrant registrant)
           
 boolean RegistrantDatabase.containsActive(Registrant registrant)
           
 boolean RegistrantDatabase.isAlreadyAdded(Registrant registrant)
           
static boolean RegistrantUtil.isHealthy(Registrant registrant)
          Before adding a member, we will try to verify whether we can connect to it
 void RegistrantHealthChecker.start(Registrant registrant)
           
 

Uses of Registrant in org.apache.stratos.cartridge.agent.service
 

Methods in org.apache.stratos.cartridge.agent.service with parameters of type Registrant
 boolean CartridgeAgentService.register(Registrant registrant)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.