|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a PolicyRepository.
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.PolicyAction |
createAction(java.lang.String actionName,
org.csapi.jr.se.policy.PolicyActionType actionType,
org.csapi.jr.se.Attribute[] actionAttributes)
Invokes the createAction() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyCondition |
createCondition(java.lang.String conditionName,
org.csapi.jr.se.policy.PolicyConditionType conditionType,
org.csapi.jr.se.Attribute[] conditionAttributes)
Invokes the createCondition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRepository |
createRepository(java.lang.String repositoryName)
Invokes the createRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyAction |
getAction(java.lang.String actionName)
Invokes the getAction() method on the Parlay Gateway. |
int |
getActionCount()
Invokes the getActionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
getActionIterator()
Invokes the getActionIterator() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyCondition |
getCondition(java.lang.String conditionName)
Invokes the getCondition() method on the Parlay Gateway. |
int |
getConditionCount()
Invokes the getConditionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
getConditionIterator()
Invokes the getConditionIterator() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRepository |
getParentRepository()
Invokes the getParentRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRepository |
getRepository(java.lang.String repositoryName)
Invokes the getRepository() method on the Parlay Gateway. |
int |
getRepositoryCount()
Invokes the getRepositoryCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
getRepositoryIterator()
Invokes the getRepositoryIterator() method on the Parlay Gateway. |
void |
removeAction(java.lang.String actionName)
Invokes the removeAction() method on the Parlay Gateway. |
void |
removeCondition(java.lang.String conditionName)
Invokes the removeCondition() method on the Parlay Gateway. |
void |
removeRepository(java.lang.String repositoryName)
Invokes the removeRepository() 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.PolicyRepository getParentRepository() throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.policy.PolicyRepository createRepository(java.lang.String repositoryName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyRepository getRepository(java.lang.String repositoryName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void removeRepository(java.lang.String repositoryName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public int getRepositoryCount() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.PolicyIterator getRepositoryIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.PolicyCondition createCondition(java.lang.String conditionName, org.csapi.jr.se.policy.PolicyConditionType conditionType, org.csapi.jr.se.Attribute[] conditionAttributes) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyCondition getCondition(java.lang.String conditionName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void removeCondition(java.lang.String conditionName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public int getConditionCount() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.PolicyIterator getConditionIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.PolicyAction createAction(java.lang.String actionName, org.csapi.jr.se.policy.PolicyActionType actionType, org.csapi.jr.se.Attribute[] actionAttributes) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyAction getAction(java.lang.String actionName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void removeAction(java.lang.String actionName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public int getActionCount() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.PolicyIterator getActionIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |