Uses of Class
javassist.tools.rmi.RemoteException
-
Packages that use RemoteException Package Description javassist.tools.rmi Sample implementation of remote method invocation. -
-
Uses of RemoteException in javassist.tools.rmi
Methods in javassist.tools.rmi that throw RemoteException Modifier and Type Method Description java.lang.ObjectObjectImporter. call(int objectid, int methodid, java.lang.Object[] args)Calls a method on a remote object.static java.lang.ObjectSample. forwardStatic(java.lang.Object[] args, int identifier)
-