public interface org.omg.PortableServer.POAOperations
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.omg.PortableServer.POAOperations
super_class: java.lang.Object
{
public abstract org.omg.PortableServer.POA create_POA(java.lang.String, org.omg.PortableServer.POAManager, org.omg.CORBA.Policy[]);
descriptor: (Ljava/lang/String;Lorg/omg/PortableServer/POAManager;[Lorg/omg/CORBA/Policy;)Lorg/omg/PortableServer/POA;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.AdapterAlreadyExists, org.omg.PortableServer.POAPackage.InvalidPolicy
MethodParameters:
Name Flags
adapter_name
a_POAManager
policies
public abstract org.omg.PortableServer.POA find_POA(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)Lorg/omg/PortableServer/POA;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.AdapterNonExistent
MethodParameters:
Name Flags
adapter_name
activate_it
public abstract void destroy(boolean, boolean);
descriptor: (ZZ)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
etherealize_objects
wait_for_completion
public abstract org.omg.PortableServer.ThreadPolicy create_thread_policy(org.omg.PortableServer.ThreadPolicyValue);
descriptor: (Lorg/omg/PortableServer/ThreadPolicyValue;)Lorg/omg/PortableServer/ThreadPolicy;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public abstract org.omg.PortableServer.LifespanPolicy create_lifespan_policy(org.omg.PortableServer.LifespanPolicyValue);
descriptor: (Lorg/omg/PortableServer/LifespanPolicyValue;)Lorg/omg/PortableServer/LifespanPolicy;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public abstract org.omg.PortableServer.IdUniquenessPolicy create_id_uniqueness_policy(org.omg.PortableServer.IdUniquenessPolicyValue);
descriptor: (Lorg/omg/PortableServer/IdUniquenessPolicyValue;)Lorg/omg/PortableServer/IdUniquenessPolicy;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public abstract org.omg.PortableServer.IdAssignmentPolicy create_id_assignment_policy(org.omg.PortableServer.IdAssignmentPolicyValue);
descriptor: (Lorg/omg/PortableServer/IdAssignmentPolicyValue;)Lorg/omg/PortableServer/IdAssignmentPolicy;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public abstract org.omg.PortableServer.ImplicitActivationPolicy create_implicit_activation_policy(org.omg.PortableServer.ImplicitActivationPolicyValue);
descriptor: (Lorg/omg/PortableServer/ImplicitActivationPolicyValue;)Lorg/omg/PortableServer/ImplicitActivationPolicy;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public abstract org.omg.PortableServer.ServantRetentionPolicy create_servant_retention_policy(org.omg.PortableServer.ServantRetentionPolicyValue);
descriptor: (Lorg/omg/PortableServer/ServantRetentionPolicyValue;)Lorg/omg/PortableServer/ServantRetentionPolicy;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public abstract org.omg.PortableServer.RequestProcessingPolicy create_request_processing_policy(org.omg.PortableServer.RequestProcessingPolicyValue);
descriptor: (Lorg/omg/PortableServer/RequestProcessingPolicyValue;)Lorg/omg/PortableServer/RequestProcessingPolicy;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public abstract java.lang.String the_name();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.omg.PortableServer.POA the_parent();
descriptor: ()Lorg/omg/PortableServer/POA;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.omg.PortableServer.POA[] the_children();
descriptor: ()[Lorg/omg/PortableServer/POA;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.omg.PortableServer.POAManager the_POAManager();
descriptor: ()Lorg/omg/PortableServer/POAManager;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.omg.PortableServer.AdapterActivator the_activator();
descriptor: ()Lorg/omg/PortableServer/AdapterActivator;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void the_activator(org.omg.PortableServer.AdapterActivator);
descriptor: (Lorg/omg/PortableServer/AdapterActivator;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
newThe_activator
public abstract org.omg.PortableServer.ServantManager get_servant_manager();
descriptor: ()Lorg/omg/PortableServer/ServantManager;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.WrongPolicy
public abstract void set_servant_manager(org.omg.PortableServer.ServantManager);
descriptor: (Lorg/omg/PortableServer/ServantManager;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.WrongPolicy
MethodParameters:
Name Flags
imgr
public abstract org.omg.PortableServer.Servant get_servant();
descriptor: ()Lorg/omg/PortableServer/Servant;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.NoServant, org.omg.PortableServer.POAPackage.WrongPolicy
public abstract void set_servant(org.omg.PortableServer.Servant);
descriptor: (Lorg/omg/PortableServer/Servant;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.WrongPolicy
MethodParameters:
Name Flags
p_servant
public abstract byte[] activate_object(org.omg.PortableServer.Servant);
descriptor: (Lorg/omg/PortableServer/Servant;)[B
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.ServantAlreadyActive, org.omg.PortableServer.POAPackage.WrongPolicy
MethodParameters:
Name Flags
p_servant
public abstract void activate_object_with_id(byte[], org.omg.PortableServer.Servant);
descriptor: ([BLorg/omg/PortableServer/Servant;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.ServantAlreadyActive, org.omg.PortableServer.POAPackage.ObjectAlreadyActive, org.omg.PortableServer.POAPackage.WrongPolicy
MethodParameters:
Name Flags
id
p_servant
public abstract void deactivate_object(byte[]);
descriptor: ([B)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.ObjectNotActive, org.omg.PortableServer.POAPackage.WrongPolicy
MethodParameters:
Name Flags
oid
public abstract org.omg.CORBA.Object create_reference(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/omg/CORBA/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.WrongPolicy
MethodParameters:
Name Flags
intf
public abstract org.omg.CORBA.Object create_reference_with_id(byte[], java.lang.String);
descriptor: ([BLjava/lang/String;)Lorg/omg/CORBA/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
oid
intf
public abstract byte[] servant_to_id(org.omg.PortableServer.Servant);
descriptor: (Lorg/omg/PortableServer/Servant;)[B
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.ServantNotActive, org.omg.PortableServer.POAPackage.WrongPolicy
MethodParameters:
Name Flags
p_servant
public abstract org.omg.CORBA.Object servant_to_reference(org.omg.PortableServer.Servant);
descriptor: (Lorg/omg/PortableServer/Servant;)Lorg/omg/CORBA/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.ServantNotActive, org.omg.PortableServer.POAPackage.WrongPolicy
MethodParameters:
Name Flags
p_servant
public abstract org.omg.PortableServer.Servant reference_to_servant(org.omg.CORBA.Object);
descriptor: (Lorg/omg/CORBA/Object;)Lorg/omg/PortableServer/Servant;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.ObjectNotActive, org.omg.PortableServer.POAPackage.WrongPolicy, org.omg.PortableServer.POAPackage.WrongAdapter
MethodParameters:
Name Flags
reference
public abstract byte[] reference_to_id(org.omg.CORBA.Object);
descriptor: (Lorg/omg/CORBA/Object;)[B
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.WrongAdapter, org.omg.PortableServer.POAPackage.WrongPolicy
MethodParameters:
Name Flags
reference
public abstract org.omg.PortableServer.Servant id_to_servant(byte[]);
descriptor: ([B)Lorg/omg/PortableServer/Servant;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.ObjectNotActive, org.omg.PortableServer.POAPackage.WrongPolicy
MethodParameters:
Name Flags
oid
public abstract org.omg.CORBA.Object id_to_reference(byte[]);
descriptor: ([B)Lorg/omg/CORBA/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.omg.PortableServer.POAPackage.ObjectNotActive, org.omg.PortableServer.POAPackage.WrongPolicy
MethodParameters:
Name Flags
oid
public abstract byte[] id();
descriptor: ()[B
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "POAOperations.java"