javax.rmi.CORBA
Interface PortableRemoteObjectDelegate
- All Known Implementing Classes:
- PortableRemoteObjectImpl
public interface PortableRemoteObjectDelegate
connect
void connect(Remote t,
Remote s)
throws RemoteException
- Throws:
RemoteException
exportObject
void exportObject(Remote o)
throws RemoteException
- Throws:
RemoteException
narrow
Object narrow(Object from,
Class to)
throws ClassCastException
- Throws:
ClassCastException
toStub
Remote toStub(Remote o)
throws NoSuchObjectException
- Throws:
NoSuchObjectException
unexportObject
void unexportObject(Remote o)
throws NoSuchObjectException
- Throws:
NoSuchObjectException
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.