FileDocCategorySizeDatePackage
PortableRemoteObjectDelegate.javaAPI DocJava SE 5 API2031Fri Aug 26 14:57:46 BST 2005javax.rmi.CORBA

PortableRemoteObjectDelegate

public interface PortableRemoteObjectDelegate
Supports delegation for method implementations in {@link javax.rmi.PortableRemoteObject}. The delegate is a singleton instance of a class that implements this interface and provides a replacement implementation for all the methods of javax.rmi.PortableRemoteObject. Delegates are enabled by providing the delegate's class name as the value of the javax.rmi.CORBA.PortableRemoteObjectClass system property.
see
javax.rmi.PortableRemoteObject

Fields Summary
Constructors Summary
Methods Summary
public voidconnect(java.rmi.Remote target, java.rmi.Remote source)
Delegation call for {@link javax.rmi.PortableRemoteObject#connect}.

public voidexportObject(java.rmi.Remote obj)
Delegation call for {@link javax.rmi.PortableRemoteObject#exportObject}.

public java.lang.Objectnarrow(java.lang.Object narrowFrom, java.lang.Class narrowTo)
Delegation call for {@link javax.rmi.PortableRemoteObject#narrow}.

public java.rmi.RemotetoStub(java.rmi.Remote obj)
Delegation call for {@link javax.rmi.PortableRemoteObject#toStub}.

public voidunexportObject(java.rmi.Remote obj)
Delegation call for {@link javax.rmi.PortableRemoteObject#unexportObject}.