public class RequestProcessingPolicyImpl extends LocalObject implements RequestProcessingPolicy
Constructor and Description |
---|
RequestProcessingPolicyImpl(RequestProcessingPolicyValue value) |
Modifier and Type | Method and Description |
---|---|
Policy |
copy()
Returns a copy of the
Policy object. |
void |
destroy()
Destroys the
Policy object. |
int |
policy_type()
Returns the constant value that corresponds to the
type of the policy object.
|
String |
toString() |
RequestProcessingPolicyValue |
value()
specifies the policy value
|
_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 RequestProcessingPolicyImpl(RequestProcessingPolicyValue value)
public RequestProcessingPolicyValue value()
RequestProcessingPolicyOperations
value
in interface RequestProcessingPolicyOperations
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 © 2019 JBoss by Red Hat. All rights reserved.