Package org.omg.PortableServer
Class IdAssignmentPolicyValueHelper
- java.lang.Object
-
- org.omg.PortableServer.IdAssignmentPolicyValueHelper
-
public abstract class IdAssignmentPolicyValueHelper extends java.lang.Object
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 Modifier and Type Field Description private static TypeCode
__typeCode
private static java.lang.String
_id
-
Constructor Summary
Constructors Constructor Description IdAssignmentPolicyValueHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IdAssignmentPolicyValue
extract(Any a)
static java.lang.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 Detail
-
_id
private static java.lang.String _id
-
__typeCode
private static TypeCode __typeCode
-
-
Method Detail
-
insert
public static void insert(Any a, IdAssignmentPolicyValue that)
-
extract
public static IdAssignmentPolicyValue extract(Any a)
-
type
public static TypeCode type()
-
id
public static java.lang.String id()
-
read
public static IdAssignmentPolicyValue read(InputStream istream)
-
write
public static void write(OutputStream ostream, IdAssignmentPolicyValue value)
-
-