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 IdAssignmentPolicyValueIdAssignmentPolicyImpl. valueMethods in com.sun.corba.ee.impl.oa.poa that return IdAssignmentPolicyValue Modifier and Type Method Description IdAssignmentPolicyValueIdAssignmentPolicyImpl. value()Methods in com.sun.corba.ee.impl.oa.poa with parameters of type IdAssignmentPolicyValue Modifier and Type Method Description IdAssignmentPolicyPOAImpl. create_id_assignment_policy(IdAssignmentPolicyValue value)create_id_assignment_policySection 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. __arraystatic IdAssignmentPolicyValueIdAssignmentPolicyValue. SYSTEM_IDstatic IdAssignmentPolicyValueIdAssignmentPolicyValue. USER_IDIdAssignmentPolicyValueIdAssignmentPolicyValueHolder. valueMethods in org.omg.PortableServer that return IdAssignmentPolicyValue Modifier and Type Method Description static IdAssignmentPolicyValueIdAssignmentPolicyValueHelper. extract(Any a)static IdAssignmentPolicyValueIdAssignmentPolicyValue. from_int(int value)static IdAssignmentPolicyValueIdAssignmentPolicyValueHelper. read(InputStream istream)IdAssignmentPolicyValueIdAssignmentPolicyOperations. value()specifies the policy valueMethods in org.omg.PortableServer with parameters of type IdAssignmentPolicyValue Modifier and Type Method Description IdAssignmentPolicyPOAOperations. 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 IdAssignmentPolicyValue Constructor Description IdAssignmentPolicyValueHolder(IdAssignmentPolicyValue initialValue)
-