public class OpInniNonNoop extends OpInni
OpRemote.HelperdefaultSemValue, msgList, noop, serialVersionUID, theLock, waitList| Constructor and Description |
|---|
OpInniNonNoop()
Create a new instance of an operation that's to be serviced
via inni.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
internalSend(Invocation inv)
Internal asynchronous invocation.
|
canAppearInInni, deliverPendingMessages, elements, getFirstTime, getLock, isRemote, length, newOpInni, newSem, newSem, P, receivecall, call, equals, getId, hashCode, isNoop, send, send, Vpublic OpInniNonNoop()
throws java.rmi.RemoteException
java.rmi.RemoteException - if RMI fails.void internalSend(Invocation inv)
internalSend in class OpImplinv - The invocation to service.
It is assumed to have already been cloned
and its replyOp set properly (null for send; non-null for call).