Uses of Class
org.omg.PortableServer.IdAssignmentPolicyValue
-
Packages that use IdAssignmentPolicyValue Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer -
-
Uses of IdAssignmentPolicyValue in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as IdAssignmentPolicyValue Modifier and Type Field Description private IdAssignmentPolicyValue
IdAssignmentPolicyImpl. value
Methods in com.sun.corba.ee.impl.oa.poa that return IdAssignmentPolicyValue Modifier and Type Method Description IdAssignmentPolicyValue
IdAssignmentPolicyImpl. value()
Methods in com.sun.corba.ee.impl.oa.poa with parameters of type IdAssignmentPolicyValue Modifier and Type Method Description IdAssignmentPolicy
POAImpl. 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 Constructor Description IdAssignmentPolicyImpl(IdAssignmentPolicyValue value)
-
Uses of IdAssignmentPolicyValue in org.omg.PortableServer
Fields in org.omg.PortableServer declared as IdAssignmentPolicyValue Modifier and Type Field Description private static IdAssignmentPolicyValue[]
IdAssignmentPolicyValue. __array
static IdAssignmentPolicyValue
IdAssignmentPolicyValue. SYSTEM_ID
static IdAssignmentPolicyValue
IdAssignmentPolicyValue. USER_ID
IdAssignmentPolicyValue
IdAssignmentPolicyValueHolder. value
Methods in org.omg.PortableServer that return IdAssignmentPolicyValue Modifier and Type Method Description static IdAssignmentPolicyValue
IdAssignmentPolicyValueHelper. extract(Any a)
static IdAssignmentPolicyValue
IdAssignmentPolicyValue. from_int(int value)
static IdAssignmentPolicyValue
IdAssignmentPolicyValueHelper. read(InputStream istream)
IdAssignmentPolicyValue
IdAssignmentPolicyOperations. value()
specifies the policy valueMethods in org.omg.PortableServer with parameters of type IdAssignmentPolicyValue Modifier and Type Method Description IdAssignmentPolicy
POAOperations. 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 IdAssignmentPolicyValue Constructor Description IdAssignmentPolicyValueHolder(IdAssignmentPolicyValue initialValue)
-