|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grid.jgrid.proxy.ComputeServer_Skel
This skeleton is modified to disallow calls to the compute(Computable) method. The corresponding stub should translate all such calls into calls on the compute(Computable, String) method.
Field Summary | |
private static long |
interfaceHash
|
private static java.rmi.server.Operation[] |
operations
|
Constructor Summary | |
ComputeServer_Skel()
|
Method Summary | |
void |
dispatch(java.rmi.Remote obj,
java.rmi.server.RemoteCall call,
int opnum,
long hash)
Dispatchs an incoming RMI call to the server object. |
java.rmi.server.Operation[] |
getOperations()
Gets the list of operations supported by this skeleton. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.rmi.server.Operation[] operations
private static final long interfaceHash
Constructor Detail |
public ComputeServer_Skel()
Method Detail |
public java.rmi.server.Operation[] getOperations()
getOperations
in interface java.rmi.server.Skeleton
public void dispatch(java.rmi.Remote obj, java.rmi.server.RemoteCall call, int opnum, long hash) throws java.lang.Exception
dispatch
in interface java.rmi.server.Skeleton
obj
- the server objectcall
- the RMI call objectopnum
- the index of the target methodhash
- the has number of the target method
java.lang.Exception
- thrown if the call parameters are incorrect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |