Package org.omg.PortableServer
Class ServantRetentionPolicyValue
java.lang.Object
org.omg.PortableServer.ServantRetentionPolicyValue
- All Implemented Interfaces:
Serializable
,IDLEntity
ServantRetentionPolicyValue can have the following
values. RETAIN - to indicate that the POA will retain
active servants in its Active Object Map.
NON_RETAIN - to indicate Servants are not retained by
the POA. If no ServantRetentionPolicy is specified at
POA creation, the default is RETAIN.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static ServantRetentionPolicyValue[]
private static int
private int
static final int
static final int
static final ServantRetentionPolicyValue
static final ServantRetentionPolicyValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServantRetentionPolicyValue
from_int
(int value) int
value()
-
Field Details
-
__value
private int __value -
__size
private static int __size -
__array
-
_RETAIN
public static final int _RETAIN- See Also:
-
RETAIN
-
_NON_RETAIN
public static final int _NON_RETAIN- See Also:
-
NON_RETAIN
-
-
Constructor Details
-
ServantRetentionPolicyValue
protected ServantRetentionPolicyValue(int value)
-
-
Method Details
-
value
public int value() -
from_int
-