|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a PolicyDomain.
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.provisioning.PolicyDomain |
createDomain(java.lang.String domainName)
Invokes the createDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyEventDefinition |
createEventDefinition(java.lang.String eventDefinitionName,
java.lang.String[] requiredAttributes,
java.lang.String[] optionalAttributes)
Invokes the createEventDefinition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyGroup |
createGroup(java.lang.String groupName)
Invokes the createGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRule |
createRule(java.lang.String ruleName)
Invokes the createRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicySignature |
createSignature(java.lang.String signatureName)
Invokes the createSignature() method on the Parlay Gateway. |
void |
createVariable(java.lang.String variableSetName,
java.lang.String variableName,
org.csapi.jr.se.policy.PolicyType variableType)
Invokes the createVariable() method on the Parlay Gateway. |
void |
createVariableSet(java.lang.String variableSetName)
Invokes the createVariableSet() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.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.provisioning.PolicyIterator |
getDomainIterator()
Invokes the getDomainIterator() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyEventDefinition |
getEventDefinition(java.lang.String eventDefinitionName)
Invokes the getEventDefinition() method on the Parlay Gateway. |
int |
getEventDefinitionCount()
Invokes the getEventDefinitionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
getEventDefinitionIterator()
Invokes the getEventDefinitionIterator() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.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.provisioning.PolicyIterator |
getGroupIterator()
Invokes the getGroupIterator() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyDomain |
getParentDomain()
Invokes the getParentDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.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.provisioning.PolicyIterator |
getRuleIterator()
Invokes the getRuleIterator() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicySignature |
getSignature(java.lang.String signatureName)
Invokes the getSignature() method on the Parlay Gateway. |
int |
getSignatureCount()
Invokes the getSignatureCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
getSignatureIterator()
Invokes the getSignatureIterator() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyVar |
getVariable(java.lang.String variableSetName,
java.lang.String variableName)
Invokes the getVariable() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyVar[] |
getVariableSet(java.lang.String variableSetName)
Invokes the getVariableSet() method on the Parlay Gateway. |
int |
getVariableSetCount()
Invokes the getVariableSetCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
getVariableSetIterator()
Invokes the getVariableSetIterator() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyType |
getVariableType(java.lang.String variableSetName,
java.lang.String variableName)
Invokes the getVariableType() method on the Parlay Gateway. |
org.omg.CORBA.Any |
getVariableValue(java.lang.String variableSetName,
java.lang.String variableName)
Invokes the getVariableValue() method on the Parlay Gateway. |
void |
removeDomain(java.lang.String domainName)
Invokes the removeDomain() method on the Parlay Gateway. |
void |
removeEventDefinition(java.lang.String eventDefinitionName)
Invokes the removeEventDefinition() 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. |
void |
removeSignature(java.lang.String signatureName)
Invokes the removeSignature() method on the Parlay Gateway. |
void |
removeVariable(java.lang.String variablSetName,
java.lang.String variableName)
Invokes the removeVariable() method on the Parlay Gateway. |
void |
removeVariableSet(java.lang.String variableSetName)
Invokes the removeVariableSet() method on the Parlay Gateway. |
void |
setVariableValue(java.lang.String variableSetName,
java.lang.String variableName,
org.omg.CORBA.Any variableValue)
Invokes the setVariableValue() 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.provisioning.PolicyDomain getParentDomain() throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.policy.provisioning.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.provisioning.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.provisioning.PolicyIterator getDomainIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.provisioning.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.provisioning.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.provisioning.PolicyIterator getGroupIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.provisioning.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.provisioning.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.provisioning.PolicyIterator getRuleIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.provisioning.PolicyEventDefinition createEventDefinition(java.lang.String eventDefinitionName, java.lang.String[] requiredAttributes, java.lang.String[] optionalAttributes) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.provisioning.PolicyEventDefinition getEventDefinition(java.lang.String eventDefinitionName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void removeEventDefinition(java.lang.String eventDefinitionName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public int getEventDefinitionCount() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.provisioning.PolicyIterator getEventDefinitionIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public void createVariableSet(java.lang.String variableSetName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyVar[] getVariableSet(java.lang.String variableSetName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void removeVariableSet(java.lang.String variableSetName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public int getVariableSetCount() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.provisioning.PolicyIterator getVariableSetIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public void createVariable(java.lang.String variableSetName, java.lang.String variableName, org.csapi.jr.se.policy.PolicyType variableType) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public void setVariableValue(java.lang.String variableSetName, java.lang.String variableName, org.omg.CORBA.Any variableValue) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyType getVariableType(java.lang.String variableSetName, java.lang.String variableName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public org.omg.CORBA.Any getVariableValue(java.lang.String variableSetName, java.lang.String variableName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public org.csapi.jr.se.policy.PolicyVar getVariable(java.lang.String variableSetName, java.lang.String variableName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void removeVariable(java.lang.String variablSetName, java.lang.String variableName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.provisioning.PolicySignature createSignature(java.lang.String signatureName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.provisioning.PolicySignature getSignature(java.lang.String signatureName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void removeSignature(java.lang.String signatureName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public int getSignatureCount() throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.policy.provisioning.PolicyIterator getSignatureIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |