|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcicseps.EPSEvent
public class EPSEvent
Constructor Summary | |
---|---|
EPSEvent(java.lang.String eventName)
|
|
EPSEvent(java.lang.String eventName,
boolean compatible)
|
Method Summary | |
---|---|
void |
emit()
Link to the emitter program to send the Event to the WMQ queue |
void |
setConfig(java.lang.String config)
Set configuration data container |
void |
setEventData(java.lang.String name,
int value)
Set numeric event data in a container |
void |
setEventData(java.lang.String name,
java.lang.String value)
Set string event data in a container |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPSEvent(java.lang.String eventName) throws CicsConditionException
CicsConditionException
public EPSEvent(java.lang.String eventName, boolean compatible) throws CicsConditionException
CicsConditionException
Method Detail |
---|
public void setConfig(java.lang.String config) throws CicsConditionException
config
- WMQ queue name to which the Event will be put
CicsConditionException
public void setEventData(java.lang.String name, java.lang.String value) throws CicsConditionException
name
- the name of the data itemvalue
- the text of the data item
CicsConditionException
public void setEventData(java.lang.String name, int value) throws CicsConditionException
name
- the name of the data itemvalue
- the value of the data item
CicsConditionException
public void emit() throws CicsConditionException, EPSEventException
CicsConditionException
EPSEventException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |