KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > server > Skeleton

java.rmi.server
Interface Skeleton

See Also:
Top Examples, Source Code, @Deprecated

@Deprecated
void dispatch(Remote obj,
                         RemoteCall theCall,
                         int opnum,
                         long hash)
              throws Exception
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
Operation[] getOperations()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags