API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.server. RemoteObjectInvocationHandler View Source
Author(s)
Ann Wollrath
Since
1.5
Version
1.5, 05/11/17
Serial
Hierarchy
 Object
      RemoteObject
          RemoteObjectInvocationHandler
Implements
 InvocationHandler
Subclasses
Description
public class RemoteObjectInvocationHandler
  An implementation of the InvocationHandler interface for use with Java Remote Method Invocation (Java RMI).
See also:   
Constructors
public RemoteObjectInvocationHandler (RemoteRef ref)
  Creates a new RemoteObjectInvocationHandler constructed with the specified RemoteRef.
Methods
Hide/Show inherited methods
public boolean equals (Object obj) [Inherited From RemoteObject]
  Compares two remote objects for equality.
public RemoteRef getRef () [Inherited From RemoteObject]
  Returns the remote reference for the remote object.
public int hashCode () [Inherited From RemoteObject]
  Returns a hashcode for a remote object.
public Object invoke (Object proxy, Method method, Object args) throws Throwable [Specified in InvocationHandler]
  Processes a method invocation made on the encapsulating proxy instance, proxy, and returns the result.
public String toString () [Inherited From RemoteObject]
Returns a String that represents the value of this remote object.
publicstatic Remote toStub (Remote obj) throws NoSuchObjectException [Inherited From RemoteObject]
  Returns the stub for the remote object obj passed as a parameter.
Fields
Hide/Show inherited fields
protectedtransient RemoteRef ref [Inherited From RemoteObject]
The object's remote reference.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar