Name

POAManager

Synopsis

A POAManager controls the state of POAs under its control. Each POAManager controls one or more POAs. The POAManager methods (inherited from the POAManagerOperations interface) provide methods for activating and deactivating POAs, and to request that the managed POAs hold or discard incoming requests. A POAManager is automatically created for each new POA created using the POA.create_POA() method, if one is not provided as an argument to the call.

                  
public interface POAManager extends POAManagerOperations, org.omg.CORBA.Object, 
        org.omg.CORBA.portable.IDLEntity {
}

Passed To

POAOperations.create_POA()

Returned By

POAOperations.the_POAManager()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.