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
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
exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.