JCAT
v0.3.1

javax.jcat
Interface JcatAddressEvent

All Superinterfaces:
JccEvent

public interface JcatAddressEvent
extends JccEvent

This interface is associated with JcatAddressEvents.

Since:
1.0

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

Field Detail

TERMINAL_REGISTERED

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

See Also:
Constant Field Values

TERMINAL_DEREGISTERED

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

See Also:
Constant Field Values

ADDRESS_EVENT_TRANSMISSION_ENDED

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

See Also:
Constant Field Values
Method Detail

getTerminal

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

Returns:
JcatTerminal which was associated with the Terminal.

getAddress

public JcatAddress getAddress()
returns the JcatAddress associated with this JcatAddressEvent. The result of this call might be a cast of the result of JccEvent.getSource().

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