VisiBroker for Java

org.omg.PortableServer
Class ServantRetentionPolicyValue

java.lang.Object
  extended by org.omg.PortableServer.ServantRetentionPolicyValue
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class ServantRetentionPolicyValue
extends java.lang.Object
implements 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:
Serialized Form

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

_RETAIN

public static final int _RETAIN
RETAIN - The POA will retain active servants in its Active Object Map.

See Also:
Constant Field Values

_NON_RETAIN

public static final int _NON_RETAIN
NON_RETAIN - Servants are not retained by the POA.

See Also:
Constant Field Values

RETAIN

public static final ServantRetentionPolicyValue RETAIN
RETAIN - The POA will retain active servants in its Active Object Map.


NON_RETAIN

public static final ServantRetentionPolicyValue NON_RETAIN
NON_RETAIN - Servants are not retained by the POA.

Method Detail

value

public int value()

from_int

public static ServantRetentionPolicyValue from_int(int _vis_value)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online