org.apache.qpid.console
Class AbstractConsole

java.lang.Object
  extended by org.apache.qpid.console.AbstractConsole
All Implemented Interfaces:
Console

public class AbstractConsole
extends Object
implements Console


Constructor Summary
AbstractConsole()
           
 
Method Summary
 void agentRemoved(Agent agent)
           
 void brokerConnected(Broker broker)
           
 void brokerDisconnected(Broker broker)
           
 void brokerInformation(Broker broker)
           
 void eventRecieved(Broker broker, QMFEvent anEvent)
           
 void hearbeatRecieved(Agent agent, long timestamp)
           
 void methodResponse(Broker broker, long seq, MethodResult response)
           
 void newAgent(Agent agent)
           
 void newClass(short kind, ClassKey key)
           
 void newPackage(String packageName)
           
 void objectProperties(Broker broker, QMFObject obj)
           
 void objectStatistics(Broker broker, QMFObject obj)
           
 Class typeMapping(ClassKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractConsole

public AbstractConsole()
Method Detail

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