org.apache.yoko.orb.OBPortableServer
Interface POAManagerOperations

All Superinterfaces:
POAManagerOperations
All Known Subinterfaces:
POAManager

public interface POAManagerOperations
extends POAManagerOperations

This interface is a proprietary extension to the standard POAManager.

See Also:
PortableServer::POAManager

Method Summary
 Acceptor[] get_acceptors()
          Retrieve the acceptors associated with this POAManager.
 
Methods inherited from interface org.omg.PortableServer.POAManagerOperations
activate, deactivate, discard_requests, get_id, get_state, hold_requests
 

Method Detail

get_acceptors

Acceptor[] get_acceptors()
                         throws AdapterInactive
Retrieve the acceptors associated with this POAManager.

Returns:
The acceptors.
Throws:
AdapterInactive


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