Novell exteNd Messaging Platform 5.2

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
Throws:
RemoteException

toStub

public Remote toStub(Remote obj)
              throws NoSuchObjectException
Throws:
NoSuchObjectException

unexportObject

public void unexportObject(Remote obj)
                    throws NoSuchObjectException
Throws:
NoSuchObjectException

narrow

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

connect

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

Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.