org.csapi.jr.se.policy.provisioning
Interface PolicySignature

All Superinterfaces:
CsapiInterface, java.io.Serializable, Service

public interface PolicySignature
extends Service

This interface represents a PolicySignature.


Field Summary
 
Fields inherited from interface org.csapi.jr.se.Service
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE
 
Method Summary
 java.lang.String[] getGroupNames()
          Invokes the getGroupNames() method on the Parlay Gateway.
 java.lang.String[] getInputVariables()
          Invokes the getInputVariables() method on the Parlay Gateway.
 java.lang.String[] getOutputVariables()
          Invokes the getOutputVariables() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyDomain getParentDomain()
          Invokes the getParentDomain() method on the Parlay Gateway.
 java.lang.String[] getPolicyRoles()
          Invokes the getPolicyRoles() method on the Parlay Gateway.
 void setGroupNames(java.lang.String[] groupNames)
          Invokes the setGroupNames() method on the Parlay Gateway.
 void setInputVariables(java.lang.String[] inputVariables)
          Invokes the setInputVariables() method on the Parlay Gateway.
 void setOutputVariables(java.lang.String[] outputVariables)
          Invokes the setOutputVariables() method on the Parlay Gateway.
 void setPolicyRoles(java.lang.String[] roleNames)
          Invokes the setPolicyRoles() method on the Parlay Gateway.
 
Methods inherited from interface org.csapi.jr.se.Service
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback
 

Method Detail

setInputVariables

public void setInputVariables(java.lang.String[] inputVariables)
                       throws PlatformException,
                              CommonException,
                              AccessViolationException,
                              SyntaxErrorException,
                              NameSpaceErrorException,
                              NoTransactionInProcessException
Invokes the setInputVariables() method on the Parlay Gateway.

PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException

setOutputVariables

public void setOutputVariables(java.lang.String[] outputVariables)
                        throws PlatformException,
                               CommonException,
                               AccessViolationException,
                               SyntaxErrorException,
                               NameSpaceErrorException,
                               NoTransactionInProcessException
Invokes the setOutputVariables() method on the Parlay Gateway.

PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException

getInputVariables

public java.lang.String[] getInputVariables()
                                     throws PlatformException,
                                            CommonException
Invokes the getInputVariables() method on the Parlay Gateway.

PlatformException
CommonException

getOutputVariables

public java.lang.String[] getOutputVariables()
                                      throws PlatformException,
                                             CommonException
Invokes the getOutputVariables() method on the Parlay Gateway.

PlatformException
CommonException

setGroupNames

public void setGroupNames(java.lang.String[] groupNames)
                   throws PlatformException,
                          CommonException,
                          AccessViolationException,
                          SyntaxErrorException,
                          NameSpaceErrorException,
                          NoTransactionInProcessException
Invokes the setGroupNames() method on the Parlay Gateway.

PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException

setPolicyRoles

public void setPolicyRoles(java.lang.String[] roleNames)
                    throws PlatformException,
                           CommonException,
                           AccessViolationException,
                           SyntaxErrorException,
                           NameSpaceErrorException,
                           NoTransactionInProcessException
Invokes the setPolicyRoles() method on the Parlay Gateway.

PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException

getGroupNames

public java.lang.String[] getGroupNames()
                                 throws PlatformException,
                                        CommonException
Invokes the getGroupNames() method on the Parlay Gateway.

PlatformException
CommonException

getPolicyRoles

public java.lang.String[] getPolicyRoles()
                                  throws PlatformException,
                                         CommonException
Invokes the getPolicyRoles() method on the Parlay Gateway.

PlatformException
CommonException

getParentDomain

public org.csapi.jr.se.policy.provisioning.PolicyDomain getParentDomain()
                                                                 throws PlatformException,
                                                                        CommonException
Invokes the getParentDomain() method on the Parlay Gateway.

PlatformException
CommonException