cicseps
Class EPSEvent

java.lang.Object
  extended by cicseps.EPSEvent

public class EPSEvent
extends java.lang.Object


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

EPSEvent

public EPSEvent(java.lang.String eventName)
         throws CicsConditionException
Throws:
CicsConditionException

EPSEvent

public EPSEvent(java.lang.String eventName,
                boolean compatible)
         throws CicsConditionException
Throws:
CicsConditionException
Method Detail

setConfig

public void setConfig(java.lang.String config)
               throws CicsConditionException
Set configuration data container

Parameters:
config - WMQ queue name to which the Event will be put
Throws:
CicsConditionException

setEventData

public void setEventData(java.lang.String name,
                         java.lang.String value)
                  throws CicsConditionException
Set string event data in a container

Parameters:
name - the name of the data item
value - the text of the data item
Throws:
CicsConditionException

setEventData

public void setEventData(java.lang.String name,
                         int value)
                  throws CicsConditionException
Set numeric event data in a container

Parameters:
name - the name of the data item
value - the value of the data item
Throws:
CicsConditionException

emit

public void emit()
          throws CicsConditionException,
                 EPSEventException
Link to the emitter program to send the Event to the WMQ queue

Throws:
CicsConditionException
EPSEventException