Class WaitEventDO

java.lang.Object
com.softwaremining.vendors.cics.dto.CicsDO
com.softwaremining.vendors.cics.dto.WaitEventDO

public class WaitEventDO extends CicsDO
Representation of CICS WAIT 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

    • WaitEventDO

      public WaitEventDO()
  • Method Details

    • setEcaddr

      public WaitEventDO setEcaddr(double pointerValue)
      Set the pointerValue which was originally set by PostEventDO.
      where pointerValue is address or timer Event Control Area (or any unique integer which has been passed to respective PostEventDO)
      Parameters:
      pointerValue -
      Returns:
    • setEcaddr

      public WaitEventDO setEcaddr(ISMNumeric pointer)
      Deprecated.
      - please use setEcaddr(double pointerValue)
      Set the pointerValue which was originally set by PostEventDO.
      where pointerValue is address or timer Event Control Area (or any unique integer which has been passed to respective PostEventDO)
      Parameters:
      pointer -
      Returns:
    • setNohandle

      public WaitEventDO setNohandle()
    • retrievePointer

      public ISMNumeric retrievePointer()