Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

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

public class RemoteObjectInvocationHandler
extends RemoteObject
implements InvocationHandler

An implementation of the InvocationHandler interface for use with Java Remote Method Invocation (Java RMI). This invocation handler can be used in conjunction with a dynamic proxy instance as a replacement for a pregenerated stub class.

Applications are not expected to use this class directly. A remote object exported to use a dynamic proxy with UnicastRemoteObject or Activatable has an instance of this class as that proxy's invocation handler.

Since:
1.5
See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
Constructor and Description
RemoteObjectInvocationHandler(RemoteRef ref)
          Creates a new RemoteObjectInvocationHandler constructed with the specified RemoteRef.
 
Method Summary
Modifier and Type Method and Description
 Object invoke(Object proxy, Method method, Object[] args)
          Processes a method invocation made on the encapsulating proxy instance, proxy, and returns the result.
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteObjectInvocationHandler

public RemoteObjectInvocationHandler(RemoteRef ref)
Creates a new RemoteObjectInvocationHandler constructed with the specified RemoteRef.

Parameters:
ref - the remote ref
Throws:
NullPointerException - if ref is null
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Processes a method invocation made on the encapsulating proxy instance, proxy, and returns the result.

RemoteObjectInvocationHandler implements this method as follows:

If method is one of the following methods, it is processed as described below:

Otherwise, a remote call is made as follows:

The semantics of this method are unspecified if the arguments could not have been produced by an instance of some valid dynamic proxy class containing this invocation handler.

Specified by:
invoke in interface InvocationHandler
Parameters:
proxy - the proxy instance that the method was invoked on
method - the Method instance corresponding to the interface method invoked on the proxy instance
args - an array of objects containing the values of the arguments passed in the method invocation on the proxy instance, or null if the method takes no arguments
Returns:
the value to return from the method invocation on the proxy instance
Throws:
Throwable - the exception to throw from the method invocation on the proxy instance
See Also:
UndeclaredThrowableException

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.