Package org.omg.PortableServer
Class IdUniquenessPolicyValueHelper
java.lang.Object
org.omg.PortableServer.IdUniquenessPolicyValueHelper
IdUniquenessPolicyValue can have the following values.
UNIQUE_ID - Servants activated with that POA support
exactly one Object Id. MULTIPLE_ID - a servant
activated with that POA may support one or more
Object Ids.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdUniquenessPolicyValue
static String
id()
static void
insert
(Any a, IdUniquenessPolicyValue that) static IdUniquenessPolicyValue
read
(InputStream istream) static TypeCode
type()
static void
write
(OutputStream ostream, IdUniquenessPolicyValue value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
IdUniquenessPolicyValueHelper
public IdUniquenessPolicyValueHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-