org.apache.yoko.rmi.api
Interface PortableRemoteObjectState

All Known Implementing Classes:
RMIState

public interface PortableRemoteObjectState

An instance of PortableRemoteObjectState represents a POA, with possible sub-POA's that service the objects published through this state.


Method Summary
 void exportObject(Remote object)
           
 ClassLoader getClassLoader()
          ContextClassLoader for this state
 ORB getORB()
           
 void shutdown()
          Shutdown this state
 void unexportObject(Remote object)
           
 

Method Detail

getORB

ORB getORB()

getClassLoader

ClassLoader getClassLoader()
ContextClassLoader for this state


shutdown

void shutdown()
Shutdown this state


exportObject

void exportObject(Remote object)
                  throws RemoteException
Throws:
RemoteException

unexportObject

void unexportObject(Remote object)
                    throws RemoteException
Throws:
RemoteException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.