JavaTM 2 Platform
Std. Ed. v1.4.0

Uses of Class
org.omg.PortableServer.POAManagerPackage.AdapterInactive

Packages that use AdapterInactive
org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs. 
 

Uses of AdapterInactive in org.omg.PortableServer
 

Methods in org.omg.PortableServer that throw AdapterInactive
 void POAManagerOperations.activate()
          This operation changes the state of the POA manager to active, causing associated POAs to start processing requests.
 void POAManagerOperations.hold_requests(boolean wait_for_completion)
          This operation changes the state of the POA manager to holding, causing associated POAs to queue incoming requests.
 void POAManagerOperations.discard_requests(boolean wait_for_completion)
          This operation changes the state of the POA manager to discarding.
 void POAManagerOperations.deactivate(boolean etherealize_objects, boolean wait_for_completion)
          This operation changes the state of the POA manager to inactive, causing associated POAs to reject the requests that have not begun executing as well as as any new requests.
 


JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.