JSR-043: JTAPI-1.4

Serialized Form


Package javax.telephony

Class javax.telephony.InvalidArgumentException implements Serializable

Class javax.telephony.InvalidPartyException implements Serializable

Serialized Fields

_type

int _type
This private variable stores the type of party.
 

Class javax.telephony.InvalidStateException implements Serializable

Serialized Fields

_type

int _type
The type of the party.
 

_state

int _state
The current state.
 

_object

java.lang.Object _object
The current object.
 

Class javax.telephony.JtapiPeerUnavailableException implements Serializable

Class javax.telephony.MethodNotSupportedException implements Serializable

Class javax.telephony.PlatformException implements Serializable

Class javax.telephony.PrivilegeViolationException implements Serializable

Serialized Fields

_type

int _type
This private variable stores the type of privilege not available.
 

Class javax.telephony.ProviderUnavailableException implements Serializable

Serialized Fields

_cause

int _cause
This private variable holds the cause for this exception.
 

Class javax.telephony.ResourceUnavailableException implements Serializable

Serialized Fields

_type

int _type
This private variable stores the type of resource.
 


Package javax.telephony.media

Class javax.telephony.media.AlreadyBoundException implements Serializable

Class javax.telephony.media.ASR.NoContextException implements Serializable

Class javax.telephony.media.BadConfigSpecException implements Serializable

Class javax.telephony.media.BadResourceSpecException implements Serializable

Class javax.telephony.media.BadServiceNameException implements Serializable

Class javax.telephony.media.BindCancelledException implements Serializable

Class javax.telephony.media.BindInProgressException implements Serializable

Class javax.telephony.media.ConfigFailedBusyException implements Serializable

Class javax.telephony.media.ConfigSpec implements Serializable

Serialized Fields

configName

java.lang.String configName
A name for this ConfigSpec. This may be used in some ECTF-based implementations.

Note: the value for key Group_ECTF_Config.


resSpecs

ResourceSpec[] resSpecs
This protected variable stores the array of resource specs.

csTimeout

int csTimeout
timeout for this ConfigSpec.

rtcs

RTC[] rtcs
array of persistant RTCs, included in every media operation.

parameters

java.util.Dictionary parameters
Parameter setting to be applied during configure.

attributes

java.util.Dictionary attributes
Attributes that control binding, resource selection and MediaGroup processing. Attributes are used to constrain the choice of Resource implementation and control the overall MediaGroup processing.

Class javax.telephony.media.DisconnectedException implements Serializable

Class javax.telephony.media.FloatRange implements Serializable

Serialized Fields

lower

float lower
Field containing the lower bound.

upper

float upper
Field containing the upper bound.

Class javax.telephony.media.IntRange implements Serializable

Serialized Fields

lower

int lower
Field containing the lower bound.

upper

int upper
Field containing the upper bound.

Class javax.telephony.media.MediaBindException implements Serializable

Class javax.telephony.media.MediaCallException implements Serializable

Class javax.telephony.media.MediaConfigException implements Serializable

Serialized Fields

badResourceSpec

ResourceSpec badResourceSpec
Implementor will fill this in if there is a badResourceSpec.
 

Class javax.telephony.media.MediaException implements Serializable

Serialized Fields

event

MediaEvent event
The MediaEvent associated with this Exception. Typically a MediaServiceEvent or ContainerEvent, etc.

Class javax.telephony.media.MediaResourceException implements Serializable

Class javax.telephony.media.MediaRuntimeException implements Serializable

Serialized Fields

event

MediaEvent event
The MediaEvent associated with this Exception. Typically a MediaServiceEvent or ContainerEvent, etc.

Class javax.telephony.media.MediaServiceException implements Serializable

Class javax.telephony.media.NoResourceException implements Serializable

Class javax.telephony.media.NoServiceAssignedException implements Serializable

Class javax.telephony.media.NoServiceReadyException implements Serializable

Class javax.telephony.media.NotBoundException implements Serializable

Class javax.telephony.media.NotDelegatedException implements Serializable

Class javax.telephony.media.NotOwnerException implements Serializable

Class javax.telephony.media.ResourceBusyException implements Serializable

Class javax.telephony.media.ResourceNotAvailableException implements Serializable

Class javax.telephony.media.ResourceNotSupportedException implements Serializable

Class javax.telephony.media.RTC implements Serializable

Serialized Fields

trigger

Symbol trigger
the RTC Trigger or Condition Symbol, typically named with rtcc_.

action

Symbol action
the RTC Action Symbol, typically named with rtca_.

Class javax.telephony.media.Symbol implements Serializable


Package javax.telephony.media.connection

Class javax.telephony.media.connection.MediaConnectionException implements Serializable


Package javax.telephony.media.container

Class javax.telephony.media.container.ContainerException implements Serializable


Package javax.telephony.media.messaging

Class javax.telephony.media.messaging.NotRegisteredException implements Serializable

Class javax.telephony.media.messaging.ServiceClosedException implements Serializable

Class javax.telephony.media.messaging.ServiceException implements Serializable

Class javax.telephony.media.messaging.ServiceRequestException implements Serializable


Package javax.telephony.media.provider

Class javax.telephony.media.provider.Base_ASREvent implements Serializable

Class javax.telephony.media.provider.Base_MediaConnectionEvent implements Serializable

Serialized Fields

type

Symbol type

maxDataFlow

Symbol maxDataFlow

dataFlow

Symbol dataFlow

token

MediaConnection.Token token
contains all the useful info about a connection.

Class javax.telephony.media.provider.Base_PlayerEvent implements Serializable

Serialized Fields

index

int index
index into a TVMList, indicating the TVM of interest.
 

offset

int offset
 

changeType

Symbol changeType
 

Class javax.telephony.media.provider.Base_RecorderEvent implements Serializable

Serialized Fields

duration

int duration
how much was recorded.
 

Class javax.telephony.media.provider.Base_SignalDetectorEvent implements Serializable

Serialized Fields

patternIndex

int patternIndex
which I in pattern[I].
 

Class javax.telephony.media.provider.Base_SignalGeneratorEvent implements Serializable

Class javax.telephony.media.provider.Base.BindAndReleaseEvent implements Serializable

Serialized Fields

mediaGroup

MPI.MediaGroup mediaGroup
The group to which an Owner is bound.

Class javax.telephony.media.provider.Base.BindEvent implements Serializable

Class javax.telephony.media.provider.Base.BindToCallEvent implements Serializable

Serialized Fields

connection

Connection connection

Class javax.telephony.media.provider.Base.DelegatedEvent implements Serializable

Class javax.telephony.media.provider.Base.DelegationEvent implements Serializable

Class javax.telephony.media.provider.Base.DisconnectedEvent implements Serializable

Class javax.telephony.media.provider.Base.Event implements Serializable

Serialized Fields

isNonTrans

boolean isNonTrans
true if this is dispatched as a nonTrans event. Some eventIDs dispatch differently if they are non-trans.

isRequest

boolean isRequest
true iff this is service Request event. Some eventIDs dispatch differently if they are requests.

eventID

Symbol eventID
embedded event type identifier. From constructor

qual

Symbol qual
Indicates why this transaction completed.

error

Symbol error
Indicates why this transaction failed.

suberror

int suberror
Additional error information.

payload

java.util.Dictionary payload
Contains S.200 event payload.

exception

java.lang.Exception exception
Indicates transaction did not complete successfully.

Class javax.telephony.media.provider.Base.Event.SyncInterruptedException implements Serializable

Class javax.telephony.media.provider.Base.MediaGroupEvent implements Serializable

Serialized Fields

retVal

java.lang.Object retVal

Class javax.telephony.media.provider.Base.MediaServiceEvent implements Serializable

Class javax.telephony.media.provider.Base.ReleaseEvent implements Serializable

Class javax.telephony.media.provider.Base.ResourceEvent implements Serializable

Serialized Fields

rtcc

Symbol rtcc
indicates the rtcc that triggered this event to complete. valid iff qual.equals(q_RTC)

Class javax.telephony.media.provider.S200_ASREvent implements Serializable

Serialized Fields

resultPresentation

Symbol resultPresentation
ResultPresentation (if there were results, from setFields)

tokenSequences

javax.telephony.media.provider.S200_ASREvent.TokenSequence[] tokenSequences
ResultRows: tokenSequences (if there were results, from setFields). Note: sub-class must not modify emptyTokenSeqArray; must set a new value.

Class javax.telephony.media.provider.S200_PlayerEvent implements Serializable

Class javax.telephony.media.provider.S200_RecorderEvent implements Serializable

Class javax.telephony.media.provider.S200_SignalDetectorEvent implements Serializable

Serialized Fields

signalBuffer

Symbol[] signalBuffer
Symbol[] SignalBuffer cached here.
 

Class javax.telephony.media.provider.S200_SignalGeneratorEvent implements Serializable


JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org