org.omg.CORBA

Interface PolicyOperations

public interface PolicyOperations

Defines the operations that can be applied to the {@link Policy} object.
Method Summary
Policycopy()
Return a copy of this Policy.
voiddestroy()
Destroy the policy object.
intpolicy_type()
Return an integer number, corresponding the type of this policy.

Method Detail

copy

public Policy copy()
Return a copy of this Policy.

Returns: a copy of theis Policy, without any retained relationships to the previous domain or object.

destroy

public void destroy()
Destroy the policy object.

policy_type

public int policy_type()
Return an integer number, corresponding the type of this policy. The values, defining the different policy types, are allocated by OMG (request AT omg DOT org).

Returns: the integer policy code.