JCAT
v0.3.1

javax.jcat
Interface JcatTerminalEvent

All Superinterfaces:
JccEvent

public interface JcatTerminalEvent
extends JccEvent

This interface is associated with JcatTerminal events.

Since:
1.0

Field Summary
static int ADDRESS_DEREGISTERED
          This event indicates that the state of the JcatTerminal object has changed on account of a new JcatAddress being deassociated with it.
static int ADDRESS_REGISTERED
          This event indicates that the state of the JcatTerminal object has changed on account of a new JcatAddress being associated with it.
static int TERMINAL_EVENT_TRANSMISSION_ENDED
          This event indicates that event transmissions associated with the associated terminal object have ended .
 
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
 JcatAddress getAddress()
          This method is used to obtain information about the JcatAddress whose association with this JcatTerminal resulted in this JcatTerminalEvent.
 JcatTerminal getTerminal()
          returns the JcatTerminal associated with this JcatTerminalEvent.
 
Methods inherited from interface javax.csapi.cc.jcc.JccEvent
getCause, getID, getSource
 

Field Detail

ADDRESS_REGISTERED

public static final int ADDRESS_REGISTERED
This event indicates that the state of the JcatTerminal object has changed on account of a new JcatAddress being associated with it.

See Also:
Constant Field Values

ADDRESS_DEREGISTERED

public static final int ADDRESS_DEREGISTERED
This event indicates that the state of the JcatTerminal object has changed on account of a new JcatAddress being deassociated with it.

See Also:
Constant Field Values

TERMINAL_EVENT_TRANSMISSION_ENDED

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

See Also:
Constant Field Values
Method Detail

getAddress

public JcatAddress getAddress()
This method is used to obtain information about the JcatAddress whose association with this JcatTerminal resulted in this JcatTerminalEvent.

Returns:
JcatAddress which was associated with the Terminal.

getTerminal

public JcatTerminal getTerminal()
returns the JcatTerminal associated with this JcatTerminalEvent. The result of this call might be a cast of the result of JccEvent.getSource().

Returns:
The JcatTerminal 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