java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteObjectInvocationHandler
- All Implemented Interfaces:
- Serializable, InvocationHandler, Remote
- See Also:
- Source Code,
Activatable, UnicastRemoteObject
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable- See Also:
- InvocationHandler,
UnexpectedException, invoke, IllegalArgumentException, Remote, Object.toString, Object.equals, Object.hashCode
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RemoteObjectInvocationHandler(RemoteRef ref)
- See Also:
- NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples