org.apache.stratos.cartridge.agent
Class CartridgeAgent

java.lang.Object
  extended by org.apache.stratos.cartridge.agent.CartridgeAgent
All Implemented Interfaces:
Runnable

public class CartridgeAgent
extends Object
implements Runnable

Cartridge agent runnable.


Constructor Summary
CartridgeAgent()
           
 
Method Summary
 void run()
           
protected  void subscribeToTopicsAndRegisterListeners()
           
 void terminate()
           
protected  void validateRequiredSystemProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartridgeAgent

public CartridgeAgent()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

subscribeToTopicsAndRegisterListeners

protected void subscribeToTopicsAndRegisterListeners()

validateRequiredSystemProperties

protected void validateRequiredSystemProperties()

terminate

public void terminate()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.