public class RequestPartitioningPolicy extends LocalObject implements Policy
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_VALUE |
| Constructor and Description |
|---|
RequestPartitioningPolicy(int value) |
| Modifier and Type | Method and Description |
|---|---|
Policy |
copy()
Returns a copy of the
Policy object. |
void |
destroy()
Destroys the
Policy object. |
int |
getValue() |
int |
policy_type()
Returns the constant value that corresponds to the
type of the policy object.
|
String |
toString() |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic static final int DEFAULT_VALUE
public int getValue()
public int policy_type()
PolicyOperationspolicy_type in interface PolicyOperationspublic Policy copy()
PolicyOperationsPolicy object. The copy does not retain
any relationships that the policy had with any domain or object.copy in interface PolicyOperationsPolicy objectpublic void destroy()
PolicyOperationsPolicy object. It is the responsibility of
the Policy object to determine whether it can be destroyed.destroy in interface PolicyOperationsCopyright © 2018 JBoss by Red Hat. All rights reserved.