IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.sysmngment
Class SMEvent

java.lang.Object
  extended bycom.ibm.dse.sysmngment.SMEvent

public class SMEvent
extends java.lang.Object

The SMEvent class is the interface to the TME that sends events.


Field Summary
static boolean startup
          Specifies if the event adapter configuration is active.
 
Constructor Summary
SMEvent()
          This constructor creates an SMEvent object.
 
Method Summary
 void createAndSendEvent(java.util.Hashtable anEventInfo)
          Sends events to the TME after setting the event attributes.
static boolean getStartup()
          Gets the startup property value.
static void setStartup(boolean b)
          Sets the startup property value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startup

public static boolean startup
Specifies if the event adapter configuration is active.

Constructor Detail

SMEvent

public SMEvent()
This constructor creates an SMEvent object.

Method Detail

createAndSendEvent

public void createAndSendEvent(java.util.Hashtable anEventInfo)
Sends events to the TME after setting the event attributes.

Parameters:
anEventInfo - Hashtable

getStartup

public static boolean getStartup()
Gets the startup property value.

Returns:
boolean.

setStartup

public static void setStartup(boolean b)
Sets the startup property value.

Parameters:
b - boolean

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005