org.csapi.policy
Interface IpPolicyGroupOperations
- All Superinterfaces:
- IpInterfaceOperations, IpPolicyOperations
- All Known Subinterfaces:
- IpPolicyGroup
- All Known Implementing Classes:
- _IpPolicyGroupStub, IpPolicyGroupPOA, IpPolicyGroupPOATie
public interface IpPolicyGroupOperations
- extends IpPolicyOperations
Generated from IDL interface "IpPolicyGroup"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
getParentDomain
IpPolicyDomain getParentDomain()
throws TpCommonExceptions
- Throws:
TpCommonExceptions
getParentGroup
IpPolicyGroup getParentGroup()
throws TpCommonExceptions
- Throws:
TpCommonExceptions
createGroup
IpPolicyGroup createGroup(java.lang.String groupName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
getGroup
IpPolicyGroup getGroup(java.lang.String groupName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
removeGroup
void removeGroup(java.lang.String groupName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
getGroupCount
int getGroupCount()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
getGroupIterator
IpPolicyIterator getGroupIterator()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
createRule
IpPolicyRule createRule(java.lang.String ruleName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
getRule
IpPolicyRule getRule(java.lang.String ruleName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
removeRule
void removeRule(java.lang.String ruleName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
getRuleCount
int getRuleCount()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
getRuleIterator
IpPolicyIterator getRuleIterator()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
Copyright © 2008. All Rights Reserved.