|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.comm.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,
com.ibm.etools.systems.model.SystemConnection connection)
Constructor |
Method Summary | |
---|---|
int |
getEventType()
Get the event type |
com.ibm.etools.systems.model.SystemConnection |
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, com.ibm.etools.systems.model.SystemConnection connection)
Method Detail |
public int getEventType()
public com.ibm.etools.systems.model.SystemConnection getSystemConnection()
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |