org.apache.stratos.cartridge.agent.service
Class CartridgeAgentService

java.lang.Object
  extended by org.apache.stratos.cartridge.agent.service.CartridgeAgentService

public class CartridgeAgentService
extends Object

Web service used for allowing Registrants to register themselves with the Cartridge Agent

See Also:
Registrant

Constructor Summary
CartridgeAgentService()
           
 
Method Summary
 boolean register(Registrant registrant)
           
 boolean unregister(String domain, String subDomain, String hostName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartridgeAgentService

public CartridgeAgentService()
Method Detail

register

public boolean register(Registrant registrant)
                 throws CartridgeAgentException
Throws:
CartridgeAgentException

unregister

public boolean unregister(String domain,
                          String subDomain,
                          String hostName)
                   throws CartridgeAgentException
Throws:
CartridgeAgentException


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