public class RequestProcessingPolicyValue extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_USE_ACTIVE_OBJECT_MAP_ONLY |
static int |
_USE_DEFAULT_SERVANT |
static int |
_USE_SERVANT_MANAGER |
static RequestProcessingPolicyValue |
USE_ACTIVE_OBJECT_MAP_ONLY |
static RequestProcessingPolicyValue |
USE_DEFAULT_SERVANT |
static RequestProcessingPolicyValue |
USE_SERVANT_MANAGER |
Modifier | Constructor and Description |
---|---|
protected |
RequestProcessingPolicyValue(int value) |
public static final int _USE_ACTIVE_OBJECT_MAP_ONLY
public static final RequestProcessingPolicyValue USE_ACTIVE_OBJECT_MAP_ONLY
public static final int _USE_DEFAULT_SERVANT
public static final RequestProcessingPolicyValue USE_DEFAULT_SERVANT
public static final int _USE_SERVANT_MANAGER
public static final RequestProcessingPolicyValue USE_SERVANT_MANAGER
public int value()
public static RequestProcessingPolicyValue from_int(int value)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.