org.csapi.policy
Class _IpPolicyRuleStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.csapi.policy._IpPolicyRuleStub
- All Implemented Interfaces:
- java.io.Serializable, IpInterface, IpInterfaceOperations, IpPolicy, IpPolicyOperations, IpPolicyRule, IpPolicyRuleOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
public class _IpPolicyRuleStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements IpPolicyRule
Generated from IDL interface "IpPolicyRule"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.Class |
_opsClass
|
| Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_opsClass
public static final java.lang.Class _opsClass
_IpPolicyRuleStub
public _IpPolicyRuleStub()
_ids
public java.lang.String[] _ids()
- Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl
getParentDomain
public IpPolicyDomain getParentDomain()
throws TpCommonExceptions
- Specified by:
getParentDomain in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
setActionList
public void setActionList(TpPolicyActionListElement[] actionList)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_SYNTAX_ERROR
- Specified by:
setActionList in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_SYNTAX_ERROR
getValidityPeriodCondition
public IpPolicyTimePeriodCondition getValidityPeriodCondition()
throws TpCommonExceptions
- Specified by:
getValidityPeriodCondition in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
getParentGroup
public IpPolicyGroup getParentGroup()
throws TpCommonExceptions
- Specified by:
getParentGroup in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
setAttributes
public void setAttributes(TpAttribute[] targetAttributes)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS
- Specified by:
setAttributes in interface IpPolicyOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
getConditionCount
public int getConditionCount()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Specified by:
getConditionCount in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
createCondition
public IpPolicyCondition createCondition(java.lang.String conditionName,
TpPolicyConditionType conditionType,
TpAttribute[] conditionAttributes)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
createCondition in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
setConditionList
public void setConditionList(TpPolicyConditionListElement[] conditionList)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_SYNTAX_ERROR
- Specified by:
setConditionList in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_SYNTAX_ERROR
createAction
public IpPolicyAction createAction(java.lang.String actionName,
TpPolicyActionType actionType,
TpAttribute[] actionAttributes)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
createAction in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
getAttributes
public TpAttribute[] getAttributes(java.lang.String[] attributeNames)
throws TpCommonExceptions
- Specified by:
getAttributes in interface IpPolicyOperations
- Throws:
TpCommonExceptions
getCondition
public IpPolicyCondition getCondition(java.lang.String conditionName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
getCondition in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
setAttribute
public void setAttribute(TpAttribute targetAttribute)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS
- Specified by:
setAttribute in interface IpPolicyOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
removeAction
public void removeAction(java.lang.String actionName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
removeAction in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
unsetValidityPeriodCondition
public void unsetValidityPeriodCondition()
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS
- Specified by:
unsetValidityPeriodCondition in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
getActionList
public TpPolicyActionListElement[] getActionList()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Specified by:
getActionList in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
getAction
public IpPolicyAction getAction(java.lang.String actionName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
getAction in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
getConditionIterator
public IpPolicyIterator getConditionIterator()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Specified by:
getConditionIterator in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
getConditionList
public TpPolicyConditionListElement[] getConditionList()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Specified by:
getConditionList in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
setValidityPeriodCondition
public void setValidityPeriodCondition(IpPolicyTimePeriodCondition conditionReference)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS
- Specified by:
setValidityPeriodCondition in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
setValidityPeriodConditionByName
public void setValidityPeriodConditionByName(java.lang.String conditionName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
setValidityPeriodConditionByName in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
getActionCount
public int getActionCount()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Specified by:
getActionCount in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
getAttribute
public TpAttribute getAttribute(java.lang.String attributeName)
throws TpCommonExceptions,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
getAttribute in interface IpPolicyOperations
- Throws:
TpCommonExceptions
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
removeCondition
public void removeCondition(java.lang.String conditionName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
removeCondition in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
getActionIterator
public IpPolicyIterator getActionIterator()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Specified by:
getActionIterator in interface IpPolicyRuleOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
Copyright © 2008. All Rights Reserved.