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