Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
Every skeleton class generated by the rmic stub compiler implements this interface. A skeleton for a remote object is a server-side entity that dispatches calls to the actual remote object implementation.
Method Summary | |
void | dispatch(Remote obj,
RemoteCall theCall,
int opnum,
long hash)
|
Operation[] | getOperations()
|
Method Detail |
public void dispatch(Remote obj, RemoteCall theCall, int opnum, long hash) throws Exception
public Operation[] getOperations()
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |