| Package | Description |
|---|---|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| com.microfocus.awm.zos.util |
Contains z/OS specific utility classes.
|
| com.microfocus.zos.model |
General z/OS specific interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
EJobState |
JobStateChangedEvent.getNewState()
Gets the changed job's new state.
|
EJobState |
JobStateChangedEvent.getOldState()
Gets the changed job's previous state.
|
| Constructor and Description |
|---|
JobStateChangedEvent(ITaurusJob pJob,
EJobState pOldState,
EJobState pNewState)
Creates a job state changed event.
|
| Modifier and Type | Method and Description |
|---|---|
EJobState |
TaurusJob.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaurusJob.setState(EJobState pStatus) |
| Modifier and Type | Method and Description |
|---|---|
EJobState |
JobPhase.getState()
Interprets the job phase and returns the corresponding
EJobState. |
| Modifier and Type | Method and Description |
|---|---|
EJobState |
IJob.getState()
Gets the job state.
|
static EJobState |
EJobState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EJobState[] |
EJobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IJob.setState(EJobState pState)
Sets the job state.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.