VisiBroker for Java

org.omg.CORBA
Interface PolicyOperations

All Known Subinterfaces:
BidirectionalPolicy, BidirectionalPolicyOperations, BindSupportPolicy, BindSupportPolicyOperations, FirewallPolicy, FirewallPolicyOperations, IdAssignmentPolicy, IdAssignmentPolicyOperations, IdUniquenessPolicy, IdUniquenessPolicyOperations, ImplicitActivationPolicy, ImplicitActivationPolicyOperations, LifespanPolicy, LifespanPolicyOperations, Policy, RebindPolicy, RebindPolicyOperations, RelativeRequestTimeoutPolicy, RelativeRequestTimeoutPolicyOperations, RelativeRoundtripTimeoutPolicy, RelativeRoundtripTimeoutPolicyOperations, RequestProcessingPolicy, RequestProcessingPolicyOperations, ServantRetentionPolicy, ServantRetentionPolicyOperations, ServantTimeoutPolicy, ServantTimeoutPolicyOperations, ServerEnginePolicy, ServerEnginePolicyOperations, SyncScopePolicy, SyncScopePolicyOperations, ThreadPolicy, ThreadPolicyOperations
All Known Implementing Classes:
_PolicyStub

public interface PolicyOperations

Using this interface, an ORB or CORBA service may choose to allow access to certain choices that affect its operation. This information is accessed in a structured manner using interfaces derived from the Policy interface defined in the CORBA module. A CORBA service does not have to use this method of accessing operating options, but may choose to do so.


Method Summary
 Policy copy()
          Copies the policy object.
 void destroy()
          Destroys the policy object.
 int policy_type()
          Returns the constant value of type PolicyType that corresponds to the type of the Policy object.
 

Method Detail

destroy

void destroy()
Destroys the policy object. It is the responsibility of the policy object to determine whether it can be destroyed. A CORBA::NO_PERMISSION exception is raised if the policy object determines that it cannot be destroyed.


copy

Policy copy()
Copies the policy object. The copy does not retain any relationships that the policy had with any domain, or object.


policy_type

int policy_type()
Returns the constant value of type PolicyType that corresponds to the type of the Policy object.


Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online