Name

POAOperations

Synopsis

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

public interface POAOperations {
// Public Instance Methods
   public abstract byte[] activate_object(
        Servant p_servant) 
        throws org.omg.PortableServer.POAPackage.ServantAlreadyActive
        org.omg.PortableServer.POAPackage.WrongPolicy;  
   public abstract void activate_object_with_id(
        byte[] id, 
        Servant p_servant) 
        throws org.omg.PortableServer.POAPackage.ServantAlreadyActive
        org.omg.PortableServer.POAPackage.ObjectAlreadyActive
        org.omg.PortableServer.POAPackage.WrongPolicy;  
   public abstract IdAssignmentPolicy create_id_assignment_policy(
        IdAssignmentPolicyValue value);  
   public abstract IdUniquenessPolicy create_id_uniqueness_policy(
        IdUniquenessPolicyValue value);  
   public abstract ImplicitActivationPolicy create_implicit_activation_policy(
        ImplicitActivationPolicyValue value);  
   public abstract LifespanPolicy create_lifespan_policy(
        LifespanPolicyValue value);  
   public abstract POA create_POA(String adapter_name, 
        POAManager a_POAManager, 
        org.omg.CORBA.Policy[] policies) 
        throws org.omg.PortableServer.POAPackage.AdapterAlreadyExists
        org.omg.PortableServer.POAPackage.InvalidPolicy;  
   public abstract org.omg.CORBA.Object create_reference(
        String intf) 
        throws org.omg.PortableServer.POAPackage.WrongPolicy;  
   public abstract org.omg.CORBA.Object create_reference_with_id(
        byte[] oid, String intf);  
   public abstract RequestProcessingPolicy create_request_processing_policy ...

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.