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_connection
clone, 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_override
public static final int DEFAULT_VALUE
public int getValue()
public int policy_type()
PolicyOperations
policy_type
in interface PolicyOperations
public Policy copy()
PolicyOperations
Policy
object. The copy does not retain
any relationships that the policy had with any domain or object.copy
in interface PolicyOperations
Policy
objectpublic void destroy()
PolicyOperations
Policy
object. It is the responsibility of
the Policy
object to determine whether it can be destroyed.destroy
in interface PolicyOperations
Copyright © 2017 JBoss by Red Hat. All rights reserved.