JSR-043: JTAPI-1.4

javax.telephony.media
Interface ResourceConstants

All Superinterfaces:
MediaConstants
All Known Subinterfaces:
ASR, ASRConstants, ASREvent, Async_ASR, Async_ASREvent, Async_Player, Async_PlayerEvent, Async_Recorder, Async_RecorderEvent, Async_SignalDetector, Async_SignalDetectorEvent, Async_SignalGenerator, Async_SignalGeneratorEvent, Async_TTSPlayer, Async.ResourceEvent, Player, PlayerConstants, PlayerEvent, Recorder, RecorderConstants, RecorderEvent, Resource, ResourceEvent, SignalDetector, SignalDetectorConstants, SignalDetectorEvent, SignalGenerator, SignalGeneratorConstants, SignalGeneratorEvent, TTSPlayer

public interface ResourceConstants
extends MediaConstants

Defines constants used by all Resources. These are inherited by every Resource interface, so they are accessible from any Resource class or instance.

Since:
JTAPI-1.3

Field Summary
static Symbol e_Disconnected
          Symbol returned from MediaEvent.getError() when an operation fails because the associated Terminal is in the Connection.DISCONNECTED state.
static int FOREVER
          Special int value (-1) used to indicate infinite timeout.
static Symbol q_Disconnected
          Qualifier: this operation was terminated because the Terninal's Connection to the current Call is in the Connection.DISCONNECTED state.
static Symbol q_RTC
          Qualifier: Completion caused by a Run-Time Control.
static Symbol rtcc_Disconnected
          RTC Trigger: Operation terminated because the Connection to the associated Terminal is in the Connection.DISCONNECTED state.
static Symbol rtcc_TriggerRTC
          The Symbol returned from ResourceEvent.getRTCTrigger() representing the RTC Condition for ResourceEvents triggered by MediaService.triggerRTC(Symbol).
static java.lang.Integer v_Forever
          Integer value for FOREVER, when used in a value in a Dictionary.
 
Fields inherited from interface javax.telephony.media.MediaConstants
e_OK, q_Duration, q_Standard, q_Stop
 

Field Detail

FOREVER

public static final int FOREVER
Special int value (-1) used to indicate infinite timeout.

v_Forever

public static final java.lang.Integer v_Forever
Integer value for FOREVER, when used in a value in a Dictionary.

e_Disconnected

public static final Symbol e_Disconnected
Symbol returned from MediaEvent.getError() when an operation fails because the associated Terminal is in the Connection.DISCONNECTED state.

q_RTC

public static final Symbol q_RTC
Qualifier: Completion caused by a Run-Time Control.

q_Disconnected

public static final Symbol q_Disconnected
Qualifier: this operation was terminated because the Terninal's Connection to the current Call is in the Connection.DISCONNECTED state.

Note: Some implementations may use q_RTC and rtcc_Disconnected.

See Also:
e_Disconnected

rtcc_Disconnected

public static final Symbol rtcc_Disconnected
RTC Trigger: Operation terminated because the Connection to the associated Terminal is in the Connection.DISCONNECTED state. This is delivered in a ResourceEvent via DisconnectedException.
See Also:
Connection.DISCONNECTED

rtcc_TriggerRTC

public static final Symbol rtcc_TriggerRTC
The Symbol returned from ResourceEvent.getRTCTrigger() representing the RTC Condition for ResourceEvents triggered by MediaService.triggerRTC(Symbol).

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org