org.csapi.jr.se.dsc
Interface Constants


public interface Constants

This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.dsc


Field Summary
static int DATA_SESSION_SUPERVISE_DATA_SESSION_ENDED
          The data session has ended, either due to data session party to reach of maximum volume or calling or called release.
static int DATA_SESSION_SUPERVISE_INFORM
          Send a warning message to the originating party when the maximum volume is reached.
static int DATA_SESSION_SUPERVISE_MESSAGE_SENT
          A warning message has been sent.
static int DATA_SESSION_SUPERVISE_RELEASE
          Release the data session when the data session supervision volume is reached.
static int DATA_SESSION_SUPERVISE_RESPOND
          Notify the application when the call supervision volume is reached.
static int DATA_SESSION_SUPERVISE_VOLUME_REACHED
          The maximum volume has been reached.
static int EVENT_DSCS_ESTABLISHED
          The data session is established by the network.
static int EVENT_DSCS_QOS_CHANGED
          A change in QoS class has taken place during the life of the data session.
static int EVENT_DSCS_SETUP
          The data session is going to be setup.
static int EVENT_NAME_QOD_CHANGED
           
static int EVENT_NAME_UNDEFINED
          Undefined.
 

Field Detail

DATA_SESSION_SUPERVISE_INFORM

public static final int DATA_SESSION_SUPERVISE_INFORM
Send a warning message to the originating party when the maximum volume is reached. If data session release is requested, then the data session will be released following the message after an administered time period

See Also:
Constant Field Values

DATA_SESSION_SUPERVISE_DATA_SESSION_ENDED

public static final int DATA_SESSION_SUPERVISE_DATA_SESSION_ENDED
The data session has ended, either due to data session party to reach of maximum volume or calling or called release.

See Also:
Constant Field Values

DATA_SESSION_SUPERVISE_MESSAGE_SENT

public static final int DATA_SESSION_SUPERVISE_MESSAGE_SENT
A warning message has been sent.

See Also:
Constant Field Values

DATA_SESSION_SUPERVISE_RELEASE

public static final int DATA_SESSION_SUPERVISE_RELEASE
Release the data session when the data session supervision volume is reached.

See Also:
Constant Field Values

DATA_SESSION_SUPERVISE_RESPOND

public static final int DATA_SESSION_SUPERVISE_RESPOND
Notify the application when the call supervision volume is reached.

See Also:
Constant Field Values

DATA_SESSION_SUPERVISE_VOLUME_REACHED

public static final int DATA_SESSION_SUPERVISE_VOLUME_REACHED
The maximum volume has been reached.

See Also:
Constant Field Values

EVENT_NAME_UNDEFINED

public static final int EVENT_NAME_UNDEFINED
Undefined.

See Also:
Constant Field Values

EVENT_DSCS_SETUP

public static final int EVENT_DSCS_SETUP
The data session is going to be setup.

See Also:
Constant Field Values

EVENT_DSCS_ESTABLISHED

public static final int EVENT_DSCS_ESTABLISHED
The data session is established by the network.

See Also:
Constant Field Values

EVENT_NAME_QOD_CHANGED

public static final int EVENT_NAME_QOD_CHANGED
See Also:
Constant Field Values

EVENT_DSCS_QOS_CHANGED

public static final int EVENT_DSCS_QOS_CHANGED
A change in QoS class has taken place during the life of the data session.

See Also:
Constant Field Values