Uses of Class
org.hotswap.agent.javassist.tools.rmi.RemoteException
-
Packages that use RemoteException Package Description org.hotswap.agent.javassist.tools.rmi Sample implementation of remote method invocation. -
-
Uses of RemoteException in org.hotswap.agent.javassist.tools.rmi
Methods in org.hotswap.agent.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)
-