Class PostEventDO


public class PostEventDO extends SMIntervalAndTimeDO
Representation of CICS POST EVENT
Event are posted using
postEvent.set(double pointerValue). ... 
and then waited for using
waitEvent.setEcaddr(double pointerValue) 
Where pointerValue is a unique/common identifier used as an anchor for Post/Wait operations
  • Constructor Details Link icon

    • PostEventDO Link icon

      public PostEventDO()
  • Method Details Link icon

    • set Link icon

      public PostEventDO set(ISMNumeric pointerValue)
    • set Link icon

      public PostEventDO set(double pointerValue)
      set the pointer address - a unique integer representing the event which will be searched for using WaitEventDO
      Parameters:
      pointerValue -
      Returns:
    • retrievePointer Link icon

      public ISMNumeric retrievePointer()
    • setAfter Link icon

      public PostEventDO setAfter(boolean after)
    • setTime Link icon

      public PostEventDO setTime(ISMObject time)
    • setSeconds Link icon

      public PostEventDO setSeconds(ISMObject seconds)
    • setMinutes Link icon

      public PostEventDO setMinutes(ISMObject minutes)
    • setInterval Link icon

      public PostEventDO setInterval(ISMObject interval)
      The event will expire after the interval
      Parameters:
      interval - - a number representing hhmmss , e.g. 145033 to represent 2pm:50:33 ,
      or 33 to represent the interval of 00:00:33 (33 seconds)
      Returns:
    • setInterval Link icon

      public PostEventDO setInterval(int interval)
    • setHours Link icon

      public PostEventDO setHours(ISMObject hours)
    • setAt Link icon

      public PostEventDO setAt(boolean at)
    • setNohandle Link icon

      public PostEventDO setNohandle()
      to do ...
      Returns:
    • setResponse Link icon

      public PostEventDO setResponse(ISMObject responseField)