jBrokerTM ORB 4.1

javax.rmi.CORBA
Interface PortableRemoteObjectDelegate


public interface PortableRemoteObjectDelegate

The implementation delegate class for javax.rmi.PortableRemoteObject should implement the following interface for per-class deleagtion.

See Also:
PortableRemoteObject

Method Summary
 void connect(Remote target, Remote source)
           
 void exportObject(Remote obj)
           
 Object narrow(Object narrowFrom, Class narrowTo)
           
 Remote toStub(Remote obj)
           
 void unexportObject(Remote obj)
           
 

Method Detail

exportObject

public void exportObject(Remote obj)
                  throws RemoteException

toStub

public Remote toStub(Remote obj)
              throws NoSuchObjectException

unexportObject

public void unexportObject(Remote obj)
                    throws NoSuchObjectException

narrow

public Object narrow(Object narrowFrom,
                     Class narrowTo)
              throws ClassCastException

connect

public void connect(Remote target,
                    Remote source)
             throws RemoteException

jBrokerTM ORB 4.1

jBroker is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.