javax.rmi.CORBA
Interface PortableRemoteObjectDelegate

All Known Implementing Classes:
PortableRemoteObjectImpl

public interface PortableRemoteObjectDelegate


Method Summary
 void connect(Remote t, Remote s)
           
 void exportObject(Remote o)
           
 Object narrow(Object from, Class to)
           
 Remote toStub(Remote o)
           
 void unexportObject(Remote o)
           
 

Method Detail

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.