IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.samples.business.sna.lu0.host.event
Class DummyLu0SessionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ibm.btt.samples.business.sna.lu0.host.event.DummyLu0SessionEvent
All Implemented Interfaces:
java.io.Serializable

public class DummyLu0SessionEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int BID_RECEIVED
           
static int MESSAGE
           
static int MESSAGE_CANCELLED
           
static int NEGATIVE_RESPONSE
           
static int POSITIVE_RESPONSE
           
static int SESSION_CLOSED
           
static int SESSION_DOWN
           
static int SESSION_ESTABLISHED
           
static int SESSION_NOT_ESTABLISHED
           
static int UNSOLICITED_MESSAGE
           
static int UNSOLICITED_MESSAGE_CANCELLED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DummyLu0SessionEvent(java.lang.Object source, java.lang.String eventData, int eventId)
          DummyLu0SessionEvent.constructor
DummyLu0SessionEvent(java.lang.Object source, java.lang.String eventData, int eventId, java.lang.Exception eventException)
          DummyLu0SessionEvent.constructor
 
Method Summary
 java.lang.String getEventData()
          Gets the eventData
 java.lang.Exception getEventException()
          Gets the eventException
 int getEventId()
          Gets the eventId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BID_RECEIVED

public static final int BID_RECEIVED
See Also:
Constant Field Values

MESSAGE

public static final int MESSAGE
See Also:
Constant Field Values

MESSAGE_CANCELLED

public static final int MESSAGE_CANCELLED
See Also:
Constant Field Values

UNSOLICITED_MESSAGE

public static final int UNSOLICITED_MESSAGE
See Also:
Constant Field Values

UNSOLICITED_MESSAGE_CANCELLED

public static final int UNSOLICITED_MESSAGE_CANCELLED
See Also:
Constant Field Values

SESSION_CLOSED

public static final int SESSION_CLOSED
See Also:
Constant Field Values

SESSION_DOWN

public static final int SESSION_DOWN
See Also:
Constant Field Values

SESSION_ESTABLISHED

public static final int SESSION_ESTABLISHED
See Also:
Constant Field Values

SESSION_NOT_ESTABLISHED

public static final int SESSION_NOT_ESTABLISHED
See Also:
Constant Field Values

POSITIVE_RESPONSE

public static final int POSITIVE_RESPONSE
See Also:
Constant Field Values

NEGATIVE_RESPONSE

public static final int NEGATIVE_RESPONSE
See Also:
Constant Field Values
Constructor Detail

DummyLu0SessionEvent

public DummyLu0SessionEvent(java.lang.Object source,
                            java.lang.String eventData,
                            int eventId,
                            java.lang.Exception eventException)
DummyLu0SessionEvent.constructor

Parameters:
source -
eventData -
eventId -
eventException -

DummyLu0SessionEvent

public DummyLu0SessionEvent(java.lang.Object source,
                            java.lang.String eventData,
                            int eventId)
DummyLu0SessionEvent.constructor

Parameters:
source -
eventData -
eventId -
Method Detail

getEventId

public int getEventId()
Gets the eventId

Returns:
Returns a int

getEventData

public java.lang.String getEventData()
Gets the eventData

Returns:
Returns an Object

getEventException

public java.lang.Exception getEventException()
Gets the eventException

Returns:
Returns a Exception

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005