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 ObjectObjectImporter. call(int objectid, int methodid, Object[] args)Calls a method on a remote object.static ObjectSample. forwardStatic(Object[] args, int identifier)
-