|
Préférences
Moteurs de recherche
|
|||||||
| JavaTM 2 Platform Std. Ed. v1.4.2
java.rmi.server
|
||||||||
| Method Summary | |
void |
dispatch(Remote obj,
RemoteCall theCall,
int opnum,
long hash)
Deprecated. no replacement |
Operation[] |
getOperations()
Deprecated. no replacement |
| Method Detail |
public void dispatch(Remote obj, RemoteCall theCall, int opnum, long hash) throws Exception
obj - remote implementation to dispatch call totheCall - object representing remote callopnum - operation numberhash - stub/skeleton interface hash
Exception - if a general exception occurs.public Operation[] getOperations()