Package org.csapi.jr.se

Contains the common data type classes for use with all Parlay services.

See:
          Description

Interface Summary
Activity This interface specifies an activity which might be provided by a service.
An activity has three states: "idle", "active" and "invalid".
ActivityStateChangeListener This interface is to be implemented for receiving events emitted by an activity object.
Constants This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se
CsapiInterface All application, framework and service interfaces inherit from the following interface.
This API Base Interface does not provide any additional methods.
Service All service interfaces inherit from the following interface.
ServiceStateChangeListener This interface is to be implemented for receiving events emitted by a service object.
 

Class Summary
Address Defines the Sequence of Data Elements that specify an address.
AddressError Defines the reasons why an address is invalid.
AddressPlan Defines the address plan (or numbering plan) used.
AddressPresentation Defines whether an address can be presented to an end user.
AddressRange Defines the Sequence of Data Elements that specify a range of addresses.
AddressScreening Defines whether an address can be presented to an end user.
AoCInfo Defines the Sequence of Data Elements that specify the Advice Of Charge information to be sent to the terminal.
AoCOrder Defines the Tagged Choice of Data Elements that specify the charge plan for the call.
Attribute This is a Sequence of Data Elements containing the attribute name and value.
AttributeTagInfo TpAttributeTagInfo is an enumerated type used as a discriminator for the TpAttributeValue structure.
AttributeValue This is a tagged choice of data elements to hold attribute values of different complexity.
CAIElements Defines the Sequence of Data Elements that specify the Charging Advice Information elements according to TS 122 024.
CallAoCOrderCategory  
ChargeAdviceInfo Defines the Sequence of Data Elements that specify the two sets of Advice of Charge parameters.
ChargePerTime Defines the Sequence of Data Elements that specify the time based charging information.
DataSessionQosClass Defines the Quality of Service (QoS) classes.
InvalidActivityEvent This event type is used by the listener to indicate that the object has moved into an invalid activity state.
OutOfServiceEvent This event type is used by the listener to indicate that the object has moved into an out of service state.
SimpleAttributeTypeInfo TpSimpleAttributeTypeInfo is an enumerated type used as a discriminator for the TpSimpleAttributeValue structure.
SimpleAttributeValue This is a tagged choice of data elements to hold attribute values of different complexity.
StructuredAttributeValue This is a Sequence of Data Elements containing the structured attribute type tag and the value to be interpreted using that type.
TimeInterval Defines the Sequence of Data Elements that specify a time interval.
 

Exception Summary
ApplicationNotActivatedException An application is unauthorised to access information and request services with regards to users that have deactivated that particular application.
CommonException The exception class which associated exceptions inherit from
IllegalStateException Signals that a method has been invoked at an illegal or inappropriate time
InformationNotAvailableException The requested information is not available.
InvalidAddressException Invalid address specified.
InvalidAmountException Invalid amount specified.
InvalidArgumentException Thrown when an invalid argument is set
InvalidAssignmentIdException The assignment ID is invalid
InvalidCriteriaException Invalid criteria specified.
InvalidCurrencyException Invalid currency specified.
InvalidEnumValueException Thrown when an enum data type is accessed with an invalid request value
InvalidEventTypeException Invalid event type.
InvalidInterfaceNameException Invalid interface name.
InvalidInterfaceTypeException The interface reference supplied by the client is the wrong type.
InvalidNetworkStateException Although the sequence of method calls is allowed by the gateway, the underlying protocol cannot support it.
InvalidSessionIdException Invalid session ID.
InvalidStateException Thrown when a method is called that is not allowed in the state that the OSA state machines are in
InvalidTimeAndDateFormatException Invalid date and time format provided.
InvalidUnionAccessorException Thrown when the expected data element has not been set
InvalidVersionException An invalid version is specified.
MethodNotSupportedException Thrown when the application initiates methods that are either not according to the Service Level Agreement or not supported in the SCS
NoCallbackAddressSetException Thrown when no callback address has been set
PeerUnavailableException Indicates failure to access an implementation of the Initial Interface
PlatformException Thrown when local platform or communication problems occur
ResourcesUnavailableException Thrown when a physical resource in the network is not available
TaskCancelledException Thrown in case of a temporary problem
TaskRefusedException Thrown in case of a problem that is not temporary and when none of the other common or dedicated exceptions apply
UnauthorisedParameterValueException A method parameter value violates the Service Level Agreement.
UnknownSubscriberException The subscriber is not known in the network or the application is unauthorised to access information.
UnsupportedAddressPlanException An address contains an address plan which is not supported.
 

Package org.csapi.jr.se Description

Contains the common data type classes for use with all Parlay services.