java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteObjectInvocationHandler
All Implemented Interfaces:
InvocationHandler, Remote, Serializable
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.
Ann
- Wollrath1.5
- Fields inherited from java.rmi.server.RemoteObject: |
---|
ref |
Constructor: |
---|
RemoteObjectInvocationHandler constructed
with the specified RemoteRef .
|
Method from java.rmi.server.RemoteObjectInvocationHandler Summary: |
---|
invoke |
Methods from java.rmi.server.RemoteObject: |
---|
equals, getRef, hashCode, toString, toStub |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from java.rmi.server.RemoteObjectInvocationHandler Detail: |
---|
proxy , and returns the result.
If 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. |