com.ibm.as400.resource

Class ActiveStatusEvent

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

    Deprecated. 
    Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.

    public class ActiveStatusEvent
    extends java.util.EventObject
    The ActiveStatusEvent class represents an active status event.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int BUSY
      Deprecated. 
      Event ID indicating that the active status is busy.
      static int IDLE
      Deprecated. 
      Event ID indicating that the active status is idle.
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor and Description
      ActiveStatusEvent(java.lang.Object source, int eventID)
      Deprecated. 
      Constructs a ActiveStatusEvent object.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getID()
      Deprecated. 
      Returns the event ID.
      • 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
    • Field Detail

      • BUSY

        public static final int BUSY
        Deprecated. 
        Event ID indicating that the active status is busy. This indicates that a potentially long-running operation has started.
        See Also:
        Constant Field Values
      • IDLE

        public static final int IDLE
        Deprecated. 
        Event ID indicating that the active status is idle. This indicates that a potentially long-running operation has ended.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ActiveStatusEvent

        public ActiveStatusEvent(java.lang.Object source,
                         int eventID)
        Deprecated. 
        Constructs a ActiveStatusEvent object.
        Parameters:
        source - The source.
        eventID - The event ID.
    • Method Detail

      • getID

        public int getID()
        Deprecated. 
        Returns the event ID.
        Returns:
        The event ID.