Package org.omg.PortableServer
Class IdAssignmentPolicyValueHelper
java.lang.Object
org.omg.PortableServer.IdAssignmentPolicyValueHelper
The IdAssignmentPolicyValue can have the following
values. USER_ID - Objects created with that POA are
assigned Object Ids only by the application.
SYSTEM_ID - Objects created with that POA are
assigned Object Ids only by the POA. If the POA also
has the PERSISTENT policy, assigned Object Ids must
be unique across all instantiations of the same POA.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdAssignmentPolicyValue
static String
id()
static void
insert
(Any a, IdAssignmentPolicyValue that) static IdAssignmentPolicyValue
read
(InputStream istream) static TypeCode
type()
static void
write
(OutputStream ostream, IdAssignmentPolicyValue value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
IdAssignmentPolicyValueHelper
public IdAssignmentPolicyValueHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-