|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientSynchroMessageConnection
| Method Summary | |
|---|---|
Message |
sendWithReturn(Message msg)
Sends a message to the remote side and waits a response. |
| Methods inherited from interface com.sun.jmx.remote.generic.SynchroMessageConnection |
|---|
close, connect, getConnectionId, sendOneWay |
| Method Detail |
|---|
Message sendWithReturn(Message msg)
throws IOException
An implementation can throw UnsupportedOperationException
to tell the caller that it is not supported. For example, if the object
is used on a server side and it is not mandatory for the server to send
a request spontaneously.
UnsupportedOperationException - thrown if the operation is not
supported by an implementation.
IOException - if a communication problem occures.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||