jain.protocol.ss7.tcap
Class TcapErrorEvent
java.lang.Object
|
+--java.util.EventObject
|
+--jain.protocol.ss7.tcap.TcapErrorEvent
- public class TcapErrorEvent
- extends java.util.EventObject
- implements java.io.Serializable, java.lang.Cloneable
This Event may be emitted by a JainTcapProvider
if the Provider encounters an Error that cannot be passed to all registered
JainTcapListeners through normal TCAP error
handling mechanisms.
- Version:
- 1.0
- Author:
- Colm Hayden & Phelim O'Doherty
- See Also:
- Serialized Form
Constructor Summary |
TcapErrorEvent(java.lang.Object source,
java.lang.Object error)
Constructs a new TcapErrorEvent containing the user defined error object. |
Method Summary |
java.lang.Object |
getError()
|
void |
setError(java.lang.Object error)
|
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
TcapErrorEvent
public TcapErrorEvent(java.lang.Object source,
java.lang.Object error)
- Constructs a new TcapErrorEvent containing the user defined error object.
- Parameters:
source
- the source of the errorerror
- a Vender defined object containing the error.
setError
public void setError(java.lang.Object error)
getError
public java.lang.Object getError()
28 June 2000
If you have any comments or queries, please mail them to JainTcapApiFeedback@AePONA.ComCopyright - 2000 Sun Microsystems