com.ibm.as400.resource
Class ActiveStatusEvent

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

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

public class ActiveStatusEvent
extends EventObject

The ActiveStatusEvent class represents an active status event.

See Also:
Serialized Form

Field Summary
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
Constructor and Description
ActiveStatusEvent(Object source, int eventID)
          Deprecated. Constructs a ActiveStatusEvent object.
 
Method Summary
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(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.