|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.management.domain.services.ManagementClient
public final class ManagementClient
This is the Object representation of a management client. According to specification : "A software component that is separate from the messaging broker, connected to the management broker via an AMQP connection, which allows any software component to be managed remotely by QPID."
Constructor Summary | |
---|---|
ManagementClient(UUID brokerId,
BrokerConnectionData connectionData)
Builds a new ManagementClient with the given identifier and connection data. |
Method Summary | |
---|---|
(package private) void |
estabilishFirstConnectionWithBroker()
Establishing initial communication Between Client and Broker. |
BrokerConnectionData |
getBrokerConnectionData()
Returns the connection data associated with this management client. |
(package private) void |
shutdown()
Shutdown procedure for this management client. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
ManagementClient(UUID brokerId, BrokerConnectionData connectionData)
ManagementClient
with the given identifier and connection data.
brokerId
- the broker identifier.connectionData
- the broker connection data (host, port, etc...)Method Detail |
---|
public String toString()
toString
in class Object
public BrokerConnectionData getBrokerConnectionData()
void estabilishFirstConnectionWithBroker() throws StartupFailureException
StartupFailureException
- when this management client cannot perform startup operations due to an error.void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |