Uses of Class
org.csapi.jr.se.CommonException

Packages that use CommonException
org.csapi.jr.se Contains the common data type classes for use with all Parlay services. 
org.csapi.jr.se.am Contains the Parlay Account Management (AM) data types and interfaces. 
org.csapi.jr.se.cc.gccs Contains the Parlay Generic Call Control Service (GCCS) interfaces and classes. 
org.csapi.jr.se.cc.mmccs Contains the Parlay Multi-Media Call Control Service (MMCCS) interfaces. 
org.csapi.jr.se.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces. 
org.csapi.jr.se.cs Contains the Parlay Charging Service data type classes and interfaces. 
org.csapi.jr.se.dsc Contains the Parlay Data Session Control data types and interfaces. 
org.csapi.jr.se.fw.fw_access.trust_and_security Contains the Parlay Framework Access Session Trust and Secruity Management interfaces. 
org.csapi.jr.se.fw.fw_application.discovery Contains the Parlay Framework-to-Application Service Discovery interfaces. 
org.csapi.jr.se.fw.fw_application.integrity Contains the Parlay Framework-to-Application Iintegrity Management interfaces. 
org.csapi.jr.se.fw.fw_application.notification Contains the Parlay Framework-to-Application Event Notification interfaces. 
org.csapi.jr.se.fw.fw_application.service_agreement Contains the Parlay Framework-to-Application Service Agreement Management interfaces. 
org.csapi.jr.se.fw.fw_service.discovery Contains the Parlay Framework-to-Service Service Discovery interfaces. 
org.csapi.jr.se.fw.fw_service.integrity Contains the Parlay Framework-to-Service Integrity Management interfaces. 
org.csapi.jr.se.fw.fw_service.notification Contains the Parlay Framework-to-Service Event Notification interfaces. 
org.csapi.jr.se.fw.fw_service.service_lifecycle Contains the Parlay Framework-to-Service Service Instance Lifecycle Manager interfaces. 
org.csapi.jr.se.fw.fw_service.service_registration Contains the Parlay Framework-to-Service Service Registration interfaces. 
org.csapi.jr.se.mm.ul Contains the Parlay User Location interfaces. 
org.csapi.jr.se.mm.ulc Contains the Parlay User Location Camel interfaces. 
org.csapi.jr.se.mm.us Contains the Parlay User Status interfaces. 
org.csapi.jr.se.pam.access Contains the PAM Access interface classes. 
org.csapi.jr.se.pam.event Contains the PAM Event interface classes. 
org.csapi.jr.se.pam.provisioning Contains the PAM Provisioning interface classes. 
org.csapi.jr.se.policy Contains the Parlay Policy Management data types and interfaces. 
org.csapi.jr.se.policy.evaluation Contains the Parlay Policy Management Evaluation interfaces. 
org.csapi.jr.se.policy.provisioning Contains the Parlay Policy Management Provisioning interfaces. 
org.csapi.jr.se.termcap Contains the Parlay Terminal Capabilities data types and interfaces. 
org.csapi.jr.se.ui Contains the Parlay Generic User Interaction interfaces and classes. 
 

Uses of CommonException in org.csapi.jr.se
 

Subclasses of CommonException in org.csapi.jr.se
 class ApplicationNotActivatedException
          An application is unauthorised to access information and request services with regards to users that have deactivated that particular application.
 class InformationNotAvailableException
          The requested information is not available.
 class InvalidNetworkStateException
          Although the sequence of method calls is allowed by the gateway, the underlying protocol cannot support it.
 class InvalidStateException
          Thrown when a method is called that is not allowed in the state that the OSA state machines are in
 class MethodNotSupportedException
          Thrown when the application initiates methods that are either not according to the Service Level Agreement or not supported in the SCS
 class NoCallbackAddressSetException
          Thrown when no callback address has been set
 class ResourcesUnavailableException
          Thrown when a physical resource in the network is not available
 class TaskCancelledException
          Thrown in case of a temporary problem
 class TaskRefusedException
          Thrown in case of a problem that is not temporary and when none of the other common or dedicated exceptions apply
 class UnauthorisedParameterValueException
          A method parameter value violates the Service Level Agreement.
 

Methods in org.csapi.jr.se that throw CommonException
 void Service.setCallback(org.csapi.jr.se.CsapiInterface appInterface)
          This method specifies the reference address of the callback interface that a service uses to invoke methods on the application.
It is not allowed to invoke this method on an interface that uses SessionIDs.
 

Uses of CommonException in org.csapi.jr.se.am
 

Methods in org.csapi.jr.se.am that throw CommonException
 org.csapi.jr.se.am.ChargingEventCriteriaResult[] AccountManager.getNotification()
          Invokes the getNotification() method on the Parlay Gateway.
 void AccountManager.disableNotifications()
          Invokes the disableNotifications() method on the Parlay Gateway.
 void QueryBalance.queryBalanceReq(org.csapi.jr.se.Address[] users)
          Invokes the queryBalanceReq() method on the Parlay Gateway.
 void Notifications.enableNotifications()
          Invokes the enableNotifications() method on the Parlay Gateway.
 void RetrieveTransactionHistory.retrieveTransactionHistoryReq(org.csapi.jr.se.Address user, org.csapi.jr.se.TimeInterval transactionInterval)
          Invokes the retrieveTransactionHistoryReq() method on the Parlay Gateway.
 void Notification.createNotification(org.csapi.jr.se.am.ChargingEventCriteria chargingEventCriteria)
          Invokes the createNotification() method on the Parlay Gateway.
 void Notification.destroyNotification()
          Invokes the destroyNotification() method on the Parlay Gateway.
 void Notification.changeNotification(org.csapi.jr.se.am.ChargingEventCriteria eventCriteria)
          Invokes the changeNotification() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.cc.gccs
 

Methods in org.csapi.jr.se.cc.gccs that throw CommonException
 org.csapi.jr.se.cc.gccs.CallEventCriteriaResult[] CallControlManager.getCriteria()
          Invokes the getCriteria() method on the Parlay Gateway.
 org.csapi.jr.se.cc.gccs.Call CallControlManager.createCall()
          Invokes the createCall() method on the Parlay Gateway and returns a reference to a transient interface.
 void CallLoadControl.setCallLoadControl(int duration, org.csapi.jr.se.cc.CallLoadControlMechanism mechanism, org.csapi.jr.se.cc.gccs.CallTreatment treatment, org.csapi.jr.se.AddressRange addressRange)
          Invokes the setCallLoadControl() method on the Parlay Gateway.
 void CallNotification.enableCallNotification(org.csapi.jr.se.cc.gccs.CallEventCriteria eventCriteria)
          Invokes the enableCallNotification() method on the Parlay Gateway.
 void CallNotification.disableCallNotification()
          Invokes the disableCallNotification() method on the Parlay Gateway.
 void CallNotification.changeCallNotification(org.csapi.jr.se.cc.gccs.CallEventCriteria eventCriteria)
          Invokes the changeCallNotification() method on the Parlay Gateway.
 void Call.release(org.csapi.jr.se.cc.gccs.CallReleaseCause cause)
          Invokes the release() method on the Parlay Gateway.
 void Call.deassignCall()
          Invokes the deassignCall() method on the Parlay Gateway.
 void Call.getCallInfoReq(int callInfoRequested)
          Invokes the getCallInfoReq() method on the Parlay Gateway.
 void Call.setCallChargePlan(org.csapi.jr.se.cc.CallChargePlan callChargePlan)
          Invokes the setCallChargePlan() method on the Parlay Gateway.
 void Call.setAdviceOfCharge(org.csapi.jr.se.AoCInfo aOCInfo, int tariffSwitch)
          Invokes the setAdviceOfCharge() method on the Parlay Gateway.
 void Call.getMoreDialledDigitsReq(int length)
          Invokes the getMoreDialledDigitsReq() method on the Parlay Gateway.
 void Call.superviseCallReq(int time, int treatment)
          Invokes the superviseCallReq() method on the Parlay Gateway.
 void Route.routeReq(org.csapi.jr.se.cc.gccs.CallReportRequest[] responseRequested, org.csapi.jr.se.Address targetAddress, org.csapi.jr.se.Address originatingAddress, org.csapi.jr.se.Address originalDestinationAddress, org.csapi.jr.se.Address redirectingAddress, org.csapi.jr.se.cc.gccs.CallAppInfo[] appInfo)
          Invokes the routeReq() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.cc.mmccs
 

Methods in org.csapi.jr.se.cc.mmccs that throw CommonException
 org.csapi.jr.se.cc.mmccs.MediaNotificationRequested[] MultiMediaCallControlManager.getMediaNotification()
          Invokes the getMediaNotification() method on the Parlay Gateway.
 void MediaNotification.createMediaNotification(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest notificationMediaRequest)
          Invokes the createMediaNotification() method on the Parlay Gateway.
 void MediaNotification.destroyMediaNotification()
          Invokes the destroyMediaNotification() method on the Parlay Gateway.
 void MediaNotification.changeMediaNotification(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest notificationMediaRequest)
          Invokes the changeMediaNotification() method on the Parlay Gateway.
 void MultiMediaStream.subtract()
          Invokes the subtract() method on the Parlay Gateway.
 void MultiMediaCallLeg.mediaStreamAllow(int[] mediaStreamList)
          Invokes the mediaStreamAllow() method on the Parlay Gateway.
 void MultiMediaCallLeg.mediaStreamMonitorReq(org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] mediaStreamEventCriteria)
          Invokes the mediaStreamMonitorReq() method on the Parlay Gateway.
 org.csapi.jr.se.cc.mmccs.MediaStream[] MultiMediaCallLeg.getMediaStreams()
          Invokes the getMediaStreams() method on the Parlay Gateway.
 void MultiMediaCall.superviseVolumeReq(org.csapi.jr.se.cc.mmccs.CallSuperviseVolume volume, int treatment)
          Invokes the superviseVolumeReq() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.cc.mpccs
 

Methods in org.csapi.jr.se.cc.mpccs that throw CommonException
 org.csapi.jr.se.cc.NotificationRequested[] MultiPartyCallControlManager.getNotification()
          Invokes the getNotification() method on the Parlay Gateway.
 void MultiPartyCallControlManager.disableNotifications()
          Invokes the disableNotifications() method on the Parlay Gateway.
 org.csapi.jr.se.cc.NotificationRequestedSetEntry MultiPartyCallControlManager.getNextNotification(boolean reset)
          Invokes the getNextNotification() method on the Parlay Gateway.
 org.csapi.jr.se.cc.mpccs.MultiPartyCall MultiPartyCallControlManager.createCall()
          Invokes the createCall() method on the Parlay Gateway and returns a reference to a transient interface.
 void CallLoadControl.setCallLoadControl(int duration, org.csapi.jr.se.cc.CallLoadControlMechanism mechanism, org.csapi.jr.se.cc.CallTreatment treatment, org.csapi.jr.se.AddressRange addressRange)
          Invokes the setCallLoadControl() method on the Parlay Gateway.
 void Notifications.enableNotifications()
          Invokes the enableNotifications() method on the Parlay Gateway.
 void CallLeg.routeReq(org.csapi.jr.se.Address targetAddress, org.csapi.jr.se.Address originatingAddress, org.csapi.jr.se.cc.CallAppInfo[] appInfo, org.csapi.jr.se.cc.CallLegConnectionProperties connectionProperties)
          Invokes the routeReq() method on the Parlay Gateway.
 void CallLeg.eventReportReq(org.csapi.jr.se.cc.CallEventRequest[] eventsRequested)
          Invokes the eventReportReq() method on the Parlay Gateway.
 void CallLeg.release(org.csapi.jr.se.cc.ReleaseCause cause)
          Invokes the release() method on the Parlay Gateway.
 void CallLeg.getInfoReq(int callLegInfoRequested)
          Invokes the getInfoReq() method on the Parlay Gateway.
 void CallLeg.attachMediaReq()
          Invokes the attachMediaReq() method on the Parlay Gateway.
 void CallLeg.detachMediaReq()
          Invokes the detachMediaReq() method on the Parlay Gateway.
 org.csapi.jr.se.Address CallLeg.getCurrentDestinationAddress()
          Invokes the getCurrentDestinationAddress() method on the Parlay Gateway.
 void CallLeg.continueProcessing()
          Invokes the continueProcessing() method on the Parlay Gateway.
 void CallLeg.setChargePlan(org.csapi.jr.se.cc.CallChargePlan callChargePlan)
          Invokes the setChargePlan() method on the Parlay Gateway.
 void CallLeg.setAdviceOfCharge(org.csapi.jr.se.AoCInfo aOCInfo, int tariffSwitch)
          Invokes the setAdviceOfCharge() method on the Parlay Gateway.
 void CallLeg.superviseReq(int time, int treatment)
          Invokes the superviseReq() method on the Parlay Gateway.
 void CallLeg.deassign()
          Invokes the deassign() method on the Parlay Gateway.
 org.csapi.jr.se.cc.CallLegProperty[] CallLeg.getProperties(java.lang.String[] propertyNames)
          Invokes the getProperties() method on the Parlay Gateway.
 void CallLeg.setProperties(org.csapi.jr.se.cc.CallLegProperty[] properties)
          Invokes the setProperties() method on the Parlay Gateway.
 org.csapi.jr.se.cc.mpccs.MultiPartyCall CallLeg.getCall()
          Invokes the getCall() method on the Parlay Gateway and returns a reference to a transient interface.
 void Notification.createNotification(org.csapi.jr.se.cc.CallNotificationRequest notificationRequest)
          Invokes the createNotification() method on the Parlay Gateway.
 void Notification.destroyNotification()
          Invokes the destroyNotification() method on the Parlay Gateway.
 void Notification.changeNotification(org.csapi.jr.se.cc.CallNotificationRequest notificationRequest)
          Invokes the changeNotification() method on the Parlay Gateway.
 org.csapi.jr.se.cc.mpccs.CallLeg[] MultiPartyCall.getCallLegs()
          Invokes the getCallLegs() method on the Parlay Gateway.
 void MultiPartyCall.release(org.csapi.jr.se.cc.ReleaseCause cause)
          Invokes the release() method on the Parlay Gateway.
 void MultiPartyCall.deassignCall()
          Invokes the deassignCall() method on the Parlay Gateway.
 void MultiPartyCall.getInfoReq(int callInfoRequested)
          Invokes the getInfoReq() method on the Parlay Gateway.
 void MultiPartyCall.setChargePlan(org.csapi.jr.se.cc.CallChargePlan callChargePlan)
          Invokes the setChargePlan() method on the Parlay Gateway.
 void MultiPartyCall.setAdviceOfCharge(org.csapi.jr.se.AoCInfo aOCInfo, int tariffSwitch)
          Invokes the setAdviceOfCharge() method on the Parlay Gateway.
 void MultiPartyCall.superviseReq(int time, int treatment)
          Invokes the superviseReq() method on the Parlay Gateway.
 org.csapi.jr.se.cc.mpccs.CallLeg MultiPartyCall.createCallLeg()
          Invokes the createCallLeg() method on the Parlay Gateway and returns a reference to a transient interface.
 org.csapi.jr.se.cc.mpccs.CallLeg MultiPartyCall.createAndRouteCallLegReq(org.csapi.jr.se.cc.CallEventRequest[] eventsRequested, org.csapi.jr.se.Address targetAddress, org.csapi.jr.se.Address originatingAddress, org.csapi.jr.se.cc.CallAppInfo[] appInfo)
          Invokes the createAndRouteCallLegReq() method on the Parlay Gateway and returns a reference to a transient interface.
 

Uses of CommonException in org.csapi.jr.se.cs
 

Methods in org.csapi.jr.se.cs that throw CommonException
 org.csapi.jr.se.cs.ChargingSession ChargingManager.createChargingSession(java.lang.String sessionDescription, org.csapi.jr.se.cs.MerchantAccountID merchantAccount, org.csapi.jr.se.Address user, org.csapi.jr.se.cs.CorrelationID correlationID)
          Invokes the createChargingSession() method on the Parlay Gateway and returns a reference to a transient interface.
 org.csapi.jr.se.cs.ChargingSession ChargingManager.createSplitChargingSession(java.lang.String sessionDescription, org.csapi.jr.se.cs.MerchantAccountID merchantAccount, org.csapi.jr.se.Address[] users, org.csapi.jr.se.cs.CorrelationID correlationID)
          Invokes the createSplitChargingSession() method on the Parlay Gateway and returns a reference to a transient interface.
 void ChargingSession.creditAmountReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingPrice amount, boolean closeReservation)
          Invokes the creditAmountReq() method on the Parlay Gateway.
 void ChargingSession.creditUnitReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.Volume[] volumes, boolean closeReservation)
          Invokes the creditUnitReq() method on the Parlay Gateway.
 void ChargingSession.debitAmountReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingPrice amount, boolean closeReservation)
          Invokes the debitAmountReq() method on the Parlay Gateway.
 void ChargingSession.debitUnitReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.Volume[] volumes, boolean closeReservation)
          Invokes the debitUnitReq() method on the Parlay Gateway.
 void ChargingSession.directCreditAmountReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingParameter[] chargingParameters, org.csapi.jr.se.cs.ChargingPrice amount)
          Invokes the directCreditAmountReq() method on the Parlay Gateway.
 void ChargingSession.directCreditUnitReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingParameter[] chargingParameters, org.csapi.jr.se.cs.Volume[] volumes)
          Invokes the directCreditUnitReq() method on the Parlay Gateway.
 void ChargingSession.directDebitAmountReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingParameter[] chargingParameters, org.csapi.jr.se.cs.ChargingPrice amount)
          Invokes the directDebitAmountReq() method on the Parlay Gateway.
 void ChargingSession.directDebitUnitReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingParameter[] chargingParameters, org.csapi.jr.se.cs.Volume[] volumes)
          Invokes the directDebitUnitReq() method on the Parlay Gateway.
 void ChargingSession.extendLifeTimeReq()
          Invokes the extendLifeTimeReq() method on the Parlay Gateway.
 org.csapi.jr.se.cs.ChargingPrice ChargingSession.getAmountLeft()
          Invokes the getAmountLeft() method on the Parlay Gateway.
 int ChargingSession.getLifeTimeLeft()
          Invokes the getLifeTimeLeft() method on the Parlay Gateway.
 org.csapi.jr.se.cs.Volume[] ChargingSession.getUnitLeft()
          Invokes the getUnitLeft() method on the Parlay Gateway.
 void ChargingSession.rateReq(org.csapi.jr.se.cs.ChargingParameter[] chargingParameters)
          Invokes the rateReq() method on the Parlay Gateway.
 void ChargingSession.release()
          Invokes the release() method on the Parlay Gateway.
 void ChargingSession.reserveAmountReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingParameter[] chargingParameters, org.csapi.jr.se.cs.ChargingPrice preferredAmount, org.csapi.jr.se.cs.ChargingPrice minimumAmount)
          Invokes the reserveAmountReq() method on the Parlay Gateway.
 void ChargingSession.reserveUnitReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingParameter[] chargingParameters, org.csapi.jr.se.cs.Volume[] volumes)
          Invokes the reserveUnitReq() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.dsc
 

Methods in org.csapi.jr.se.dsc that throw CommonException
 org.csapi.jr.se.dsc.DataSessionEventCriteria DataSessionControlManager.getNotification()
          Invokes the getNotification() method on the Parlay Gateway.
 void DataSessionControlManager.disableNotifications()
          Invokes the disableNotifications() method on the Parlay Gateway.
 org.csapi.jr.se.dsc.DataSessionEventCriteriaResult[] DataSessionControlManager.getNotifications()
          Invokes the getNotifications() method on the Parlay Gateway.
 void Notifications.enableNotifications()
          Invokes the enableNotifications() method on the Parlay Gateway.
 void Notifications.createNotifications(org.csapi.jr.se.dsc.DataSessionEventCriteria eventCriteria)
          Invokes the createNotifications() method on the Parlay Gateway.
 void Notification.createNotification(org.csapi.jr.se.dsc.DataSessionEventCriteria eventCriteria)
          Invokes the createNotification() method on the Parlay Gateway.
 void Notification.destroyNotification()
          Invokes the destroyNotification() method on the Parlay Gateway.
 void Notification.changeNotification(org.csapi.jr.se.dsc.DataSessionEventCriteria eventCriteria)
          Invokes the changeNotification() method on the Parlay Gateway.
 void DataSession.release(org.csapi.jr.se.dsc.DataSessionReleaseCause cause)
          Invokes the release() method on the Parlay Gateway.
 void DataSession.superviseDataSessionReq(int treatment, org.csapi.jr.se.dsc.DataSessionSuperviseVolume bytes)
          Invokes the superviseDataSessionReq() method on the Parlay Gateway.
 void DataSession.setDataSessionChargePlan(org.csapi.jr.se.dsc.DataSessionChargePlan dataSessionChargePlan)
          Invokes the setDataSessionChargePlan() method on the Parlay Gateway.
 void DataSession.setAdviceOfCharge(org.csapi.jr.se.AoCInfo aoCInfo, int tariffSwitch)
          Invokes the setAdviceOfCharge() method on the Parlay Gateway.
 void DataSession.deassignDataSession()
          Invokes the deassignDataSession() method on the Parlay Gateway.
 void DataSession.continueProcessing()
          Invokes the continueProcessing() method on the Parlay Gateway.
 void Connect.connectReq(org.csapi.jr.se.dsc.DataSessionReportRequest[] responseRequested, org.csapi.jr.se.Address targetAddress)
          Invokes the connectReq() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.fw.fw_access.trust_and_security
 

Methods in org.csapi.jr.se.fw.fw_access.trust_and_security that throw CommonException
 void ClientAccess.terminateAccess(java.lang.String terminationText, java.lang.String signingAlgorithm, byte[] digitalSignature)
          The terminateAccess operation is used by the framework to end the client's access session.
 org.csapi.jr.se.CsapiInterface Access.obtainInterface(java.lang.String interfaceName)
          This method is used to obtain other framework interfaces.
 org.csapi.jr.se.CsapiInterface Access.obtainInterfaceWithCallback(java.lang.String interfaceName, org.csapi.jr.se.CsapiInterface clientInterface)
          This method is used to obtain other framework interfaces.
 void Access.endAccess(org.csapi.jr.se.fw.Property[] endAccessProperties)
          Deprecated.  
 java.lang.String[] Access.listInterfaces()
          The client uses this method to obtain the names of all interfaces supported by the framework.
 void Access.releaseInterface(java.lang.String interfaceName)
          Deprecated.  
 java.lang.String Access.selectSigningAlgorithm(java.lang.String signingAlgorithmCaps)
          The client uses this method to inform the Framework of the different signing algorithms it supports for use in all cases where digital signatures are required.
 void Access.terminateAccess(java.lang.String terminationText, byte[] digitalSignature)
          The terminateAccess method is used by the client to request that its access session with the framework is ended.
 void Access.relinquishInterface(java.lang.String interfaceName, java.lang.String terminationText, byte[] digitalSignature)
          The client uses this method to release an instance of a framework interface that was obtained during this access session.
 java.lang.String APILevelAuthentication.selectEncryptionMethod(java.lang.String encryptionCaps)
          Deprecated.  
 byte[] APILevelAuthentication.authenticate(byte[] challenge)
          Deprecated.  
 void APILevelAuthentication.abortAuthentication()
          The client uses this method to abort the authentication process where the framework is authenticating the client.
 void APILevelAuthentication.authenticationSucceeded()
          The client uses this method to inform the framework of the success of the authentication attempt.
 java.lang.String APILevelAuthentication.selectAuthenticationMechanism(java.lang.String authMechanismList)
          The client uses this method to inform the Framework of the different authentication mechanisms it supports as part of API level Authentication.
 byte[] APILevelAuthentication.challenge(byte[] challenge)
          This method is used by the client to authenticate the framework.
 org.csapi.jr.se.CsapiInterface Authentication.requestAccess(java.lang.String accessType, org.csapi.jr.se.CsapiInterface clientAccessInterface)
          Once the client has been authenticated by the framework, the client may invoke the requestAccess operation on the IpAuthentication or IpAPILevelAuthentication interface.
 org.csapi.jr.se.fw.AuthDomain Initial.initiateAuthentication(org.csapi.jr.se.fw.AuthDomain clientDomain, java.lang.String authType)
          Deprecated.  
 org.csapi.jr.se.fw.AuthDomain Initial.initiateAuthenticationWithVersion(org.csapi.jr.se.fw.AuthDomain clientDomain, java.lang.String authType, java.lang.String frameworkVersion)
          This method is invoked by the client to start the process of authentication with the framework, and request the use of a specific authentication method using the new method with support for backward compatibility in the framework.
 

Uses of CommonException in org.csapi.jr.se.fw.fw_application.discovery
 

Methods in org.csapi.jr.se.fw.fw_application.discovery that throw CommonException
 java.lang.String[] ServiceDiscovery.listServiceTypes()
          This operation returns the names of all service super and sub types that are in the repository.
 org.csapi.jr.se.fw.ServiceTypeDescription ServiceDiscovery.describeServiceType(java.lang.String name)
          This operation lets the caller obtain the details for a particular service type.
 org.csapi.jr.se.fw.Service[] ServiceDiscovery.discoverService(java.lang.String serviceTypeName, org.csapi.jr.se.fw.ServiceProperty[] desiredPropertyList, int max)
          The discoverService operation is the means by which a client application is able to obtain the service IDs of the services that meet its requirements.
 org.csapi.jr.se.fw.Service[] ServiceDiscovery.listSubscribedServices()
          Returns a list of services so far subscribed by the enterprise operator.
 

Uses of CommonException in org.csapi.jr.se.fw.fw_application.integrity
 

Methods in org.csapi.jr.se.fw.fw_application.integrity that throw CommonException
 void FaultManager.activityTestReq(int activityTestID, java.lang.String svcID)
          The application invokes this method to test that the framework or its instance of a service is operational.
 void FaultManager.appActivityTestRes(int activityTestID, java.lang.String activityTestResult)
          The client application uses this method to return the result of a framework-requested activity test.
 void FaultManager.svcUnavailableInd(java.lang.String serviceID)
          This method is used by the client application to inform the framework that it can no longer use its instance of the indicated service (either due to a failure in the client application or in the service instance itself).
 void FaultManager.genFaultStatsRecordReq(org.csapi.jr.se.TimeInterval timePeriod, java.lang.String[] serviceIDs)
          Deprecated.  
 void FaultManager.appActivityTestErr(int activityTestID)
          The client application uses this method to indicate that an error occurred during a framework-requested activity test.
 void FaultManager.appUnavailableInd(java.lang.String serviceID)
          Deprecated.  
 void FaultManager.genFaultStatsRecordRes(org.csapi.jr.se.fw.FaultStatsRecord faultStatistics)
          Deprecated.  
 void FaultManager.genFaultStatsRecordErr(org.csapi.jr.se.fw.FaultStatisticsError faultStatisticsError)
          Deprecated.  
 void FaultManager.appAvailStatusInd(org.csapi.jr.se.fw.AppAvailStatusReason reason)
          This method is used by the application to inform the framework of its availability status.
 void FaultManager.generateFaultStatisticsRecordReq(int faultStatsReqID, org.csapi.jr.se.TimeInterval timePeriod, java.lang.String[] serviceIDs)
          This method is used by the application to solicit fault statistics from the framework.
 void FaultManager.generateFaultStatisticsRecordRes(int faultStatsReqID, org.csapi.jr.se.fw.FaultStatsRecord faultStatistics)
          This method is used by the client application to provide fault statistics to the framework in response to a generateFaultStatisticsRecordReq method invocation on the IpAppFaultManager interface.
 void FaultManager.generateFaultStatisticsRecordErr(int faultStatsReqID, org.csapi.jr.se.fw.FaultStatisticsError faultStatisticsError)
          This method is used by the client application to indicate an error fulfilling the request to provide fault statistics, in response to a generateFaultStatisticsRecordReq method invocation on the IpAppFaultManager interface.
 void HeartBeat.pulse()
          The client application uses this method to send its heartbeat to the framework.
 void HeartBeatMgmt.enableHeartBeat(int interval, org.csapi.jr.se.fw.fw_application.integrity.AppHeartBeat appInterface)
          With this method, the client application instructs the framework to begin sending its heartbeat to the specified interface at the specified interval.
 void HeartBeatMgmt.disableHeartBeat()
          Instructs the framework to cease the sending of its heartbeat.
 void HeartBeatMgmt.changeInterval(int interval)
          Allows the administrative change of the heartbeat interval.
 void LoadManager.reportLoad(org.csapi.jr.se.fw.LoadLevel loadLevel)
          The client application uses this method to report its current load level (0,1, or 2) to the framework: for example when the load level on the application has changed.
 void LoadManager.queryLoadReq(java.lang.String[] serviceIDs, org.csapi.jr.se.TimeInterval timeInterval)
          Deprecated.  
 void LoadManager.queryAppLoadRes(org.csapi.jr.se.fw.LoadStatistic[] loadStatistics)
          Deprecated.  
 void LoadManager.queryAppLoadErr(org.csapi.jr.se.fw.LoadStatisticError loadStatisticsError)
          Deprecated.  
 void LoadManager.createLoadLevelNotification(java.lang.String[] serviceIDs)
          The client application uses this method to register to receive notifications of load level changes associated with either the framework or with its instances of the individual services used by the application.
 void LoadManager.destroyLoadLevelNotification(java.lang.String[] serviceIDs)
          The client application uses this method to unregister for notifications of load level changes associated with either the framework or with its instances of the individual services used by the application.
 void LoadManager.resumeNotification(java.lang.String[] serviceIDs)
          The client application uses this method to request the framework to resume sending it load management notifications associated with either the framework or with its instances of the individual services used by the application; for example after a period of suspension during which the application handled a temporary overload condition.
 void LoadManager.suspendNotification(java.lang.String[] serviceIDs)
          The client application uses this method to request the framework to suspend sending it load management notifications associated with either the framework or with its instances of the individual services used by the application; for example while the application handles a temporary overload condition.
 void LoadManager.queryLoadStatsReq(int loadStatsReqID, java.lang.String[] serviceIDs, org.csapi.jr.se.TimeInterval timeInterval)
          The client application uses this method to request the framework to provide load statistic records for the framework or for its instances of the individual services.
 void LoadManager.queryAppLoadStatsRes(int loadStatsReqID, org.csapi.jr.se.fw.LoadStatistic[] loadStatistics)
          The client application uses this method to send load statistic records back to the framework that requested the information; that is in response to an invocation of the queryAppLoadStatsReq method on the IpAppLoadManager interface.
 void LoadManager.queryAppLoadStatsErr(int loadStatsReqID, org.csapi.jr.se.fw.LoadStatisticError loadStatisticsError)
          The client application uses this method to return an error response to the framework that requested the application's load statistics information, when the application is unsuccessful in obtaining any load statistic records; that is in response to an invocation of the queryAppLoadStatsReq method on the IpAppLoadManager interface.
 java.lang.String OAM.systemDateTimeQuery(java.lang.String clientDateAndTime)
          This method is used to query the system date and time.
 

Uses of CommonException in org.csapi.jr.se.fw.fw_application.notification
 

Methods in org.csapi.jr.se.fw.fw_application.notification that throw CommonException
 int EventNotification.createNotification(org.csapi.jr.se.fw.FwEventCriteria eventCriteria)
          This method is used to enable generic notifications so that events can be sent to the application.
 void EventNotification.destroyNotification(int assignmentID)
          This method is used by the application to delete generic notifications from the framework.
 

Uses of CommonException in org.csapi.jr.se.fw.fw_application.service_agreement
 

Methods in org.csapi.jr.se.fw.fw_application.service_agreement that throw CommonException
 byte[] AppServiceAgreementManagement.signServiceAgreement(java.lang.String serviceToken, java.lang.String agreementText, java.lang.String signingAlgorithm)
          Upon receipt of the initiateSignServiceAgrement() method from the client application, this method is used by the framework to request that the client application sign an agreement on the service.
 void AppServiceAgreementManagement.terminateServiceAgreement(java.lang.String serviceToken, java.lang.String terminationText, byte[] digitalSignature)
          This method is used by the framework to terminate an agreement for the service.
 org.csapi.jr.se.fw.SignatureAndServiceMgr ServiceAgreementManagement.signServiceAgreement(java.lang.String serviceToken, java.lang.String agreementText, java.lang.String signingAlgorithm)
          After the framework has called signServiceAgreement() on the application's IpAppServiceAgreementManagement interface, this method is used by the client application to request that the framework sign the service agreement, which allows the client application to use the service.
 void ServiceAgreementManagement.terminateServiceAgreement(java.lang.String serviceToken, java.lang.String terminationText, byte[] digitalSignature)
          This method is used by the client application to terminate an agreement for the service.
 java.lang.String ServiceAgreementManagement.selectService(java.lang.String serviceID)
          This method is used by the client application to identify the service that the client application wishes to use.
 void ServiceAgreementManagement.initiateSignServiceAgreement(java.lang.String serviceToken)
          This method is used by the client application to initiate the sign service agreement process.
 

Uses of CommonException in org.csapi.jr.se.fw.fw_service.discovery
 

Methods in org.csapi.jr.se.fw.fw_service.discovery that throw CommonException
 java.lang.String[] FwServiceDiscovery.listServiceTypes()
          This operation returns the names of all service types that are in the repository.
 org.csapi.jr.se.fw.ServiceTypeDescription FwServiceDiscovery.describeServiceType(java.lang.String name)
          This operation lets the caller obtain the details for a particular service type.
 org.csapi.jr.se.fw.Service[] FwServiceDiscovery.discoverService(java.lang.String serviceTypeName, org.csapi.jr.se.fw.ServiceProperty[] desiredPropertyList, int max)
          The discoverService operation is the means by which the service supplier can retrieve a specific set of registered services that both belong to a given type and possess a specific set of "property values".
 org.csapi.jr.se.fw.Service[] FwServiceDiscovery.listRegisteredServices()
          Returns a list of services so far registered in the framework.
 

Uses of CommonException in org.csapi.jr.se.fw.fw_service.integrity
 

Methods in org.csapi.jr.se.fw.fw_service.integrity that throw CommonException
 void FwFaultManager.activityTestReq(int activityTestID, org.csapi.jr.se.fw.SubjectType testSubject)
          The service instance invokes this method to test that the framework or the client application is operational.
 void FwFaultManager.svcActivityTestRes(int activityTestID, java.lang.String activityTestResult)
          The service instance uses this method to return the result of a framework-requested activity test.
 void FwFaultManager.appUnavailableInd()
          This method is used by the service instance to inform the framework that the client application is not responding.
 void FwFaultManager.genFaultStatsRecordReq(org.csapi.jr.se.TimeInterval timePeriod, org.csapi.jr.se.fw.SubjectType recordSubject)
          Deprecated.  
 void FwFaultManager.svcUnavailableInd(org.csapi.jr.se.fw.SvcUnavailReason reason)
          Deprecated.  
 void FwFaultManager.svcActivityTestErr(int activityTestID)
          The service instance uses this method to indicate that an error occurred during a framework-requested activity test.
 void FwFaultManager.genFaultStatsRecordRes(org.csapi.jr.se.fw.FaultStatsRecord faultStatistics, java.lang.String[] serviceIDs)
          Deprecated.  
 void FwFaultManager.genFaultStatsRecordErr(org.csapi.jr.se.fw.FaultStatisticsError faultStatisticsError, java.lang.String[] serviceIDs)
          Deprecated.  
 void FwFaultManager.generateFaultStatsRecordRes(org.csapi.jr.se.fw.FaultStatsRecord faultStatistics)
          Deprecated.  
 void FwFaultManager.generateFaultStatsRecordErr(org.csapi.jr.se.fw.FaultStatisticsError faultStatisticsError)
          Deprecated.  
 void FwFaultManager.svcAvailStatusInd(org.csapi.jr.se.fw.SvcAvailStatusReason reason)
          This method is used by the service instance to inform the framework that it is about to become unavailable for use according to the provided reason and as well to inform the Framework when the Service instance becomes available again.
 void FwFaultManager.generateFaultStatisticsRecordReq(int faultStatsReqID, org.csapi.jr.se.TimeInterval timePeriod, org.csapi.jr.se.fw.SubjectType recordSubject)
          This method is used by the service instance to solicit fault statistics from the framework.
 void FwFaultManager.generateFaultStatisticsRecordRes(int faultStatsReqID, org.csapi.jr.se.fw.FaultStatsRecord faultStatistics)
          This method is used by the service to provide fault statistics to the framework in response to a generateFaultStatisticsRecordReq method invocation on the IpSvcFaultManager interface.
 void FwFaultManager.generateFaultStatisticsRecordErr(int faultStatsReqID, org.csapi.jr.se.fw.FaultStatisticsError faultStatisticsError)
          This method is used by the service to indicate an error fulfilling the request to provide fault statistics, in response to a generateFaultStatisticsRecordReq method invocation on the IpSvcFaultManager interface.
 void SvcFaultManager.activityTestRes(int activityTestID, java.lang.String activityTestResult)
          The framework uses this method to return the result of a service-requested activity test.
 void SvcFaultManager.svcActivityTestReq(int activityTestID)
          The framework invokes this method to test that the service instance is operational.
 void SvcFaultManager.fwFaultReportInd(org.csapi.jr.se.fw.InterfaceFault fault)
          Deprecated.  
 void SvcFaultManager.fwFaultRecoveryInd(org.csapi.jr.se.fw.InterfaceFault fault)
          Deprecated.  
 void SvcFaultManager.fwUnavailableInd(org.csapi.jr.se.fw.FwUnavailReason reason)
          Deprecated.  
 void SvcFaultManager.svcUnavailableInd()
          The framework invokes this method to inform the service instance that the client application has reported that it can no longer use the service instance.
 void SvcFaultManager.appUnavailableInd()
          Deprecated.  
 void SvcFaultManager.genFaultStatsRecordRes(org.csapi.jr.se.fw.FaultStatsRecord faultStatistics, org.csapi.jr.se.fw.SubjectType recordSubject)
          Deprecated.  
 void SvcFaultManager.activityTestErr(int activityTestID)
          The framework uses this method to indicate that an error occurred during a service-requested activity test.
 void SvcFaultManager.genFaultStatsRecordErr(org.csapi.jr.se.fw.FaultStatisticsError faultStatisticsError, org.csapi.jr.se.fw.SubjectType recordSubject)
          Deprecated.  
 void SvcFaultManager.genFaultStatsRecordReq(org.csapi.jr.se.TimeInterval timePeriod, java.lang.String[] serviceIDs)
          Deprecated.  
 void SvcFaultManager.generateFaultStatsRecordReq(org.csapi.jr.se.TimeInterval timePeriod)
          Deprecated.  
 void SvcFaultManager.appAvailStatusInd(org.csapi.jr.se.fw.AppAvailStatusReason reason)
          The framework invokes this method to inform the service instance that the client application is no longer available using different reasons for the unavailability.
 void SvcFaultManager.generateFaultStatisticsRecordRes(int faultStatsReqID, org.csapi.jr.se.fw.FaultStatsRecord faultStatistics, org.csapi.jr.se.fw.SubjectType recordSubject)
          This method is used by the framework to provide fault statistics to a service instance in response to a generateFaultStatisticsRecordReq method invocation on the IpFwFaultManager interface.
 void SvcFaultManager.generateFaultStatisticsRecordErr(int faultStatsReqID, org.csapi.jr.se.fw.FaultStatisticsError faultStatisticsError, org.csapi.jr.se.fw.SubjectType recordSubject)
          This method is used by the framework to indicate an error fulfilling the request to provide fault statistics, in response to a generateFaultStatisticsRecordReq method invocation on the IpFwFaultManager interface.
 void SvcFaultManager.generateFaultStatisticsRecordReq(int faultStatsReqID, org.csapi.jr.se.TimeInterval timePeriod)
          This method is used by the framework to solicit fault statistics from the service instance, for example when the framework was asked for these statistics by the client application using the generateFaultStatisticsRecordReq operation on the IpFaultManager interface.
 void FwHeartBeat.pulse()
          The service instance uses this method to send its heartbeat to the framework.
 void FwHeartBeatMgmt.enableHeartBeat(int interval, org.csapi.jr.se.fw.fw_service.integrity.SvcHeartBeat svcInterface)
          With this method, the service instance instructs the framework to begin sending its heartbeat to the specified interface at the specified interval.
 void FwHeartBeatMgmt.disableHeartBeat()
          Instructs the framework to cease the sending of its heartbeat.
 void FwHeartBeatMgmt.changeInterval(int interval)
          Allows the administrative change of the heartbeat interval.
 void SvcHeartBeat.pulse()
          The framework uses this method to send its heartbeat to the service instance.
 void SvcHeartBeatMgmt.enableSvcHeartBeat(int interval, org.csapi.jr.se.fw.fw_service.integrity.FwHeartBeat fwInterface)
          With this method, the framework instructs the service instance to begin sending its heartbeat to the specified interface at the specified interval.
 void SvcHeartBeatMgmt.disableSvcHeartBeat()
          Instructs the service instance to cease the sending of its heartbeat.
 void SvcHeartBeatMgmt.changeInterval(int interval)
          Allows the administrative change of the heartbeat interval.
 void FwLoadManager.reportLoad(org.csapi.jr.se.fw.LoadLevel loadLevel)
          The service instance uses this method to report its current load level (0,1, or 2) to the framework: for example when the load level on the service instance has changed.
 void FwLoadManager.queryLoadReq(org.csapi.jr.se.fw.SubjectType querySubject, org.csapi.jr.se.TimeInterval timeInterval)
          Deprecated.  
 void FwLoadManager.querySvcLoadRes(org.csapi.jr.se.fw.LoadStatistic[] loadStatistics)
          Deprecated.  
 void FwLoadManager.querySvcLoadErr(org.csapi.jr.se.fw.LoadStatisticError loadStatisticError)
          Deprecated.  
 void FwLoadManager.createLoadLevelNotification(org.csapi.jr.se.fw.SubjectType notificationSubject)
          The service instance uses this method to register to receive notifications of load level changes associated with the framework or with the application that uses the service instance.
 void FwLoadManager.destroyLoadLevelNotification(org.csapi.jr.se.fw.SubjectType notificationSubject)
          The service instance uses this method to unregister for notifications of load level changes associated with the framework or with the application that uses the service instance.
 void FwLoadManager.suspendNotification(org.csapi.jr.se.fw.SubjectType notificationSubject)
          The service instance uses this method to request the framework to suspend sending it notifications associated with the framework or with the application that uses the service instance; for example while the service instance handles a temporary overload condition.
 void FwLoadManager.resumeNotification(org.csapi.jr.se.fw.SubjectType notificationSubject)
          The service instance uses this method to request the framework to resume sending it notifications associated with the framework or with the application that uses the service instance; for example after a period of suspension during which the service instance handled a temporary overload condition.
 void FwLoadManager.queryLoadStatsReq(int loadStatsReqID, org.csapi.jr.se.fw.SubjectType querySubject, org.csapi.jr.se.TimeInterval timeInterval)
          The service instance uses this method to request the framework to provide load statistics records for the framework or for the application that uses the service instance.
 void FwLoadManager.querySvcLoadStatsRes(int loadStatsReqID, org.csapi.jr.se.fw.LoadStatistic[] loadStatistics)
          The service instance uses this method to send load statistic records back to the framework that requested the information; that is in response to an invocation of the querySvcLoadStatsReq method on the IpSvcLoadManager interface.
 void FwLoadManager.querySvcLoadStatsErr(int loadStatsReqID, org.csapi.jr.se.fw.LoadStatisticError loadStatisticError)
          The service instance uses this method to return an error response to the framework that requested the service instance's load statistics information, when the service instance is unsuccessful in obtaining any load statistic records; that is in response to an invocation of the querySvcLoadStatsReq method on the IpSvcLoadManager interface.
 void SvcLoadManager.querySvcLoadReq(org.csapi.jr.se.TimeInterval timeInterval)
          Deprecated.  
 void SvcLoadManager.queryLoadRes(org.csapi.jr.se.fw.LoadStatistic[] loadStatistics)
          Deprecated.  
 void SvcLoadManager.queryLoadErr(org.csapi.jr.se.fw.LoadStatisticError loadStatisticsError)
          Deprecated.  
 void SvcLoadManager.loadLevelNotification(org.csapi.jr.se.fw.LoadStatistic[] loadStatistics)
          Upon detecting load condition change, (for example load level changing from 0 to 1, 0 to 2, 1 to 0, for the application or framework which has been registered for load level notifications) this method is invoked on the SCF.
 void SvcLoadManager.suspendNotification()
          The framework uses this method to request the service instance to suspend sending it any notifications: for example while the framework handles a temporary overload condition.
 void SvcLoadManager.resumeNotification()
          The framework uses this method to request the service instance to resume sending it notifications: for example after a period of suspension during which the framework handled a temporary overload condition.
 void SvcLoadManager.createLoadLevelNotification()
          The framework uses this method to register to receive notifications of load level changes associated with the service instance.
 void SvcLoadManager.destroyLoadLevelNotification()
          The framework uses this method to unregister for notifications of load level changes associated with the service instance.
 void SvcLoadManager.querySvcLoadStatsReq(int loadStatsReqID, org.csapi.jr.se.TimeInterval timeInterval)
          The framework uses this method to request the service instance to provide its load statistic records.
 void SvcLoadManager.queryLoadStatsRes(int loadStatsReqID, org.csapi.jr.se.fw.LoadStatistic[] loadStatistics)
          The framework uses this method to send load statistic records back to the service instance that requested the information; that is in response to an invocation of the queryLoadReq method on the IpFwLoadManager interface.
 void SvcLoadManager.queryLoadStatsErr(int loadStatsReqID, org.csapi.jr.se.fw.LoadStatisticError loadStatisticsError)
          The framework uses this method to return an error response to the service that requested the framework's load statistics information, when the framework is unsuccessful in obtaining any load statistic records; that is in response to an invocation of the queryLoadReq method on the IpFwLoadManager interface.
 java.lang.String FwOAM.systemDateTimeQuery(java.lang.String clientDateAndTime)
          This method is used to query the system date and time.
 java.lang.String SvcOAM.systemDateTimeQuery(java.lang.String systemDateAndTime)
          This method is used by the framework to send the system date and time to the service.
 

Uses of CommonException in org.csapi.jr.se.fw.fw_service.notification
 

Methods in org.csapi.jr.se.fw.fw_service.notification that throw CommonException
 int FwEventNotification.createNotification(org.csapi.jr.se.fw.FwEventCriteria eventCriteria)
          This method is used to install generic notifications so that events can be sent to the service.
 void FwEventNotification.destroyNotification(int assignmentID)
          This method is used by the service to delete generic notifications from the framework.
 void SvcEventNotification.reportNotification(org.csapi.jr.se.fw.FwEventInfo eventInfo, int assignmentID)
          This method notifies the service of the arrival of a generic event.
 void SvcEventNotification.notificationTerminated()
          This method indicates to the service that all generic event notifications have been terminated (for example, due to faults detected).
 

Uses of CommonException in org.csapi.jr.se.fw.fw_service.service_lifecycle
 

Methods in org.csapi.jr.se.fw.fw_service.service_lifecycle that throw CommonException
 org.csapi.jr.se.Service ServiceInstanceLifecycleManager.createServiceManager(java.lang.String application, org.csapi.jr.se.fw.ServiceProperty[] serviceProperties, java.lang.String serviceInstanceID)
          This method returns a new service manager interface reference for the specified application.
 void ServiceInstanceLifecycleManager.destroyServiceManager(java.lang.String serviceInstance)
          This method destroys an existing service manager interface reference.
 

Uses of CommonException in org.csapi.jr.se.fw.fw_service.service_registration
 

Methods in org.csapi.jr.se.fw.fw_service.service_registration that throw CommonException
 java.lang.String FwServiceRegistration.registerService(java.lang.String serviceTypeName, org.csapi.jr.se.fw.ServiceProperty[] servicePropertyList)
          The registerService() operation is the means by which a service is registered in the Framework, for subsequent discovery by the enterprise applications.
 void FwServiceRegistration.announceServiceAvailability(java.lang.String serviceID, org.csapi.jr.se.fw.fw_service.service_lifecycle.ServiceInstanceLifecycleManager serviceInstanceLifecycleManagerRef)
          The registerService() method described previously does not make the service discoverable.
 void FwServiceRegistration.unregisterService(java.lang.String serviceID)
          The unregisterService() operation is used by the service suppliers to remove a registered service from the Framework.
 org.csapi.jr.se.fw.ServiceDescription FwServiceRegistration.describeService(java.lang.String serviceID)
          The describeService() operation returns the information about a service that is registered in the framework.
 void FwServiceRegistration.unannounceService(java.lang.String serviceID)
          This method results in the service no longer being discoverable by applications.
 java.lang.String FwServiceRegistration.registerServiceSubType(java.lang.String serviceTypeName, org.csapi.jr.se.fw.ServiceProperty[] servicePropertyList, org.csapi.jr.se.fw.ServiceTypePropertyValue[] extendedServicePropertyList)
          The registerServiceSubType() operation is the means by which an extended service is registered in the Framework, for subsequent discovery by the enterprise applications.
 

Uses of CommonException in org.csapi.jr.se.mm.ul
 

Methods in org.csapi.jr.se.mm.ul that throw CommonException
 org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry UserLocation.getNextPeriodicLocationRequest(boolean reset)
          Invokes the getNextPeriodicLocationRequest() method on the Parlay Gateway.
 void LocationReport.locationReportReq(org.csapi.jr.se.Address[] users)
          Invokes the locationReportReq() method on the Parlay Gateway.
 void PeriodicLocationReporting.periodicLocationReportingStartReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationRequest request, int reportingInterval)
          Invokes the periodicLocationReportingStartReq() method on the Parlay Gateway.
 void PeriodicLocationReporting.periodicLocationReportingStop(org.csapi.jr.se.mm.MobilityStopAssignmentData stopRequest)
          Invokes the periodicLocationReportingStop() method on the Parlay Gateway.
 void ExtendedLocationReport.extendedLocationReportReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationRequest request)
          Invokes the extendedLocationReportReq() method on the Parlay Gateway.
 org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry TriggeredUserLocation.getNextTriggeredLocationRequest(boolean reset)
          Invokes the getNextTriggeredLocationRequest() method on the Parlay Gateway.
 void TriggeredLocationReporting.triggeredLocationReportingStartReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationRequest request, org.csapi.jr.se.mm.LocationTrigger[] triggers)
          Invokes the triggeredLocationReportingStartReq() method on the Parlay Gateway.
 void TriggeredLocationReporting.triggeredLocationReportingStop(org.csapi.jr.se.mm.MobilityStopAssignmentData stopRequest)
          Invokes the triggeredLocationReportingStop() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.mm.ulc
 

Methods in org.csapi.jr.se.mm.ulc that throw CommonException
 org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry UserLocationCamel.getNextPeriodicLocationRequest(boolean reset)
          Invokes the getNextPeriodicLocationRequest() method on the Parlay Gateway.
 org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry UserLocationCamel.getNextTriggeredLocationRequest(boolean reset)
          Invokes the getNextTriggeredLocationRequest() method on the Parlay Gateway.
 void TriggeredLocationReporting.triggeredLocationReportingStartReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationTriggerCamel trigger)
          Invokes the triggeredLocationReportingStartReq() method on the Parlay Gateway.
 void TriggeredLocationReporting.triggeredLocationReportingStop(org.csapi.jr.se.mm.MobilityStopAssignmentData stopRequest)
          Invokes the triggeredLocationReportingStop() method on the Parlay Gateway.
 void LocationReport.locationReportReq(org.csapi.jr.se.Address[] users)
          Invokes the locationReportReq() method on the Parlay Gateway.
 void PeriodicLocationReporting.periodicLocationReportingStartReq(org.csapi.jr.se.Address[] users, int reportingInterval)
          Invokes the periodicLocationReportingStartReq() method on the Parlay Gateway.
 void PeriodicLocationReporting.periodicLocationReportingStop(org.csapi.jr.se.mm.MobilityStopAssignmentData stopRequest)
          Invokes the periodicLocationReportingStop() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.mm.us
 

Methods in org.csapi.jr.se.mm.us that throw CommonException
 org.csapi.jr.se.mm.TriggeredStatusRequestSetEntry UserStatus.getNextTriggeredStatusRequest(boolean reset)
          Invokes the getNextTriggeredStatusRequest() method on the Parlay Gateway.
 void StatusReport.statusReportReq(org.csapi.jr.se.Address[] users)
          Invokes the statusReportReq() method on the Parlay Gateway.
 void TriggeredStatusReporting.triggeredStatusReportingStartReq(org.csapi.jr.se.Address[] users)
          Invokes the triggeredStatusReportingStartReq() method on the Parlay Gateway.
 void TriggeredStatusReporting.triggeredStatusReportingStop(org.csapi.jr.se.mm.MobilityStopAssignmentData stopRequest)
          Invokes the triggeredStatusReportingStop() method on the Parlay Gateway.
 void ExtendedStatusReport.extendedStatusReportReq(org.csapi.jr.se.Address[] users)
          Invokes the extendedStatusReportReq() method on the Parlay Gateway.
 void ExtTriggeredStatusReporting.extTriggeredStatusReportingStartReq(org.csapi.jr.se.Address[] users)
          Invokes the extTriggeredStatusReportingStartReq() method on the Parlay Gateway.
 void ExtTriggeredStatusReporting.extTriggeredStatusReportingStop(org.csapi.jr.se.mm.MobilityStopAssignmentData stopRequest)
          Invokes the extTriggeredStatusReportingStop() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.pam.access
 

Methods in org.csapi.jr.se.pam.access that throw CommonException
 void PAMIdentityPresence.setIdentityPresence(java.lang.String identity, java.lang.String identityType, org.csapi.jr.se.pam.PAMAttribute[] attributes, byte[] authToken)
          Invokes the setIdentityPresence() method on the Parlay Gateway.
 void PAMIdentityPresence.setIdentityPresenceExpiration(java.lang.String identity, java.lang.String identityType, java.lang.String[] attributeNames, long expiresIn, byte[] authToken)
          Invokes the setIdentityPresenceExpiration() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAttribute[] PAMIdentityPresence.getIdentityPresence(java.lang.String identity, java.lang.String identityType, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the getIdentityPresence() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAvailabilityProfile[] PAMAvailability.getAvailability(java.lang.String identity, org.csapi.jr.se.pam.PAMContext pamContext, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the getAvailability() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMPreferenceData PAMAvailability.getPreference(java.lang.String identity, org.csapi.jr.se.pam.PAMContext pamContext, byte[] authToken)
          Invokes the getPreference() method on the Parlay Gateway.
 void PAMAvailability.setPreference(java.lang.String identity, org.csapi.jr.se.pam.PAMContext pamContext, java.lang.String operation, org.csapi.jr.se.pam.PAMPreferenceData newPreference, byte[] authToken)
          Invokes the setPreference() method on the Parlay Gateway.
 byte[] PAMPresenceAvailabilityManager.getAuthToken(org.csapi.jr.se.Attribute[] askerData)
          Invokes the getAuthToken() method on the Parlay Gateway.
 org.csapi.jr.se.CsapiInterface PAMPresenceAvailabilityManager.obtainInterface(java.lang.String interfaceName)
          Invokes the obtainInterface() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAccessControlData PAMPresenceAvailabilityManager.getAccessControl(java.lang.String identity, byte[] authToken)
          Invokes the getAccessControl() method on the Parlay Gateway.
 void PAMPresenceAvailabilityManager.setAccessControl(java.lang.String identity, java.lang.String operation, org.csapi.jr.se.pam.PAMAccessControlData newAccessControl, byte[] authToken)
          Invokes the setAccessControl() method on the Parlay Gateway.
 void PAMPresenceAvailabilityManager.activateService(java.lang.String identity, byte[] authToken)
          Invokes the activateService() method on the Parlay Gateway.
 void PAMPresenceAvailabilityManager.deactivateService(java.lang.String identity, byte[] authToken)
          Invokes the deactivateService() method on the Parlay Gateway.
 boolean PAMPresenceAvailabilityManager.isActiveIdentity(java.lang.String identity, byte[] authToken)
          Invokes the isActiveIdentity() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.pam.event
 

Methods in org.csapi.jr.se.pam.event that throw CommonException
 boolean PAMEventHandler.isRegistered(byte[] authToken)
          Invokes the isRegistered() method on the Parlay Gateway.
 void PAMEventHandler.deregisterAppInterface(byte[] authToken)
          Invokes the deregisterAppInterface() method on the Parlay Gateway.
 void PAMEventHandler.deregisterFromEvent(byte[] authToken)
          Invokes the deregisterFromEvent() method on the Parlay Gateway.
 void ForEvent.registerForEvent(org.csapi.jr.se.pam.PAMEventInfo[] eventList, int validFor, byte[] authToken)
          Invokes the registerForEvent() method on the Parlay Gateway.
 void AppInterface.registerAppInterface(byte[] authToken)
          Invokes the registerAppInterface() method on the Parlay Gateway.
 byte[] PAMEventManager.getAuthToken(org.csapi.jr.se.Attribute[] askerData)
          Invokes the getAuthToken() method on the Parlay Gateway.
 org.csapi.jr.se.CsapiInterface PAMEventManager.obtainInterface(java.lang.String interfaceName)
          Invokes the obtainInterface() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAccessControlData PAMEventManager.getAccessControl(java.lang.String identity, byte[] authToken)
          Invokes the getAccessControl() method on the Parlay Gateway.
 void PAMEventManager.setAccessControl(java.lang.String identity, java.lang.String operation, org.csapi.jr.se.pam.PAMAccessControlData newAccessControl, byte[] authToken)
          Invokes the setAccessControl() method on the Parlay Gateway.
 void PAMEventManager.activateService(java.lang.String identity, byte[] authToken)
          Invokes the activateService() method on the Parlay Gateway.
 void PAMEventManager.deactivateService(java.lang.String identity, byte[] authToken)
          Invokes the deactivateService() method on the Parlay Gateway.
 boolean PAMEventManager.isActiveIdentity(java.lang.String identity, byte[] authToken)
          Invokes the isActiveIdentity() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.pam.provisioning
 

Methods in org.csapi.jr.se.pam.provisioning that throw CommonException
 void PAMIdentityManagement.createIdentity(java.lang.String identity, java.lang.String[] identityTypes, byte[] authToken)
          Invokes the createIdentity() method on the Parlay Gateway.
 void PAMIdentityManagement.deleteIdentity(java.lang.String identity, byte[] authToken)
          Invokes the deleteIdentity() method on the Parlay Gateway.
 boolean PAMIdentityManagement.isIdentity(java.lang.String identity, byte[] authToken)
          Invokes the isIdentity() method on the Parlay Gateway.
 void PAMIdentityManagement.createGroupIdentity(java.lang.String identity, java.lang.String[] identityTypes, byte[] authToken)
          Invokes the createGroupIdentity() method on the Parlay Gateway.
 void PAMIdentityManagement.deleteGroupIdentity(java.lang.String identity, byte[] authToken)
          Invokes the deleteGroupIdentity() method on the Parlay Gateway.
 void PAMIdentityManagement.addToGroup(java.lang.String group, java.lang.String member, byte[] authToken)
          Invokes the addToGroup() method on the Parlay Gateway.
 void PAMIdentityManagement.removeFromGroup(java.lang.String group, java.lang.String identity, byte[] authToken)
          Invokes the removeFromGroup() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityManagement.listMembers(java.lang.String identity, byte[] authToken)
          Invokes the listMembers() method on the Parlay Gateway.
 boolean PAMIdentityManagement.isGroupIdentity(java.lang.String identity, byte[] authToken)
          Invokes the isGroupIdentity() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityManagement.listGroupMembership(java.lang.String identity, byte[] authToken)
          Invokes the listGroupMembership() method on the Parlay Gateway.
 void PAMIdentityManagement.addAlias(java.lang.String identity, java.lang.String alias, byte[] authToken)
          Invokes the addAlias() method on the Parlay Gateway.
 void PAMIdentityManagement.removeAliases(java.lang.String identity, java.lang.String alias, byte[] authToken)
          Invokes the removeAliases() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityManagement.listAliases(java.lang.String identity, byte[] authToken)
          Invokes the listAliases() method on the Parlay Gateway.
 java.lang.String PAMIdentityManagement.lookupByAlias(java.lang.String alias, byte[] authToken)
          Invokes the lookupByAlias() method on the Parlay Gateway.
 void PAMIdentityManagement.associateTypes(java.lang.String identity, java.lang.String[] identityTypes, byte[] authToken)
          Invokes the associateTypes() method on the Parlay Gateway.
 void PAMIdentityManagement.disassociateTypes(java.lang.String identity, java.lang.String[] identityTypes, byte[] authToken)
          Invokes the disassociateTypes() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityManagement.listTypesOfIdentity(java.lang.String identity, byte[] authToken)
          Invokes the listTypesOfIdentity() method on the Parlay Gateway.
 boolean PAMIdentityManagement.hasType(java.lang.String identity, java.lang.String typeName, byte[] authToken)
          Invokes the hasType() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAttribute[] PAMIdentityManagement.getIdentityAttributes(java.lang.String identity, java.lang.String identityType, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the getIdentityAttributes() method on the Parlay Gateway.
 void PAMIdentityManagement.setIdentityAttributes(java.lang.String identity, java.lang.String identityType, org.csapi.jr.se.pam.PAMAttribute[] attributes, byte[] authToken)
          Invokes the setIdentityAttributes() method on the Parlay Gateway.
 void PAMAgentManagement.createAgent(java.lang.String agentName, java.lang.String[] agentTypes, byte[] authToken)
          Invokes the createAgent() method on the Parlay Gateway.
 void PAMAgentManagement.deleteAgent(java.lang.String agentName, byte[] authToken)
          Invokes the deleteAgent() method on the Parlay Gateway.
 boolean PAMAgentManagement.isAgent(java.lang.String agentName, byte[] authToken)
          Invokes the isAgent() method on the Parlay Gateway.
 void PAMAgentManagement.enableCapabilities(java.lang.String agentName, java.lang.String[] capabilities, byte[] authToken)
          Invokes the enableCapabilities() method on the Parlay Gateway.
 void PAMAgentManagement.disableCapabilities(java.lang.String agentName, java.lang.String[] capabilities, byte[] authToken)
          Invokes the disableCapabilities() method on the Parlay Gateway.
 java.lang.String[] PAMAgentManagement.listEnabledCapabilities(java.lang.String agentName, byte[] authToken)
          Invokes the listEnabledCapabilities() method on the Parlay Gateway.
 java.lang.String[] PAMAgentManagement.listAllCapabilities(java.lang.String agentName, byte[] authToken)
          Invokes the listAllCapabilities() method on the Parlay Gateway.
 boolean PAMAgentManagement.isCapableOf(java.lang.String agentName, java.lang.String capability, byte[] authToken)
          Invokes the isCapableOf() method on the Parlay Gateway.
 void PAMAgentManagement.associateTypes(java.lang.String agentName, java.lang.String[] agentTypes, byte[] authToken)
          Invokes the associateTypes() method on the Parlay Gateway.
 void PAMAgentManagement.disassociateTypes(java.lang.String agentName, java.lang.String[] agentTypes, byte[] authToken)
          Invokes the disassociateTypes() method on the Parlay Gateway.
 java.lang.String[] PAMAgentManagement.listTypesOfAgent(java.lang.String agentName, byte[] authToken)
          Invokes the listTypesOfAgent() method on the Parlay Gateway.
 boolean PAMAgentManagement.hasType(java.lang.String agentName, java.lang.String typeName, byte[] authToken)
          Invokes the hasType() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAttribute[] PAMAgentManagement.getAgentAttributes(java.lang.String agentName, java.lang.String agentType, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the getAgentAttributes() method on the Parlay Gateway.
 void PAMAgentManagement.setAgentAttributes(java.lang.String agentName, java.lang.String agentType, org.csapi.jr.se.pam.PAMAttribute[] attributes, byte[] authToken)
          Invokes the setAgentAttributes() method on the Parlay Gateway.
 void PAMAgentAssignment.assignAgent(java.lang.String identity, java.lang.String agentName, byte[] authToken)
          Invokes the assignAgent() method on the Parlay Gateway.
 void PAMAgentAssignment.unassignAgent(java.lang.String identity, java.lang.String agentName, byte[] authToken)
          Invokes the unassignAgent() method on the Parlay Gateway.
 java.lang.String[] PAMAgentAssignment.listAssignedAgents(java.lang.String identity, byte[] authToken)
          Invokes the listAssignedAgents() method on the Parlay Gateway.
 java.lang.String[] PAMAgentAssignment.listAssociatedIdentitiesOfAgent(java.lang.String agentName, byte[] authToken)
          Invokes the listAssociatedIdentitiesOfAgent() method on the Parlay Gateway.
 java.lang.String[] PAMAgentAssignment.listAssignedAgentsByCapability(java.lang.String identity, java.lang.String capability, byte[] authToken)
          Invokes the listAssignedAgentsByCapability() method on the Parlay Gateway.
 java.lang.String[] PAMAgentAssignment.listCapabilitiesOfIdentity(java.lang.String identity, byte[] authToken)
          Invokes the listCapabilitiesOfIdentity() method on the Parlay Gateway.
 boolean PAMAgentAssignment.isIdentityCapableOf(java.lang.String identity, java.lang.String capability, byte[] authToken)
          Invokes the isIdentityCapableOf() method on the Parlay Gateway.
 void PAMIdentityTypeManagement.createIdentityAttribute(org.csapi.jr.se.pam.PAMAttributeDef pAttribute, byte[] authToken)
          Invokes the createIdentityAttribute() method on the Parlay Gateway.
 void PAMIdentityTypeManagement.deleteIdentityAttribute(java.lang.String attributeName, byte[] authToken)
          Invokes the deleteIdentityAttribute() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAttributeDef PAMIdentityTypeManagement.getIdentityAttributeDefinition(java.lang.String attributeName, byte[] authToken)
          Invokes the getIdentityAttributeDefinition() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityTypeManagement.listAllIdentityAttributes(byte[] authToken)
          Invokes the listAllIdentityAttributes() method on the Parlay Gateway.
 void PAMIdentityTypeManagement.createIdentityType(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the createIdentityType() method on the Parlay Gateway.
 void PAMIdentityTypeManagement.deleteIdentityType(java.lang.String typeName, byte[] authToken)
          Invokes the deleteIdentityType() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityTypeManagement.listIdentityTypes(byte[] authToken)
          Invokes the listIdentityTypes() method on the Parlay Gateway.
 void PAMIdentityTypeManagement.addIdentityTypeAttributes(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the addIdentityTypeAttributes() method on the Parlay Gateway.
 void PAMIdentityTypeManagement.removeIdentityTypeAttributes(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the removeIdentityTypeAttributes() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityTypeManagement.listIdentityTypeAttributes(java.lang.String typeName, byte[] authToken)
          Invokes the listIdentityTypeAttributes() method on the Parlay Gateway.
 void PAMAgentTypeManagement.createAgentAttribute(org.csapi.jr.se.pam.PAMAttributeDef pAttribute, byte[] authToken)
          Invokes the createAgentAttribute() method on the Parlay Gateway.
 void PAMAgentTypeManagement.deleteAgentAttribute(java.lang.String attributeName, byte[] authToken)
          Invokes the deleteAgentAttribute() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAttributeDef PAMAgentTypeManagement.getAgentAttributeDefinition(java.lang.String attributeName, byte[] authToken)
          Invokes the getAgentAttributeDefinition() method on the Parlay Gateway.
 java.lang.String[] PAMAgentTypeManagement.listAllAgentAttributes(byte[] authToken)
          Invokes the listAllAgentAttributes() method on the Parlay Gateway.
 void PAMAgentTypeManagement.createAgentType(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the createAgentType() method on the Parlay Gateway.
 void PAMAgentTypeManagement.deleteAgentType(java.lang.String typeName, byte[] authToken)
          Invokes the deleteAgentType() method on the Parlay Gateway.
 java.lang.String[] PAMAgentTypeManagement.listAgentTypes(byte[] authToken)
          Invokes the listAgentTypes() method on the Parlay Gateway.
 void PAMAgentTypeManagement.addAgentTypeAttributes(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the addAgentTypeAttributes() method on the Parlay Gateway.
 void PAMAgentTypeManagement.removeAgentTypeAttributes(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the removeAgentTypeAttributes() method on the Parlay Gateway.
 java.lang.String[] PAMAgentTypeManagement.listAgentTypeAttributes(java.lang.String typeName, byte[] authToken)
          Invokes the listAgentTypeAttributes() method on the Parlay Gateway.
 void PAMCapabilityManagement.createCapabilityAttribute(org.csapi.jr.se.pam.PAMAttributeDef pAttribute, byte[] authToken)
          Invokes the createCapabilityAttribute() method on the Parlay Gateway.
 void PAMCapabilityManagement.deleteCapabilityAttribute(java.lang.String attributeName, byte[] authToken)
          Invokes the deleteCapabilityAttribute() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAttributeDef PAMCapabilityManagement.getCapabilityAttributeDefinition(java.lang.String attributeName, byte[] authToken)
          Invokes the getCapabilityAttributeDefinition() method on the Parlay Gateway.
 java.lang.String[] PAMCapabilityManagement.listAllCapabilityAttributes(byte[] authToken)
          Invokes the listAllCapabilityAttributes() method on the Parlay Gateway.
 void PAMCapabilityManagement.createCapability(java.lang.String capabilityName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the createCapability() method on the Parlay Gateway.
 void PAMCapabilityManagement.deleteCapability(java.lang.String capabilityName, byte[] authToken)
          Invokes the deleteCapability() method on the Parlay Gateway.
 java.lang.String[] PAMCapabilityManagement.listCapabilities(byte[] authToken)
          Invokes the listCapabilities() method on the Parlay Gateway.
 void PAMCapabilityManagement.addCapabilityAttributes(java.lang.String capabilityName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the addCapabilityAttributes() method on the Parlay Gateway.
 void PAMCapabilityManagement.removeCapabilityAttributes(java.lang.String capabilityName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the removeCapabilityAttributes() method on the Parlay Gateway.
 java.lang.String[] PAMCapabilityManagement.listCapabilityAttributes(java.lang.String capabilityName, byte[] authToken)
          Invokes the listCapabilityAttributes() method on the Parlay Gateway.
 void PAMCapabilityManagement.assignCapabilitiesToType(java.lang.String agentType, java.lang.String[] capabilities, byte[] authToken)
          Invokes the assignCapabilitiesToType() method on the Parlay Gateway.
 void PAMCapabilityManagement.unassignCapabilitiesFromType(java.lang.String agentType, java.lang.String[] capabilities, byte[] authToken)
          Invokes the unassignCapabilitiesFromType() method on the Parlay Gateway.
 java.lang.String[] PAMCapabilityManagement.listCapabilitiesOfType(java.lang.String agentType, byte[] authToken)
          Invokes the listCapabilitiesOfType() method on the Parlay Gateway.
 byte[] PAMProvisioningManager.getAuthToken(org.csapi.jr.se.Attribute[] askerData)
          Invokes the getAuthToken() method on the Parlay Gateway.
 org.csapi.jr.se.CsapiInterface PAMProvisioningManager.obtainInterface(java.lang.String interfaceName)
          Invokes the obtainInterface() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAccessControlData PAMProvisioningManager.getAccessControl(java.lang.String identity, byte[] authToken)
          Invokes the getAccessControl() method on the Parlay Gateway.
 void PAMProvisioningManager.setAccessControl(java.lang.String identity, java.lang.String operation, org.csapi.jr.se.pam.PAMAccessControlData newAccessControl, byte[] authToken)
          Invokes the setAccessControl() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.policy
 

Methods in org.csapi.jr.se.policy that throw CommonException
 org.csapi.jr.se.Attribute Policy.getAttribute(java.lang.String attributeName)
          Invokes the getAttribute() method on the Parlay Gateway.
 void Policy.setAttribute(org.csapi.jr.se.Attribute targetAttribute)
          Invokes the setAttribute() method on the Parlay Gateway.
 org.csapi.jr.se.Attribute[] Policy.getAttributes(java.lang.String[] attributeNames)
          Invokes the getAttributes() method on the Parlay Gateway.
 void Policy.setAttributes(org.csapi.jr.se.Attribute[] targetAttributes)
          Invokes the setAttributes() method on the Parlay Gateway.
 java.lang.String[] PolicyIterator.getList(int startIndex, int numberRequested)
          Invokes the getList() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyGroup PolicyRule.getParentGroup()
          Invokes the getParentGroup() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyDomain PolicyRule.getParentDomain()
          Invokes the getParentDomain() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyCondition PolicyRule.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.PolicyCondition PolicyRule.getCondition(java.lang.String conditionName)
          Invokes the getCondition() method on the Parlay Gateway.
 void PolicyRule.removeCondition(java.lang.String conditionName)
          Invokes the removeCondition() method on the Parlay Gateway.
 int PolicyRule.getConditionCount()
          Invokes the getConditionCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyRule.getConditionIterator()
          Invokes the getConditionIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyAction PolicyRule.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.PolicyAction PolicyRule.getAction(java.lang.String actionName)
          Invokes the getAction() method on the Parlay Gateway.
 void PolicyRule.removeAction(java.lang.String actionName)
          Invokes the removeAction() method on the Parlay Gateway.
 int PolicyRule.getActionCount()
          Invokes the getActionCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyRule.getActionIterator()
          Invokes the getActionIterator() method on the Parlay Gateway.
 void PolicyRule.setValidityPeriodConditionByName(java.lang.String conditionName)
          Invokes the setValidityPeriodConditionByName() method on the Parlay Gateway.
 void PolicyRule.setValidityPeriodCondition(org.csapi.jr.se.policy.PolicyTimePeriodCondition conditionReference)
          Invokes the setValidityPeriodCondition() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyTimePeriodCondition PolicyRule.getValidityPeriodCondition()
          Invokes the getValidityPeriodCondition() method on the Parlay Gateway.
 void PolicyRule.unsetValidityPeriodCondition()
          Invokes the unsetValidityPeriodCondition() method on the Parlay Gateway.
 void PolicyRule.setConditionList(org.csapi.jr.se.policy.PolicyConditionListElement[] conditionList)
          Invokes the setConditionList() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyConditionListElement[] PolicyRule.getConditionList()
          Invokes the getConditionList() method on the Parlay Gateway.
 void PolicyRule.setActionList(org.csapi.jr.se.policy.PolicyActionListElement[] actionList)
          Invokes the setActionList() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyActionListElement[] PolicyRule.getActionList()
          Invokes the getActionList() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyDomain PolicyGroup.getParentDomain()
          Invokes the getParentDomain() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyGroup PolicyGroup.getParentGroup()
          Invokes the getParentGroup() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyGroup PolicyGroup.createGroup(java.lang.String groupName)
          Invokes the createGroup() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyGroup PolicyGroup.getGroup(java.lang.String groupName)
          Invokes the getGroup() method on the Parlay Gateway.
 void PolicyGroup.removeGroup(java.lang.String groupName)
          Invokes the removeGroup() method on the Parlay Gateway.
 int PolicyGroup.getGroupCount()
          Invokes the getGroupCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyGroup.getGroupIterator()
          Invokes the getGroupIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRule PolicyGroup.createRule(java.lang.String ruleName)
          Invokes the createRule() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRule PolicyGroup.getRule(java.lang.String ruleName)
          Invokes the getRule() method on the Parlay Gateway.
 void PolicyGroup.removeRule(java.lang.String ruleName)
          Invokes the removeRule() method on the Parlay Gateway.
 int PolicyGroup.getRuleCount()
          Invokes the getRuleCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyGroup.getRuleIterator()
          Invokes the getRuleIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRepository PolicyRepository.getParentRepository()
          Invokes the getParentRepository() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRepository PolicyRepository.createRepository(java.lang.String repositoryName)
          Invokes the createRepository() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRepository PolicyRepository.getRepository(java.lang.String repositoryName)
          Invokes the getRepository() method on the Parlay Gateway.
 void PolicyRepository.removeRepository(java.lang.String repositoryName)
          Invokes the removeRepository() method on the Parlay Gateway.
 int PolicyRepository.getRepositoryCount()
          Invokes the getRepositoryCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyRepository.getRepositoryIterator()
          Invokes the getRepositoryIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyCondition PolicyRepository.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.PolicyCondition PolicyRepository.getCondition(java.lang.String conditionName)
          Invokes the getCondition() method on the Parlay Gateway.
 void PolicyRepository.removeCondition(java.lang.String conditionName)
          Invokes the removeCondition() method on the Parlay Gateway.
 int PolicyRepository.getConditionCount()
          Invokes the getConditionCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyRepository.getConditionIterator()
          Invokes the getConditionIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyAction PolicyRepository.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.PolicyAction PolicyRepository.getAction(java.lang.String actionName)
          Invokes the getAction() method on the Parlay Gateway.
 void PolicyRepository.removeAction(java.lang.String actionName)
          Invokes the removeAction() method on the Parlay Gateway.
 int PolicyRepository.getActionCount()
          Invokes the getActionCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyRepository.getActionIterator()
          Invokes the getActionIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyDomain PolicyManager.createDomain(java.lang.String domainName)
          Invokes the createDomain() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyDomain PolicyManager.getDomain(java.lang.String domainName)
          Invokes the getDomain() method on the Parlay Gateway.
 void PolicyManager.removeDomain(java.lang.String domainName)
          Invokes the removeDomain() method on the Parlay Gateway.
 int PolicyManager.getDomainCount()
          Invokes the getDomainCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyManager.getDomainIterator()
          Invokes the getDomainIterator() method on the Parlay Gateway.
 java.lang.String[] PolicyManager.findMatchingDomains(org.csapi.jr.se.Attribute[] matchingAttributes)
          Invokes the findMatchingDomains() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRepository PolicyManager.createRepository(java.lang.String repositoryName)
          Invokes the createRepository() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRepository PolicyManager.getRepository(java.lang.String repositoryName)
          Invokes the getRepository() method on the Parlay Gateway.
 void PolicyManager.removeRepository(java.lang.String repositoryName)
          Invokes the removeRepository() method on the Parlay Gateway.
 int PolicyManager.getRepositoryCount()
          Invokes the getRepositoryCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyManager.getRepositoryIterator()
          Invokes the getRepositoryIterator() method on the Parlay Gateway.
 void PolicyManager.startTransaction()
          Invokes the startTransaction() method on the Parlay Gateway.
 boolean PolicyManager.commitTransaction()
          Invokes the commitTransaction() method on the Parlay Gateway.
 void PolicyManager.abortTransaction()
          Invokes the abortTransaction() method on the Parlay Gateway.
 void PolicyEventDefinition.setRequiredAttributes(org.csapi.jr.se.Attribute[] requiredAttributes)
          Invokes the setRequiredAttributes() method on the Parlay Gateway.
 void PolicyEventDefinition.setOptionalAttributes(org.csapi.jr.se.Attribute[] optionalAttributes)
          Invokes the setOptionalAttributes() method on the Parlay Gateway.
 org.csapi.jr.se.Attribute[] PolicyEventDefinition.getRequiredAttributes()
          Invokes the getRequiredAttributes() method on the Parlay Gateway.
 org.csapi.jr.se.Attribute[] PolicyEventDefinition.getOptionalAttributes()
          Invokes the getOptionalAttributes() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyDomain PolicyEventDefinition.getParentDomain()
          Invokes the getParentDomain() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyDomain PolicyDomain.getParentDomain()
          Invokes the getParentDomain() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyDomain PolicyDomain.createDomain(java.lang.String domainName)
          Invokes the createDomain() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyDomain PolicyDomain.getDomain(java.lang.String domainName)
          Invokes the getDomain() method on the Parlay Gateway.
 void PolicyDomain.removeDomain(java.lang.String domainName)
          Invokes the removeDomain() method on the Parlay Gateway.
 int PolicyDomain.getDomainCount()
          Invokes the getDomainCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyDomain.getDomainIterator()
          Invokes the getDomainIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyGroup PolicyDomain.createGroup(java.lang.String groupName)
          Invokes the createGroup() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyGroup PolicyDomain.getGroup(java.lang.String groupName)
          Invokes the getGroup() method on the Parlay Gateway.
 void PolicyDomain.removeGroup(java.lang.String groupName)
          Invokes the removeGroup() method on the Parlay Gateway.
 int PolicyDomain.getGroupCount()
          Invokes the getGroupCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyDomain.getGroupIterator()
          Invokes the getGroupIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRule PolicyDomain.createRule(java.lang.String ruleName)
          Invokes the createRule() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRule PolicyDomain.getRule(java.lang.String ruleName)
          Invokes the getRule() method on the Parlay Gateway.
 void PolicyDomain.removeRule(java.lang.String ruleName)
          Invokes the removeRule() method on the Parlay Gateway.
 int PolicyDomain.getRuleCount()
          Invokes the getRuleCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyDomain.getRuleIterator()
          Invokes the getRuleIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyEventDefinition PolicyDomain.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.PolicyEventDefinition PolicyDomain.getEventDefinition(java.lang.String eventDefinitionName)
          Invokes the getEventDefinition() method on the Parlay Gateway.
 void PolicyDomain.removeEventDefinition(java.lang.String eventDefinitionName)
          Invokes the removeEventDefinition() method on the Parlay Gateway.
 int PolicyDomain.getEventDefinitionCount()
          Invokes the getEventDefinitionCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyDomain.getEventDefinitionIterator()
          Invokes the getEventDefinitionIterator() method on the Parlay Gateway.
 void PolicyDomain.generateEvent(java.lang.String eventDefinitionName, org.csapi.jr.se.Attribute[] attributes)
          Invokes the generateEvent() method on the Parlay Gateway.
 void PolicyDomain.createVariableSet(java.lang.String variableSetName)
          Invokes the createVariableSet() method on the Parlay Gateway.
 org.csapi.jr.se.Attribute[] PolicyDomain.getVariableSet(java.lang.String variableSetName)
          Invokes the getVariableSet() method on the Parlay Gateway.
 void PolicyDomain.removeVariableSet(java.lang.String variableSetName)
          Invokes the removeVariableSet() method on the Parlay Gateway.
 int PolicyDomain.getVariableSetCount()
          Invokes the getVariableSetCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyIterator PolicyDomain.getVariableSetIterator()
          Invokes the getVariableSetIterator() method on the Parlay Gateway.
 void PolicyDomain.setVariable(java.lang.String variableSetName, org.csapi.jr.se.Attribute variable)
          Invokes the setVariable() method on the Parlay Gateway.
 org.csapi.jr.se.Attribute PolicyDomain.getVariable(java.lang.String variableSetName, java.lang.String variableName)
          Invokes the getVariable() method on the Parlay Gateway.
 void Notification.createNotification(java.lang.String[] events)
          Invokes the createNotification() method on the Parlay Gateway.
 void Notification.destroyNotification(java.lang.String[] events)
          Invokes the destroyNotification() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRepository PolicyCondition.getParentRepository()
          Invokes the getParentRepository() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRule PolicyCondition.getParentRule()
          Invokes the getParentRule() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRepository PolicyAction.getParentRepository()
          Invokes the getParentRepository() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyRule PolicyAction.getParentRule()
          Invokes the getParentRule() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.policy.evaluation
 

Methods in org.csapi.jr.se.policy.evaluation that throw CommonException
 org.csapi.jr.se.policy.PolicyNameValue[] PolicyEvalManager.evalPolicy(java.lang.String domainName, java.lang.String signatureName, org.csapi.jr.se.policy.PolicyNameValue[] inputVariables)
          Invokes the evalPolicy() method on the Parlay Gateway.
 void PolicyEvalManager.generateEvent(java.lang.String domainName, java.lang.String eventDefinitionName, org.csapi.jr.se.Attribute[] attributes)
          Invokes the generateEvent() method on the Parlay Gateway.
 void EvalPolicy.evalPolicyReq(java.lang.String domainName, java.lang.String signatureName, org.csapi.jr.se.policy.PolicyNameValue[] inputVariables)
          Invokes the evalPolicyReq() method on the Parlay Gateway.
 void EvalPolicy.abortEvalPolicyReq(java.lang.String domainName)
          Invokes the abortEvalPolicyReq() method on the Parlay Gateway.
 void Notification.createNotification(java.lang.String domainName, java.lang.String[] events)
          Invokes the createNotification() method on the Parlay Gateway.
 void Notification.destroyNotification(java.lang.String[] events)
          Invokes the destroyNotification() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.policy.provisioning
 

Methods in org.csapi.jr.se.policy.provisioning that throw CommonException
 org.csapi.jr.se.Attribute Policy.getAttribute(java.lang.String attributeName)
          Invokes the getAttribute() method on the Parlay Gateway.
 void Policy.setAttribute(org.csapi.jr.se.Attribute targetAttribute)
          Invokes the setAttribute() method on the Parlay Gateway.
 org.csapi.jr.se.Attribute[] Policy.getAttributes(java.lang.String[] attributeNames)
          Invokes the getAttributes() method on the Parlay Gateway.
 void Policy.setAttributes(org.csapi.jr.se.Attribute[] targetAttributes)
          Invokes the setAttributes() method on the Parlay Gateway.
 java.lang.String[] PolicyIterator.getList(int startIndex, int numberRequested)
          Invokes the getList() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyGroup PolicyRule.getParentGroup()
          Invokes the getParentGroup() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyDomain PolicyRule.getParentDomain()
          Invokes the getParentDomain() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyCondition PolicyRule.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.provisioning.PolicyCondition PolicyRule.getCondition(java.lang.String conditionName)
          Invokes the getCondition() method on the Parlay Gateway.
 void PolicyRule.removeCondition(java.lang.String conditionName)
          Invokes the removeCondition() method on the Parlay Gateway.
 int PolicyRule.getConditionCount()
          Invokes the getConditionCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyRule.getConditionIterator()
          Invokes the getConditionIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyAction PolicyRule.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.provisioning.PolicyAction PolicyRule.getAction(java.lang.String actionName)
          Invokes the getAction() method on the Parlay Gateway.
 void PolicyRule.removeAction(java.lang.String actionName)
          Invokes the removeAction() method on the Parlay Gateway.
 int PolicyRule.getActionCount()
          Invokes the getActionCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyRule.getActionIterator()
          Invokes the getActionIterator() method on the Parlay Gateway.
 void PolicyRule.setValidityPeriodConditionByName(java.lang.String conditionName)
          Invokes the setValidityPeriodConditionByName() method on the Parlay Gateway.
 void PolicyRule.setValidityPeriodCondition(org.csapi.jr.se.policy.provisioning.PolicyTimePeriodCondition conditionReference)
          Invokes the setValidityPeriodCondition() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyTimePeriodCondition PolicyRule.getValidityPeriodCondition()
          Invokes the getValidityPeriodCondition() method on the Parlay Gateway.
 void PolicyRule.unsetValidityPeriodCondition()
          Invokes the unsetValidityPeriodCondition() method on the Parlay Gateway.
 void PolicyRule.setConditionList(org.csapi.jr.se.policy.PolicyConditionListElement[] conditionList)
          Invokes the setConditionList() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyConditionListElement[] PolicyRule.getConditionList()
          Invokes the getConditionList() method on the Parlay Gateway.
 void PolicyRule.setActionList(org.csapi.jr.se.policy.PolicyActionListElement[] actionList)
          Invokes the setActionList() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyActionListElement[] PolicyRule.getActionList()
          Invokes the getActionList() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyDomain PolicyGroup.getParentDomain()
          Invokes the getParentDomain() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyGroup PolicyGroup.getParentGroup()
          Invokes the getParentGroup() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyGroup PolicyGroup.createGroup(java.lang.String groupName)
          Invokes the createGroup() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyGroup PolicyGroup.getGroup(java.lang.String groupName)
          Invokes the getGroup() method on the Parlay Gateway.
 void PolicyGroup.removeGroup(java.lang.String groupName)
          Invokes the removeGroup() method on the Parlay Gateway.
 int PolicyGroup.getGroupCount()
          Invokes the getGroupCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyGroup.getGroupIterator()
          Invokes the getGroupIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRule PolicyGroup.createRule(java.lang.String ruleName)
          Invokes the createRule() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRule PolicyGroup.getRule(java.lang.String ruleName)
          Invokes the getRule() method on the Parlay Gateway.
 void PolicyGroup.removeRule(java.lang.String ruleName)
          Invokes the removeRule() method on the Parlay Gateway.
 int PolicyGroup.getRuleCount()
          Invokes the getRuleCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyGroup.getRuleIterator()
          Invokes the getRuleIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRepository PolicyRepository.getParentRepository()
          Invokes the getParentRepository() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRepository PolicyRepository.createRepository(java.lang.String repositoryName)
          Invokes the createRepository() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRepository PolicyRepository.getRepository(java.lang.String repositoryName)
          Invokes the getRepository() method on the Parlay Gateway.
 void PolicyRepository.removeRepository(java.lang.String repositoryName)
          Invokes the removeRepository() method on the Parlay Gateway.
 int PolicyRepository.getRepositoryCount()
          Invokes the getRepositoryCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyRepository.getRepositoryIterator()
          Invokes the getRepositoryIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyCondition PolicyRepository.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.provisioning.PolicyCondition PolicyRepository.getCondition(java.lang.String conditionName)
          Invokes the getCondition() method on the Parlay Gateway.
 void PolicyRepository.removeCondition(java.lang.String conditionName)
          Invokes the removeCondition() method on the Parlay Gateway.
 int PolicyRepository.getConditionCount()
          Invokes the getConditionCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyRepository.getConditionIterator()
          Invokes the getConditionIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyAction PolicyRepository.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.provisioning.PolicyAction PolicyRepository.getAction(java.lang.String actionName)
          Invokes the getAction() method on the Parlay Gateway.
 void PolicyRepository.removeAction(java.lang.String actionName)
          Invokes the removeAction() method on the Parlay Gateway.
 int PolicyRepository.getActionCount()
          Invokes the getActionCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyRepository.getActionIterator()
          Invokes the getActionIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyDomain PolicyManager.createDomain(java.lang.String domainName)
          Invokes the createDomain() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyDomain PolicyManager.getDomain(java.lang.String domainName)
          Invokes the getDomain() method on the Parlay Gateway.
 void PolicyManager.removeDomain(java.lang.String domainName)
          Invokes the removeDomain() method on the Parlay Gateway.
 int PolicyManager.getDomainCount()
          Invokes the getDomainCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyManager.getDomainIterator()
          Invokes the getDomainIterator() method on the Parlay Gateway.
 java.lang.String[] PolicyManager.findMatchingDomains(org.csapi.jr.se.Attribute[] matchingAttributes)
          Invokes the findMatchingDomains() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRepository PolicyManager.createRepository(java.lang.String repositoryName)
          Invokes the createRepository() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRepository PolicyManager.getRepository(java.lang.String repositoryName)
          Invokes the getRepository() method on the Parlay Gateway.
 void PolicyManager.removeRepository(java.lang.String repositoryName)
          Invokes the removeRepository() method on the Parlay Gateway.
 int PolicyManager.getRepositoryCount()
          Invokes the getRepositoryCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyManager.getRepositoryIterator()
          Invokes the getRepositoryIterator() method on the Parlay Gateway.
 void PolicyManager.startTransaction()
          Invokes the startTransaction() method on the Parlay Gateway.
 boolean PolicyManager.commitTransaction()
          Invokes the commitTransaction() method on the Parlay Gateway.
 void PolicyManager.abortTransaction()
          Invokes the abortTransaction() method on the Parlay Gateway.
 void PolicyEventDefinition.setRequiredAttributes(org.csapi.jr.se.Attribute[] requiredAttributes)
          Invokes the setRequiredAttributes() method on the Parlay Gateway.
 void PolicyEventDefinition.setOptionalAttributes(org.csapi.jr.se.Attribute[] optionalAttributes)
          Invokes the setOptionalAttributes() method on the Parlay Gateway.
 org.csapi.jr.se.Attribute[] PolicyEventDefinition.getRequiredAttributes()
          Invokes the getRequiredAttributes() method on the Parlay Gateway.
 org.csapi.jr.se.Attribute[] PolicyEventDefinition.getOptionalAttributes()
          Invokes the getOptionalAttributes() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyDomain PolicyEventDefinition.getParentDomain()
          Invokes the getParentDomain() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyDomain PolicyDomain.getParentDomain()
          Invokes the getParentDomain() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyDomain PolicyDomain.createDomain(java.lang.String domainName)
          Invokes the createDomain() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyDomain PolicyDomain.getDomain(java.lang.String domainName)
          Invokes the getDomain() method on the Parlay Gateway.
 void PolicyDomain.removeDomain(java.lang.String domainName)
          Invokes the removeDomain() method on the Parlay Gateway.
 int PolicyDomain.getDomainCount()
          Invokes the getDomainCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyDomain.getDomainIterator()
          Invokes the getDomainIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyGroup PolicyDomain.createGroup(java.lang.String groupName)
          Invokes the createGroup() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyGroup PolicyDomain.getGroup(java.lang.String groupName)
          Invokes the getGroup() method on the Parlay Gateway.
 void PolicyDomain.removeGroup(java.lang.String groupName)
          Invokes the removeGroup() method on the Parlay Gateway.
 int PolicyDomain.getGroupCount()
          Invokes the getGroupCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyDomain.getGroupIterator()
          Invokes the getGroupIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRule PolicyDomain.createRule(java.lang.String ruleName)
          Invokes the createRule() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRule PolicyDomain.getRule(java.lang.String ruleName)
          Invokes the getRule() method on the Parlay Gateway.
 void PolicyDomain.removeRule(java.lang.String ruleName)
          Invokes the removeRule() method on the Parlay Gateway.
 int PolicyDomain.getRuleCount()
          Invokes the getRuleCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyDomain.getRuleIterator()
          Invokes the getRuleIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyEventDefinition PolicyDomain.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.PolicyEventDefinition PolicyDomain.getEventDefinition(java.lang.String eventDefinitionName)
          Invokes the getEventDefinition() method on the Parlay Gateway.
 void PolicyDomain.removeEventDefinition(java.lang.String eventDefinitionName)
          Invokes the removeEventDefinition() method on the Parlay Gateway.
 int PolicyDomain.getEventDefinitionCount()
          Invokes the getEventDefinitionCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyDomain.getEventDefinitionIterator()
          Invokes the getEventDefinitionIterator() method on the Parlay Gateway.
 void PolicyDomain.createVariableSet(java.lang.String variableSetName)
          Invokes the createVariableSet() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyVar[] PolicyDomain.getVariableSet(java.lang.String variableSetName)
          Invokes the getVariableSet() method on the Parlay Gateway.
 void PolicyDomain.removeVariableSet(java.lang.String variableSetName)
          Invokes the removeVariableSet() method on the Parlay Gateway.
 int PolicyDomain.getVariableSetCount()
          Invokes the getVariableSetCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyDomain.getVariableSetIterator()
          Invokes the getVariableSetIterator() method on the Parlay Gateway.
 void PolicyDomain.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 PolicyDomain.setVariableValue(java.lang.String variableSetName, java.lang.String variableName, org.omg.CORBA.Any variableValue)
          Invokes the setVariableValue() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyType PolicyDomain.getVariableType(java.lang.String variableSetName, java.lang.String variableName)
          Invokes the getVariableType() method on the Parlay Gateway.
 org.omg.CORBA.Any PolicyDomain.getVariableValue(java.lang.String variableSetName, java.lang.String variableName)
          Invokes the getVariableValue() method on the Parlay Gateway.
 org.csapi.jr.se.policy.PolicyVar PolicyDomain.getVariable(java.lang.String variableSetName, java.lang.String variableName)
          Invokes the getVariable() method on the Parlay Gateway.
 void PolicyDomain.removeVariable(java.lang.String variablSetName, java.lang.String variableName)
          Invokes the removeVariable() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicySignature PolicyDomain.createSignature(java.lang.String signatureName)
          Invokes the createSignature() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicySignature PolicyDomain.getSignature(java.lang.String signatureName)
          Invokes the getSignature() method on the Parlay Gateway.
 void PolicyDomain.removeSignature(java.lang.String signatureName)
          Invokes the removeSignature() method on the Parlay Gateway.
 int PolicyDomain.getSignatureCount()
          Invokes the getSignatureCount() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyIterator PolicyDomain.getSignatureIterator()
          Invokes the getSignatureIterator() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRepository PolicyCondition.getParentRepository()
          Invokes the getParentRepository() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRule PolicyCondition.getParentRule()
          Invokes the getParentRule() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRepository PolicyAction.getParentRepository()
          Invokes the getParentRepository() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRule PolicyAction.getParentRule()
          Invokes the getParentRule() method on the Parlay Gateway.
 void PolicySignature.setInputVariables(java.lang.String[] inputVariables)
          Invokes the setInputVariables() method on the Parlay Gateway.
 void PolicySignature.setOutputVariables(java.lang.String[] outputVariables)
          Invokes the setOutputVariables() method on the Parlay Gateway.
 java.lang.String[] PolicySignature.getInputVariables()
          Invokes the getInputVariables() method on the Parlay Gateway.
 java.lang.String[] PolicySignature.getOutputVariables()
          Invokes the getOutputVariables() method on the Parlay Gateway.
 void PolicySignature.setGroupNames(java.lang.String[] groupNames)
          Invokes the setGroupNames() method on the Parlay Gateway.
 void PolicySignature.setPolicyRoles(java.lang.String[] roleNames)
          Invokes the setPolicyRoles() method on the Parlay Gateway.
 java.lang.String[] PolicySignature.getGroupNames()
          Invokes the getGroupNames() method on the Parlay Gateway.
 java.lang.String[] PolicySignature.getPolicyRoles()
          Invokes the getPolicyRoles() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyDomain PolicySignature.getParentDomain()
          Invokes the getParentDomain() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.termcap
 

Methods in org.csapi.jr.se.termcap that throw CommonException
 org.csapi.jr.se.termcap.TypeTerminalCapabilities TerminalCapabilities.getTerminalCapabilities(java.lang.String terminalIdentity)
          Invokes the getTerminalCapabilities() method on the Parlay Gateway.
 void TriggeredTerminalCapability.triggeredTerminalCapabilityStartReq(org.csapi.jr.se.Address[] terminals, org.csapi.jr.se.termcap.TerminalCapabilityScope capabilityScope, int criteria)
          Invokes the triggeredTerminalCapabilityStartReq() method on the Parlay Gateway.
 void TriggeredTerminalCapability.triggeredTerminalCapabilityStop()
          Invokes the triggeredTerminalCapabilityStop() method on the Parlay Gateway.
 

Uses of CommonException in org.csapi.jr.se.ui
 

Methods in org.csapi.jr.se.ui that throw CommonException
 org.csapi.jr.se.ui.UIEventCriteriaResult[] UIManager.getNotification()
          Invokes the getNotification() method on the Parlay Gateway.
 void UIManager.disableNotifications()
          Invokes the disableNotifications() method on the Parlay Gateway.
 org.csapi.jr.se.ui.UI UIManager.createUI(org.csapi.jr.se.Address userAddress)
          Invokes the createUI() method on the Parlay Gateway and returns a reference to a transient interface.
 org.csapi.jr.se.ui.UICall UIManager.createUICall(org.csapi.jr.se.ui.UITargetObject uiTargetObject)
          Invokes the createUICall() method on the Parlay Gateway and returns a reference to a transient interface.
 void Notifications.enableNotifications()
          Invokes the enableNotifications() method on the Parlay Gateway.
 void Notification.createNotification(org.csapi.jr.se.ui.UIEventCriteria eventCriteria)
          Invokes the createNotification() method on the Parlay Gateway.
 void Notification.destroyNotification()
          Invokes the destroyNotification() method on the Parlay Gateway.
 void Notification.changeNotification(org.csapi.jr.se.ui.UIEventCriteria eventCriteria)
          Invokes the changeNotification() method on the Parlay Gateway.
 void UI.release()
          Invokes the release() method on the Parlay Gateway.
 void UI.setOriginatingAddress(java.lang.String origin)
          Invokes the setOriginatingAddress() method on the Parlay Gateway.
 java.lang.String UI.getOriginatingAddress()
          Invokes the getOriginatingAddress() method on the Parlay Gateway.
 void SendInfo.sendInfoReq(org.csapi.jr.se.ui.UIInfo info, java.lang.String language, org.csapi.jr.se.ui.UIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
          Invokes the sendInfoReq() method on the Parlay Gateway.
 void SendInfoAndCollect.sendInfoAndCollectReq(org.csapi.jr.se.ui.UIInfo info, java.lang.String language, org.csapi.jr.se.ui.UIVariableInfo[] variableInfo, org.csapi.jr.se.ui.UICollectCriteria criteria, int responseRequested)
          Invokes the sendInfoAndCollectReq() method on the Parlay Gateway.
 void GetMessage.getMessageReq(int messageID)
          Invokes the getMessageReq() method on the Parlay Gateway.
 void GetMessage.abortActionReq()
          Invokes the abortActionReq() method on the Parlay Gateway.
 void DeleteMessage.deleteMessageReq(int messageID)
          Invokes the deleteMessageReq() method on the Parlay Gateway.
 void DeleteMessage.abortActionReq()
          Invokes the abortActionReq() method on the Parlay Gateway.
 void RecordMessage.recordMessageReq(org.csapi.jr.se.ui.UIInfo info, org.csapi.jr.se.ui.UIMessageCriteria criteria)
          Invokes the recordMessageReq() method on the Parlay Gateway.
 void RecordMessage.abortActionReq()
          Invokes the abortActionReq() method on the Parlay Gateway.
 void AdminRelatedDeleteMessage.deleteMessageReq(int messageID)
          Invokes the deleteMessageReq() method on the Parlay Gateway.
 void AdminRelatedGetMessage.getMessageReq(int messageID)
          Invokes the getMessageReq() method on the Parlay Gateway.
 void AdminRelatedPutMessage.putMessageReq(org.csapi.jr.se.ui.UIInfo info)
          Invokes the putMessageReq() method on the Parlay Gateway.
 void CallRelatedSendInfoAndCollect.sendInfoAndCollectReq(org.csapi.jr.se.ui.UIInfo info, java.lang.String language, org.csapi.jr.se.ui.UIVariableInfo[] variableInfo, org.csapi.jr.se.ui.UICollectCriteria criteria, int responseRequested)
          This asynchronous method plays an announcement or sends other information to the user and collects some information from the user.
 void CallRelatedSendInfoAndCollect.abortActionReq()
          This asynchronous method aborts a user interaction operation, for example, a sendInfoReq(), from the specified call leg.
 void CallRelatedSendInfo.sendInfoReq(org.csapi.jr.se.ui.UIInfo info, java.lang.String language, org.csapi.jr.se.ui.UIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
          This asynchronous method plays an announcement or sends other information to the user.
 void CallRelatedSendInfo.abortActionReq()
          This asynchronous method aborts a user interaction operation, for example, a sendInfoReq(), from the specified call leg.