|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a PolicyGroup.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
org.csapi.jr.se.policy.PolicyGroup |
createGroup(java.lang.String groupName)
Invokes the createGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRule |
createRule(java.lang.String ruleName)
Invokes the createRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyGroup |
getGroup(java.lang.String groupName)
Invokes the getGroup() method on the Parlay Gateway. |
int |
getGroupCount()
Invokes the getGroupCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
getGroupIterator()
Invokes the getGroupIterator() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyDomain |
getParentDomain()
Invokes the getParentDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyGroup |
getParentGroup()
Invokes the getParentGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRule |
getRule(java.lang.String ruleName)
Invokes the getRule() method on the Parlay Gateway. |
int |
getRuleCount()
Invokes the getRuleCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
getRuleIterator()
Invokes the getRuleIterator() method on the Parlay Gateway. |
void |
removeGroup(java.lang.String groupName)
Invokes the removeGroup() method on the Parlay Gateway. |
void |
removeRule(java.lang.String ruleName)
Invokes the removeRule() method on the Parlay Gateway. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public org.csapi.jr.se.policy.PolicyDomain getParentDomain() throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.policy.PolicyGroup getParentGroup() throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.policy.PolicyGroup createGroup(java.lang.String groupName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyGroup getGroup(java.lang.String groupName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void removeGroup(java.lang.String groupName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public int getGroupCount() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.PolicyIterator getGroupIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.PolicyRule createRule(java.lang.String ruleName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyRule getRule(java.lang.String ruleName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void removeRule(java.lang.String ruleName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public int getRuleCount() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.PolicyIterator getRuleIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |