org.apache.qpid.console
Class AbstractConsole
java.lang.Object
org.apache.qpid.console.AbstractConsole
- All Implemented Interfaces:
- Console
public class AbstractConsole
- extends Object
- implements Console
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConsole
public AbstractConsole()
agentRemoved
public void agentRemoved(Agent agent)
- Specified by:
agentRemoved
in interface Console
brokerConnected
public void brokerConnected(Broker broker)
- Specified by:
brokerConnected
in interface Console
brokerDisconnected
public void brokerDisconnected(Broker broker)
- Specified by:
brokerDisconnected
in interface Console
brokerInformation
public void brokerInformation(Broker broker)
- Specified by:
brokerInformation
in interface Console
eventRecieved
public void eventRecieved(Broker broker,
QMFEvent anEvent)
- Specified by:
eventRecieved
in interface Console
hearbeatRecieved
public void hearbeatRecieved(Agent agent,
long timestamp)
- Specified by:
hearbeatRecieved
in interface Console
methodResponse
public void methodResponse(Broker broker,
long seq,
MethodResult response)
- Specified by:
methodResponse
in interface Console
newAgent
public void newAgent(Agent agent)
- Specified by:
newAgent
in interface Console
newClass
public void newClass(short kind,
ClassKey key)
- Specified by:
newClass
in interface Console
newPackage
public void newPackage(String packageName)
- Specified by:
newPackage
in interface Console
objectProperties
public void objectProperties(Broker broker,
QMFObject obj)
- Specified by:
objectProperties
in interface Console
objectStatistics
public void objectStatistics(Broker broker,
QMFObject obj)
- Specified by:
objectStatistics
in interface Console
typeMapping
public Class typeMapping(ClassKey key)
- Specified by:
typeMapping
in interface Console
Licensed to the Apache Software Foundation