com.ibm.cics.server

Class Event

    • Constructor Summary

      Constructors 
      Constructor and Description
      Event()
      Construct an Event with no name.
      Event(java.lang.String name)
      Construct an Event with the supplied name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Get the name of the Event as known to CICS
      void setName(java.lang.String name)
      Set the name of the Event as known to CICS
      void signal()
      Signal the Event to CICS.
      void signal(byte[] fromData)
      Signal the Event to CICS with a byte array.
      void signal(byte[] fromData, int fromLength)
      Signal the Event to CICS with a byte array and length.
      void signal(Channel fromChannel)
      Signal the Event to CICS with a Channel.
      void signal(java.lang.String fromString)
      Signal the Event to CICS with a String.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait