|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuka.transport.JdkMarshalContext
uka.karmi.rmi.Connection
Connection objects represent the context of a remote method
invocation. Stub and skeleton objects use connections to marshal
and unmarshal method arguments and results. On the client-side the
connection is represented by a ClientConnection
object, on the server-side, a ServerConnection is used
for the remote method dispatch.
ClientConnection,
ServerConnection| Field Summary | |
byte |
cid
The command identifier transmitted first in a remote invocation. |
int |
mid
The method identifier transmitted third in a remote invocation. |
int |
oid
The object identifier transmitted second in a remote invocation. |
static byte |
RETURN_EXCEPTION
Bit mask that indicates an exceptional return. |
static byte |
RETURN_INTERNAL
Bit mask that indicates an internal error. |
static byte |
RETURN_INTERRUPT
Bit mask that indicates a deferred interrupt. |
static byte |
RETURN_OK
|
long |
tid
The thread ID this remote call belongs to. |
| Fields inherited from class uka.transport.JdkMarshalContext |
|
| Constructor Summary | |
Connection(MarshalOutput snd,
MarshalInput rcv)
|
|
| Method Summary | |
abstract void |
closeAsynchronousCall()
|
java.lang.String |
toString()
|
java.lang.String |
toStringMembers()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final byte RETURN_OK
public static final byte RETURN_EXCEPTION
public static final byte RETURN_INTERRUPT
public static final byte RETURN_INTERNAL
public byte cid
public int oid
cidpublic int mid
cidpublic long tid
cid| Constructor Detail |
public Connection(MarshalOutput snd,
MarshalInput rcv)
| Method Detail |
public abstract void closeAsynchronousCall()
throws RemoteException
RemoteExceptionpublic java.lang.String toString()
public java.lang.String toStringMembers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||