VisiBroker for Java

org.omg.PortableServer
Class ImplicitActivationPolicyValue

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

public final class ImplicitActivationPolicyValue
extends java.lang.Object
implements IDLEntity

ImplicitActivationPolicyValue has the following semantics. IMPLICIT_ACTIVATION to indicate implicit activation of servants. This requires SYSTEM_ID and RETAIN policies to be set. NO_IMPLICIT_ACTIVATION to indicate no implicit servant activation.

See Also:
Serialized Form

Field Summary
static int _IMPLICIT_ACTIVATION
          IMPLICIT_ACTIVATION - the POA will support implicit activation of servants.
static int _NO_IMPLICIT_ACTIVATION
          NO_IMPLICIT_ACTIVATION - the POA will not support implicit activation of servants.
static ImplicitActivationPolicyValue IMPLICIT_ACTIVATION
          IMPLICIT_ACTIVATION - the POA will support implicit activation of servants.
static ImplicitActivationPolicyValue NO_IMPLICIT_ACTIVATION
          NO_IMPLICIT_ACTIVATION - the POA will not support implicit activation of servants.
 
Method Summary
static ImplicitActivationPolicyValue 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

_IMPLICIT_ACTIVATION

public static final int _IMPLICIT_ACTIVATION
IMPLICIT_ACTIVATION - the POA will support implicit activation of servants. IMPLICIT_ACTIVATION also requires the SYSTEM_ID and RETAIN policies.

See Also:
Constant Field Values

_NO_IMPLICIT_ACTIVATION

public static final int _NO_IMPLICIT_ACTIVATION
NO_IMPLICIT_ACTIVATION - the POA will not support implicit activation of servants.

See Also:
Constant Field Values

IMPLICIT_ACTIVATION

public static final ImplicitActivationPolicyValue IMPLICIT_ACTIVATION
IMPLICIT_ACTIVATION - the POA will support implicit activation of servants. IMPLICIT_ACTIVATION also requires the SYSTEM_ID and RETAIN policies.


NO_IMPLICIT_ACTIVATION

public static final ImplicitActivationPolicyValue NO_IMPLICIT_ACTIVATION
NO_IMPLICIT_ACTIVATION - the POA will not support implicit activation of servants.

Method Detail

value

public int value()

from_int

public static ImplicitActivationPolicyValue 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