|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.PortableServer.ServantRetentionPolicyValue
public final class ServantRetentionPolicyValue
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.
Field Summary | |
---|---|
static int |
_NON_RETAIN
NON_RETAIN - Servants are not retained by the POA. |
static int |
_RETAIN
RETAIN - The POA will retain active servants in its Active Object Map. |
static ServantRetentionPolicyValue |
NON_RETAIN
NON_RETAIN - Servants are not retained by the POA. |
static ServantRetentionPolicyValue |
RETAIN
RETAIN - The POA will retain active servants in its Active Object Map. |
Method Summary | |
---|---|
static ServantRetentionPolicyValue |
from_int(int _vis_value)
|
int |
value()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int _RETAIN
public static final int _NON_RETAIN
public static final ServantRetentionPolicyValue RETAIN
public static final ServantRetentionPolicyValue NON_RETAIN
Method Detail |
---|
public int value()
public static ServantRetentionPolicyValue from_int(int _vis_value)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |