Name

POAManagerOperations

Synopsis

This is the Operations interface mapped from the IDL for the POAManager interface, and contains the methods inherited by POAManager.

public interface POAManagerOperations {
// Public Instance Methods
   public abstract void activate(
        ) throws org.omg.PortableServer.POAManagerPackage.AdapterInactive;  
   public abstract void deactivate(
        boolean etherealize_objects, 
        boolean wait_for_completion) 
        throws org.omg.PortableServer.POAManagerPackage.AdapterInactive;  
   public abstract void discard_requests(
        boolean wait_for_completion) 
        throws org.omg.PortableServer.POAManagerPackage.AdapterInactive;  
   public abstract org.omg.PortableServer.POAManagerPackage.State get_state(
        );  
   public abstract void hold_requests(
        boolean wait_for_completion) 
        throws org.omg.PortableServer.POAManagerPackage.AdapterInactive;  
}

Implementations

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.