Package org.omg.PortableServer
Class LifespanPolicyValueHelper
java.lang.Object
org.omg.PortableServer.LifespanPolicyValueHelper
The LifespanPolicyValue can have the following values.
TRANSIENT - The objects implemented in the POA
cannot outlive the POA instance in which they are
first created.
PERSISTENT - The objects implemented in the POA can
outlive the process in which they are first created.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LifespanPolicyValue
static String
id()
static void
insert
(Any a, LifespanPolicyValue that) static LifespanPolicyValue
read
(InputStream istream) static TypeCode
type()
static void
write
(OutputStream ostream, LifespanPolicyValue value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
LifespanPolicyValueHelper
public LifespanPolicyValueHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-