|
||||||||||
| 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(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 side| Method Detail |
|---|
public String getMessage()
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||