Uses of Class
org.omg.PortableServer.IdAssignmentPolicyValue
Packages that use IdAssignmentPolicyValue
-
Uses of IdAssignmentPolicyValue in com.sun.corba.se.impl.oa.poa
Methods in com.sun.corba.se.impl.oa.poa with parameters of type IdAssignmentPolicyValueModifier and TypeMethodDescriptionPOAImpl.create_id_assignment_policy(IdAssignmentPolicyValue value) create_id_assignment_policySection 3.3.8.5 -
Uses of IdAssignmentPolicyValue in org.omg.PortableServer
Fields in org.omg.PortableServer declared as IdAssignmentPolicyValueModifier and TypeFieldDescriptionstatic final IdAssignmentPolicyValueIdAssignmentPolicyValue.SYSTEM_IDstatic final IdAssignmentPolicyValueIdAssignmentPolicyValue.USER_IDIdAssignmentPolicyValueHolder.valueMethods in org.omg.PortableServer that return IdAssignmentPolicyValueModifier and TypeMethodDescriptionstatic IdAssignmentPolicyValuestatic IdAssignmentPolicyValueIdAssignmentPolicyValue.from_int(int value) static IdAssignmentPolicyValueIdAssignmentPolicyValueHelper.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 voidIdAssignmentPolicyValueHelper.insert(Any a, IdAssignmentPolicyValue that) static voidIdAssignmentPolicyValueHelper.write(OutputStream ostream, IdAssignmentPolicyValue value) Constructors in org.omg.PortableServer with parameters of type IdAssignmentPolicyValueModifierConstructorDescriptionIdAssignmentPolicyValueHolder(IdAssignmentPolicyValue initialValue)