JCAT
v0.3.1

javax.jcat
Interface JcatTerminalConnectionEvent

All Superinterfaces:
JccEvent

public interface JcatTerminalConnectionEvent
extends JccEvent

This interface is related to events on the JcatTerminalConnection.

Since:
1.0

Field Summary
static int CAUSE_PARK
          Cause code indicating the event is related to the park feature.
static int CAUSE_UNHOLD
          Cause code indicating the event is related to the unhold feature.
static int TERMINALCONNECTION_BRIDGED
          This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.BRIDGED.
static int TERMINALCONNECTION_DROPPED
          This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.DROPPED.
static int TERMINALCONNECTION_EVENT_TRANSMISSION_ENDED
          This event indicates that event transmissions associated with the associated JcatTerminalConnection object have ended.
static int TERMINALCONNECTION_HELD
          This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.HELD.
static int TERMINALCONNECTION_IDLE
          This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.IDLE.
static int TERMINALCONNECTION_INUSE
          This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.INUSE.
static int TERMINALCONNECTION_RINGING
          This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.RINGING.
static int TERMINALCONNECTION_TALKING
          This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.TALKING.
 
Fields inherited from interface javax.csapi.cc.jcc.JccEvent
CAUSE_BUSY, CAUSE_CALL_CANCELLED, CAUSE_CALL_RESTRICTED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_GENERAL_FAILURE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_MORE_DIGITS_NEEDED, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NO_ANSWER, CAUSE_NORMAL, CAUSE_REDIRECTED, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_TIMER_EXPIRY, CAUSE_UNKNOWN, CAUSE_USER_NOT_AVAILABLE
 
Method Summary
 JcatTerminalConnection getTerminalConnection()
          returns the JcatTerminalConnection associated with this JcatTerminalConnectionEvent.
 
Methods inherited from interface javax.csapi.cc.jcc.JccEvent
getCause, getID, getSource
 

Field Detail

CAUSE_PARK

public static final int CAUSE_PARK
Cause code indicating the event is related to the park feature.

See Also:
Constant Field Values

CAUSE_UNHOLD

public static final int CAUSE_UNHOLD
Cause code indicating the event is related to the unhold feature.

See Also:
Constant Field Values

TERMINALCONNECTION_IDLE

public static final int TERMINALCONNECTION_IDLE
This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.IDLE.

See Also:
Constant Field Values

TERMINALCONNECTION_RINGING

public static final int TERMINALCONNECTION_RINGING
This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.RINGING.

See Also:
Constant Field Values

TERMINALCONNECTION_DROPPED

public static final int TERMINALCONNECTION_DROPPED
This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.DROPPED.

See Also:
Constant Field Values

TERMINALCONNECTION_BRIDGED

public static final int TERMINALCONNECTION_BRIDGED
This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.BRIDGED.

See Also:
Constant Field Values

TERMINALCONNECTION_TALKING

public static final int TERMINALCONNECTION_TALKING
This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.TALKING.

See Also:
Constant Field Values

TERMINALCONNECTION_INUSE

public static final int TERMINALCONNECTION_INUSE
This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.INUSE.

See Also:
Constant Field Values

TERMINALCONNECTION_HELD

public static final int TERMINALCONNECTION_HELD
This event indicates that the state of the JcatTerminalConnection object has changed to JcatTerminalConnection.HELD.

See Also:
Constant Field Values

TERMINALCONNECTION_EVENT_TRANSMISSION_ENDED

public static final int TERMINALCONNECTION_EVENT_TRANSMISSION_ENDED
This event indicates that event transmissions associated with the associated JcatTerminalConnection object have ended.

See Also:
Constant Field Values
Method Detail

getTerminalConnection

public JcatTerminalConnection getTerminalConnection()
returns the JcatTerminalConnection associated with this JcatTerminalConnectionEvent. The result of this call might be a cast of the result of JccEvent.getSource().

Returns:
The JcatTerminalConnection associated with this event.

JCAT
v0.3.1

August, 2003
If you have any comments or queries, please mail them to JSR-122-EG@JCP.ORG

Copyright - 2001, 2003 Sun Microsystems