KickJava   Java API By Example, From Geeks To Geeks.

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

java.rmi.server
Class RemoteObjectInvocationHandler

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by 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  

Popular Tags