Uses of Class
org.omg.PortableServer.IdAssignmentPolicyValue
Packages that use IdAssignmentPolicyValue
-
Uses of IdAssignmentPolicyValue in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as IdAssignmentPolicyValueMethods in com.sun.corba.ee.impl.oa.poa that return IdAssignmentPolicyValueMethods in com.sun.corba.ee.impl.oa.poa with parameters of type IdAssignmentPolicyValueModifier and TypeMethodDescriptionPOAImpl.create_id_assignment_policy
(IdAssignmentPolicyValue value) create_id_assignment_policy
Section 3.3.8.5Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type IdAssignmentPolicyValue -
Uses of IdAssignmentPolicyValue in org.omg.PortableServer
Fields in org.omg.PortableServer declared as IdAssignmentPolicyValueModifier and TypeFieldDescriptionprivate static IdAssignmentPolicyValue[]
IdAssignmentPolicyValue.__array
static final IdAssignmentPolicyValue
IdAssignmentPolicyValue.SYSTEM_ID
static final IdAssignmentPolicyValue
IdAssignmentPolicyValue.USER_ID
IdAssignmentPolicyValueHolder.value
Methods in org.omg.PortableServer that return IdAssignmentPolicyValueModifier and TypeMethodDescriptionstatic IdAssignmentPolicyValue
static IdAssignmentPolicyValue
IdAssignmentPolicyValue.from_int
(int value) static IdAssignmentPolicyValue
IdAssignmentPolicyValueHelper.read
(InputStream istream) IdAssignmentPolicyOperations.value()
specifies the policy valueMethods in org.omg.PortableServer with parameters of type IdAssignmentPolicyValueModifier and TypeMethodDescriptionPOAOperations.create_id_assignment_policy
(IdAssignmentPolicyValue value) These operations each return a reference to a policy object with the specified value.static void
IdAssignmentPolicyValueHelper.insert
(Any a, IdAssignmentPolicyValue that) static void
IdAssignmentPolicyValueHelper.write
(OutputStream ostream, IdAssignmentPolicyValue value) Constructors in org.omg.PortableServer with parameters of type IdAssignmentPolicyValueModifierConstructorDescriptionIdAssignmentPolicyValueHolder
(IdAssignmentPolicyValue initialValue)