Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys.comm
Class InteractiveJobEvent

java.lang.Object
  extended by com.ibm.etools.iseries.subsystems.qsys.comm.InteractiveJobEvent

public class InteractiveJobEvent
extends Object

The class contains information about interactive job events, such as the event type and associated SystemConnection.


Field Summary
static int COMMAND_COMPLETED_EVENT
           
static int CONNECT_EVENT
          Event type constants.
static String copyright
           
static int DISCONNECT_EVENT
           
 
Constructor Summary
InteractiveJobEvent(int eventType, IHost connection)
          Constructor
 
Method Summary
 int getEventType()
          Get the event type
 IHost getSystemConnection()
          Get the associated SystemConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

CONNECT_EVENT

public static final int CONNECT_EVENT
Event type constants. Currently only the connect event is supported.

See Also:
Constant Field Values

COMMAND_COMPLETED_EVENT

public static final int COMMAND_COMPLETED_EVENT
See Also:
Constant Field Values

DISCONNECT_EVENT

public static final int DISCONNECT_EVENT
See Also:
Constant Field Values
Constructor Detail

InteractiveJobEvent

public InteractiveJobEvent(int eventType,
                           IHost connection)
Constructor

Method Detail

getEventType

public int getEventType()
Get the event type


getSystemConnection

public IHost getSystemConnection()
Get the associated SystemConnection


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.