Deprecated
as a consequence of Skeleton
being deprecated. See corresponding docs for further information.
Modifier and Type | Field and Description |
---|---|
private static final long | |
private static final Operation[] | operations
Deprecated
as a consequence of
Operation being deprecated.
|
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | dispatch(Remote
remote implementation to dispatch call to obj, RemoteCall object representing remote call remoteCall, int operation number opnum, long stub/skeleton interface hash hash)Implements java.
Deprecated
as a consequence of
Unmarshals arguments, calls the actual remote object implementation,
and marshals the return value or any exception.
RemoteCall being deprecated.
|
public Operation[] | getOperations()
Implements java.
Deprecated
as a consequence of
Returns the operations supported by the skeleton.
Operation being deprecated.
|
interfaceHash | back to summary |
---|---|
private static final long interfaceHash |
operations | back to summary |
---|---|
private static final Operation[] operations
Deprecated as a consequence of |
DGCImpl_Skel | back to summary |
---|---|
public DGCImpl_Skel() |
dispatch | back to summary |
---|---|
public void dispatch(Remote obj, RemoteCall remoteCall, int opnum, long hash) throws Exception Implements java. Doc from java. Deprecated as a consequence of Unmarshals arguments, calls the actual remote object implementation, and marshals the return value or any exception.
|
getOperations | back to summary |
---|---|
public Operation[] getOperations() Implements java. Doc from java. Deprecated as a consequence of Returns the operations supported by the skeleton.
|