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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LifespanPolicyValuestatic Stringid()static voidinsert(Any a, LifespanPolicyValue that) static LifespanPolicyValueread(InputStream istream) static TypeCodetype()static voidwrite(OutputStream ostream, LifespanPolicyValue value)
-
Constructor Details
-
LifespanPolicyValueHelper
public LifespanPolicyValueHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-