Top Description Fields Constructors Methods
sun.rmi.transport

public final Class DGCImpl_Skel

extends Object
implements Skeleton
Class Inheritance
All Implemented Interfaces
java.rmi.server.Skeleton
Annotations
@SuppressWarnings:deprecation, serial
Imports
java.io.IOException

Deprecated

as a consequence of Skeleton being deprecated. See corresponding docs for further information.

Skeleton to dispatch DGC methods. Originally generated by RMIC but frozen to match the stubs.

Field Summary

Modifier and TypeField and Description
private static final long
private static final Operation[]
operations

Deprecated as a consequence of Operation being deprecated.

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod 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.rmi.server.Skeleton.dispatch.

Deprecated as a consequence of RemoteCall being deprecated.
Unmarshals arguments, calls the actual remote object implementation, and marshals the return value or any exception.
public Operation[]
getOperations()

Implements java.rmi.server.Skeleton.getOperations.

Deprecated as a consequence of Operation being deprecated.
Returns the operations supported by the skeleton.
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

interfaceHashback to summary
private static final long interfaceHash
operationsback to summary
private static final Operation[] operations

Deprecated

as a consequence of Operation being deprecated. See corresponding docs for further information.

Constructor Detail

DGCImpl_Skelback to summary
public DGCImpl_Skel()

Method Detail

dispatchback to summary
public void dispatch(Remote obj, RemoteCall remoteCall, int opnum, long hash) throws Exception

Implements java.rmi.server.Skeleton.dispatch.

Doc from java.rmi.server.Skeleton.dispatch.

Deprecated

as a consequence of RemoteCall being deprecated. See corresponding docs for further information.

Unmarshals arguments, calls the actual remote object implementation, and marshals the return value or any exception.

Parameters
obj:Remote

remote implementation to dispatch call to

remoteCall:RemoteCall

object representing remote call

opnum:int

operation number

hash:long

stub/skeleton interface hash

Exceptions
Exception:
if a general exception occurs.
getOperationsback to summary
public Operation[] getOperations()

Implements java.rmi.server.Skeleton.getOperations.

Doc from java.rmi.server.Skeleton.getOperations.

Deprecated

as a consequence of Operation being deprecated. See corresponding docs for further information.

Returns the operations supported by the skeleton.

Returns:Operation[]

operations supported by skeleton