IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.event
Class BTTEventObject

java.lang.Object
  extended by java.util.EventObject
      extended by com.ibm.btt.event.BTTEventObject
All Implemented Interfaces:
java.io.Serializable

public class BTTEventObject
extends java.util.EventObject
implements java.io.Serializable

This class is used to transfer the event object between the java client side and the server side. In the server side, it convert the DSEEventObject to BTTEventObject and then serialize it to client side. In client side, it deserialize the BTTEventObject then convert it to client side event object.

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
protected  java.lang.String originTID
           
protected  java.util.Hashtable parameters
           
protected  java.lang.String sourceName
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BTTEventObject(java.lang.Object source)
          Construct the BTTEventObject
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getOriginTID()
           
 java.util.Hashtable getParameters()
           
 java.lang.String getSourceName()
           
 void setName(java.lang.String name)
          Set the event name
 void setOriginTID(java.lang.String originTID)
          Set the TID of the originator
 void setParameters(java.util.Hashtable parameters)
          Set the parameters of the event
 void setSourceName(java.lang.String sourceName)
          Set the source name
 java.lang.String toString()
          Returns a visual representation of the DSEEventObject.
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sourceName

protected java.lang.String sourceName

name

protected java.lang.String name

parameters

protected java.util.Hashtable parameters

originTID

protected java.lang.String originTID
Constructor Detail

BTTEventObject

public BTTEventObject(java.lang.Object source)
Construct the BTTEventObject

Parameters:
source - the object which fired the event
Method Detail

getName

public java.lang.String getName()
Returns:
the event name

setName

public void setName(java.lang.String name)
Set the event name

Parameters:
name - the event name

getOriginTID

public java.lang.String getOriginTID()
Returns:
the TID of the originator

setOriginTID

public void setOriginTID(java.lang.String originTID)
Set the TID of the originator

Parameters:
originTID - the TID of the originator

getParameters

public java.util.Hashtable getParameters()
Returns:
the parameters of the event

setParameters

public void setParameters(java.util.Hashtable parameters)
Set the parameters of the event

Parameters:
parameters - the event parameters

getSourceName

public java.lang.String getSourceName()
Returns:
the source name of the event

setSourceName

public void setSourceName(java.lang.String sourceName)
Set the source name

Parameters:
sourceName - the source name

toString

public java.lang.String toString()
Returns a visual representation of the DSEEventObject.

Overrides:
toString in class java.util.EventObject
Returns:
java.lang.String

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009