|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.remote.message.CloseMessage
public class CloseMessage
This class is used to inform a remote side of local closing.
Constructor Summary | |
---|---|
CloseMessage()
Constructs a CloseMessage with null message. |
|
CloseMessage(java.lang.String msg)
Constructs a CloseMessage with a user specific message. |
Method Summary | |
---|---|
java.lang.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(java.lang.String msg)
msg
- a user specific message explaining why the connection
was closed by the remote sideMethod Detail |
---|
public java.lang.String getMessage()
|
Open Source build 01-ea opendmk-1.0-b01-ea 2010.09.25_15:22:04_BST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |