Package org.omg.PortableServer
Class IdAssignmentPolicyValueHelper
- java.lang.Object
-
- org.omg.PortableServer.IdAssignmentPolicyValueHelper
-
public abstract class IdAssignmentPolicyValueHelper extends java.lang.ObjectThe 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__typeCodeprivate 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 IdAssignmentPolicyValueextract(Any a)static java.lang.Stringid()static voidinsert(Any a, IdAssignmentPolicyValue that)static IdAssignmentPolicyValueread(InputStream istream)static TypeCodetype()static voidwrite(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)
-
-