|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.remote.message.CloseMessage
This class is used to inform a remote side of local closing.
Constructor Summary | |
CloseMessage()
Constructs a CloseMessage with null message. |
|
CloseMessage(String msg)
Constructs a CloseMessage with a user specific message. |
Method Summary | |
String |
getMessage()
Returns a message explaining why the connection was closed by the remote side. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CloseMessage()
public CloseMessage(String msg)
msg
- a user specific message explaining why the connection
was closed by the remote sideMethod Detail |
public String getMessage()
|
JMX Remote API Specification 1.0 Final Release Generated from RI build jmxremote-1_0_1_03-b57.2 2005.11.28_17:40:34_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |