org.sapia.ubik.rmi.server
Interface StubInvocationHandler

All Superinterfaces:
java.lang.reflect.InvocationHandler
All Known Implementing Classes:
RemoteRef, RemoteRefEx, RemoteRefReliable, RemoteRefStateless

public interface StubInvocationHandler
extends java.lang.reflect.InvocationHandler

Base interface of invocation handlers that implement the logic of dynamic stubs - created by the Ubik RMI runtime.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Method Summary
 OID getOID()
          Returns the object identifier of the remote object corresponding to this instance.
 StubContainer toStubContainer(java.lang.Object proxy)
          Returns this instance's stub container.
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Method Detail

toStubContainer

StubContainer toStubContainer(java.lang.Object proxy)
Returns this instance's stub container.

Returns:
a StubContainer

getOID

OID getOID()
Returns the object identifier of the remote object corresponding to this instance.

Returns:
an OID.


Copyright © 2010 Sapia OSS. All Rights Reserved.