|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.sysmngment.SMEvent
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 a 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 |
public static boolean startup
Constructor Detail |
public SMEvent()
Method Detail |
public void createAndSendEvent(java.util.Hashtable anEventInfo)
anEventInfo
- Hashtablepublic static boolean getStartup()
public static void setStartup(boolean b)
b
- boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |