|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a PolicyManager.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
abortTransaction()
Invokes the abortTransaction() method on the Parlay Gateway. |
boolean |
commitTransaction()
Invokes the commitTransaction() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyDomain |
createDomain(java.lang.String domainName)
Invokes the createDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRepository |
createRepository(java.lang.String repositoryName)
Invokes the createRepository() method on the Parlay Gateway. |
java.lang.String[] |
findMatchingDomains(org.csapi.jr.se.Attribute[] matchingAttributes)
Invokes the findMatchingDomains() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyDomain |
getDomain(java.lang.String domainName)
Invokes the getDomain() method on the Parlay Gateway. |
int |
getDomainCount()
Invokes the getDomainCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
getDomainIterator()
Invokes the getDomainIterator() 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 |
removeDomain(java.lang.String domainName)
Invokes the removeDomain() method on the Parlay Gateway. |
void |
removeRepository(java.lang.String repositoryName)
Invokes the removeRepository() method on the Parlay Gateway. |
void |
startTransaction()
Invokes the startTransaction() 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 createDomain(java.lang.String domainName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyDomain getDomain(java.lang.String domainName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void removeDomain(java.lang.String domainName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public int getDomainCount() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.PolicyIterator getDomainIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public java.lang.String[] findMatchingDomains(org.csapi.jr.se.Attribute[] matchingAttributes) throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
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 void startTransaction() throws PlatformException, CommonException, AccessViolationException, TransactionInProcessException
PlatformException
CommonException
AccessViolationException
TransactionInProcessException
public boolean commitTransaction() throws PlatformException, CommonException, NoTransactionInProcessException
PlatformException
CommonException
NoTransactionInProcessException
public void abortTransaction() throws PlatformException, CommonException, NoTransactionInProcessException
PlatformException
CommonException
NoTransactionInProcessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |