Uses of Interface
org.omg.PortableServer.IdAssignmentPolicy
-
Packages that use IdAssignmentPolicy Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer -
-
Uses of IdAssignmentPolicy in com.sun.corba.ee.impl.oa.poa
Classes in com.sun.corba.ee.impl.oa.poa that implement IdAssignmentPolicy Modifier and Type Class Description (package private) class
IdAssignmentPolicyImpl
Methods in com.sun.corba.ee.impl.oa.poa that return IdAssignmentPolicy Modifier and Type Method Description IdAssignmentPolicy
POAImpl. create_id_assignment_policy(IdAssignmentPolicyValue value)
create_id_assignment_policy
Section 3.3.8.5 -
Uses of IdAssignmentPolicy in org.omg.PortableServer
Methods in org.omg.PortableServer that return IdAssignmentPolicy 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.
-