IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.clientserver
Class ChannelSessionStateChangedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ibm.btt.clientserver.ChannelSessionStateChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class ChannelSessionStateChangedEvent
extends java.util.EventObject

The ChannelSessionStateChangedEvent class

This event is to be sent to all objects that require to be notified of a change to the channel session. The sessionId must be included in the event

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ChannelSessionStateChangedEvent(java.lang.Object source)
          This constructor creates a ChannelSessionStateChangedEvent object.
ChannelSessionStateChangedEvent(java.lang.Object source, java.lang.String sessionId)
          This constructor creates a ChannelSessionStateChangedEvent object.
 
Method Summary
 java.lang.String getSessionId()
          Returns the value of the fieldSessionId property.
 
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
 

Constructor Detail

ChannelSessionStateChangedEvent

public ChannelSessionStateChangedEvent(java.lang.Object source)
This constructor creates a ChannelSessionStateChangedEvent object.

Parameters:
source - java.lang.Object

ChannelSessionStateChangedEvent

public ChannelSessionStateChangedEvent(java.lang.Object source,
                                       java.lang.String sessionId)
This constructor creates a ChannelSessionStateChangedEvent object.

Parameters:
source - java.lang.Object
sessionId - java.lang.String
Method Detail

getSessionId

public java.lang.String getSessionId()
Returns the value of the fieldSessionId property.

Returns:
String - The current value of fieldSessionId.

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005