|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.subsystems.qsys.comm.InteractiveJobEvent
public class InteractiveJobEvent
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 |
|---|
public static final String copyright
public static final int CONNECT_EVENT
public static final int COMMAND_COMPLETED_EVENT
public static final int DISCONNECT_EVENT
| Constructor Detail |
|---|
public InteractiveJobEvent(int eventType,
IHost connection)
| Method Detail |
|---|
public int getEventType()
public IHost getSystemConnection()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||