org.omg.CORBA
Interface PolicyOperations
- All Known Subinterfaces:
- ClusterPolicy, IdAssignmentPolicy, IdUniquenessPolicy, ImplicitActivationPolicy, InvocationPolicy, LifespanPolicy, NonTxTargetPolicy, OTSPolicy, Policy, RequestProcessingPolicy, SecurityPolicy, SecurityPolicy, ServantRetentionPolicy, ThreadPolicy, TransactionPolicy, TransportPolicy
- public interface PolicyOperations
org/omg/CORBA/PolicyOperations.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl
Saturday, July 17, 1999 12:26:20 AM PDT
|
Method Summary |
Policy |
copy()
Copies the policy object. |
void |
destroy()
Destroys the policy object. |
int |
policy_type()
Return the constant value that corresponds to the
type of the policy object. |
policy_type
public int policy_type()
- Return the constant value that corresponds to the
type of the policy object. The values of
the polivy objectys are allocated by the OMG.
New values for PolicyType should be obtained from the OMG by
sending mail to request@omg.org. In general the constant
values that are allocated are defined in conjunction with
the definition of the corresponding policy object.
- Returns:
- the constant value that corresponds to the type of
the policy object.
copy
public Policy copy()
- Copies the policy object. The copy does not retain any
relationships that the policy had with any domain or object.
- Returns:
- the copy of the policy object.
destroy
public void destroy()
- Destroys the policy object. It is the responsibility of
the policy object to determine whether it can be destroyed.
jBroker is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.