public class OpInniNonNull extends OpInni
OpRemote.Helper
defaultSemValue, msgList, noop, serialVersionUID, theLock, waitList
Constructor and Description |
---|
OpInniNonNull()
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, receive
call, call, equals, getId, hashCode, isNoop, send, send, V
public OpInniNonNull() throws java.rmi.RemoteException
java.rmi.RemoteException
void internalSend(Invocation inv)
internalSend
in class OpImpl
inv
- The invocation to service.
It is assumed to have already been cloned
and its replyOp set properly (null for send; non-null for call).