|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.PortableServer.ImplicitActivationPolicyValue
public class ImplicitActivationPolicyValue
Specifies the implicit activation policy. This enumeration can obtain the following values:
IdAssignmentPolicyValue.SYSTEM_ID and
ServantRetentionPolicyValue.RETAIN policies required).
| Field Summary | |
|---|---|
static int |
_IMPLICIT_ACTIVATION
The possible value of this enumeration (IMPLICIT_ACTIVATION). |
static int |
_NO_IMPLICIT_ACTIVATION
The possible value of this enumeration (NO_IMPLICIT_ACTIVATION). |
static ImplicitActivationPolicyValue |
IMPLICIT_ACTIVATION
An instance of ImplicitActivationPolicyValue, initialized to IMPLICIT_ACTIVATION. |
static ImplicitActivationPolicyValue |
NO_IMPLICIT_ACTIVATION
An instance of ImplicitActivationPolicyValue, initialized to NO_IMPLICIT_ACTIVATION. |
| Constructor Summary | |
|---|---|
protected |
ImplicitActivationPolicyValue(int a_value)
Normally, no new instances are required, so the constructor is protected. |
| Method Summary | |
|---|---|
static ImplicitActivationPolicyValue |
from_int(int code)
Returns the ImplicitActivationPolicyValue, matching the given integer constant. |
String |
toString()
Returns a short string representation. |
int |
value()
Returns the integer code of the policy value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _IMPLICIT_ACTIVATION
public static final ImplicitActivationPolicyValue IMPLICIT_ACTIVATION
public static final int _NO_IMPLICIT_ACTIVATION
public static final ImplicitActivationPolicyValue NO_IMPLICIT_ACTIVATION
| Constructor Detail |
|---|
protected ImplicitActivationPolicyValue(int a_value)
| Method Detail |
|---|
public static ImplicitActivationPolicyValue from_int(int code)
code - one of _IMPLICIT_ACTIVATION, _NO_IMPLICIT_ACTIVATION.
BAD_PARAM - if the parameter is not one of the valid values.public String toString()
toString in class ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)public int value()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||