org.omg.PortableServer
public class RequestProcessingPolicyValue extends Object implements Serializable, IDLEntity
Field Summary | |
---|---|
static RequestProcessingPolicyValue | USE_ACTIVE_OBJECT_MAP_ONLY
An instance of RequestProcessingPolicyValue, initialized to USE_ACTIVE_OBJECT_MAP_ONLY. |
static RequestProcessingPolicyValue | USE_DEFAULT_SERVANT
An instance of RequestProcessingPolicyValue, initialized to USE_DEFAULT_SERVANT. |
static RequestProcessingPolicyValue | USE_SERVANT_MANAGER
An instance of RequestProcessingPolicyValue, initialized to USE_SERVANT_MANAGER. |
static int | _USE_ACTIVE_OBJECT_MAP_ONLY
The possible value of this enumeration (USE_ACTIVE_OBJECT_MAP_ONLY). |
static int | _USE_DEFAULT_SERVANT
The possible value of this enumeration (USE_DEFAULT_SERVANT). |
static int | _USE_SERVANT_MANAGER
The possible value of this enumeration (USE_SERVANT_MANAGER). |
Constructor Summary | |
---|---|
protected | RequestProcessingPolicyValue(int a_value)
Normally, no new instances are required, so the constructor is protected. |
Method Summary | |
---|---|
static RequestProcessingPolicyValue | from_int(int code)
Returns the RequestProcessingPolicyValue, matching the given integer constant.
|
String | toString()
Returns a short string representation. |
int | value()
Returns the integer code of the policy value. |
Parameters: code one of _USE_ACTIVE_OBJECT_MAP_ONLY, _USE_DEFAULT_SERVANT, _USE_SERVANT_MANAGER.
Returns: one of USE_ACTIVE_OBJECT_MAP_ONLY, USE_DEFAULT_SERVANT, USE_SERVANT_MANAGER.
Throws: BAD_PARAM if the parameter is not one of the valid values.
Returns: the name of the current enumeration value.
Returns: one of _USE_ACTIVE_OBJECT_MAP_ONLY, _USE_DEFAULT_SERVANT, _USE_SERVANT_MANAGER.