|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.metanotion.rpc.OOBExceptionMessage
public final class OOBExceptionMessage
| Constructor Summary | |
|---|---|
OOBExceptionMessage(java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
call(OutOfBandMessages oobm)
Call a method on o, returning the return values. |
java.lang.Class<OutOfBandMessages> |
getInterface()
Get the Class object for interface this Message expects |
void |
send(OutOfBandMessages oobm)
Send a message to o, ignore any return values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OOBExceptionMessage(java.lang.Throwable cause)
| Method Detail |
|---|
public void send(OutOfBandMessages oobm)
Message
send in interface Message<OutOfBandMessages>oobm - Object to receive the message.public java.lang.Object call(OutOfBandMessages oobm)
Message
call in interface Message<OutOfBandMessages>oobm - Object to receive the message.
public java.lang.Class<OutOfBandMessages> getInterface()
Message
getInterface in interface Message<OutOfBandMessages>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||