|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a Policy.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
org.csapi.jr.se.Attribute |
getAttribute(java.lang.String attributeName)
Invokes the getAttribute() method on the Parlay Gateway. |
org.csapi.jr.se.Attribute[] |
getAttributes(java.lang.String[] attributeNames)
Invokes the getAttributes() method on the Parlay Gateway. |
void |
setAttribute(org.csapi.jr.se.Attribute targetAttribute)
Invokes the setAttribute() method on the Parlay Gateway. |
void |
setAttributes(org.csapi.jr.se.Attribute[] targetAttributes)
Invokes the setAttributes() 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.Attribute getAttribute(java.lang.String attributeName) throws PlatformException, CommonException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
SyntaxErrorException
NameSpaceErrorException
public void setAttribute(org.csapi.jr.se.Attribute targetAttribute) throws PlatformException, CommonException, AccessViolationException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
NoTransactionInProcessException
public org.csapi.jr.se.Attribute[] getAttributes(java.lang.String[] attributeNames) throws PlatformException, CommonException
PlatformException
CommonException
public void setAttributes(org.csapi.jr.se.Attribute[] targetAttributes) throws PlatformException, CommonException, AccessViolationException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
NoTransactionInProcessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |