Uses of Class
org.apache.stratos.cartridge.agent.exception.CartridgeAgentException

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

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

Methods in org.apache.stratos.cartridge.agent that throw CartridgeAgentException
 void ClusteringClient.init(Properties conf, org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.clustering.MembershipListener membershipListener)
           
 void ClusteringClient.joinGroup(Registrant registrant, org.apache.axis2.context.ConfigurationContext configurationContext)
          Join a cluster group of the Elastic Load Balancer
 void ClusteringClient.removeClusterDomain(String domain, String subDomain, String hostName, org.apache.axis2.context.ConfigurationContext configurationContext)
           
 

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

Methods in org.apache.stratos.cartridge.agent.registrant that throw CartridgeAgentException
 void RegistrantDatabase.add(Registrant registrant)
           
static void RegistrantUtil.reloadRegistrants(ClusteringClient clusteringClient, org.apache.axis2.context.ConfigurationContext configurationContext, RegistrantDatabase registrantDatabase)
          Reload all the registrants persisted in the file system
 

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

Methods in org.apache.stratos.cartridge.agent.service that throw CartridgeAgentException
 boolean CartridgeAgentService.register(Registrant registrant)
           
 boolean CartridgeAgentService.unregister(String domain, String subDomain, String hostName)
           
 



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