com.ibm.as400.access

Class OutputQueueEvent

  • java.lang.Object
    • java.util.EventObject
      • com.ibm.as400.access.OutputQueueEvent
  • All Implemented Interfaces:
    java.io.Serializable


    public class OutputQueueEvent
    extends java.util.EventObject
    The OutputQueueEvent class represents an OutputQueue event.
    See Also:
    OutputQueueListener, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int CLEARED
      The output queue cleared event ID.
      static int HELD
      The output queue held event ID.
      static int RELEASED
      The output queue released event ID.
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor and Description
      OutputQueueEvent(java.lang.Object source, int id)
      Constructs an OutputQueueEvent object.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getID()
      Returns the output queue event identifier.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OutputQueueEvent

        public OutputQueueEvent(java.lang.Object source,
                        int id)
        Constructs an OutputQueueEvent object. It uses the specified source and ID.
        Parameters:
        source - The object sourcing the event.
        id - The event identifier.
    • Method Detail

      • getID

        public int getID()
        Returns the output queue event identifier.
        Returns:
        The event identifier.