Package org.omg.PortableServer
Class LifespanPolicyValue
java.lang.Object
org.omg.PortableServer.LifespanPolicyValue
- All Implemented Interfaces:
Serializable
,IDLEntity
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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static LifespanPolicyValue[]
private static int
private int
static final int
static final int
static final LifespanPolicyValue
static final LifespanPolicyValue
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__value
private int __value -
__size
private static int __size -
__array
-
_TRANSIENT
public static final int _TRANSIENT- See Also:
-
TRANSIENT
-
_PERSISTENT
public static final int _PERSISTENT- See Also:
-
PERSISTENT
-
-
Constructor Details
-
LifespanPolicyValue
protected LifespanPolicyValue(int value)
-
-
Method Details
-
value
public int value() -
from_int
-