|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.types.WorkstationZOSAttributes
com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This object is a container for the zOS specific attributes for a Workstation in plan object; these attributes are only valid when the workstation is a z/OS workstation.
The following syntax validation constraints must be met on WorkstationInPlanZOSAttributes.java objects in ZOS environment:
completedJobSummary | Output only |
startedJobSummary | Output only |
waitingJobSummary | Output only |
interruptedJobSummary | Output only |
readyJobSummary | Output only |
reportingAttiribute | One of the values defined in WorkstationReportingAttribute class |
server1NumberInUse | Default is 0 |
server2NumberInUse | Default is 0 |
status | One of the values defined in WorkstationStatus class |
Default is WorkstationStatus.WORKSTATION_STATUS_OFFLINE | |
extendedStatus | One of the values defined in WorkstationInPlanExtendedStatus class |
Default is WorkstationInPlanExtendedStatus.NONE | |
controlOnServer | //Default is false |
rerouteModel | //Default is false |
server1UsedForControl | //Default is false |
server2UsedForControl | //Default is false |
isWait | Default value is false |
WorkstationStatus
,
WorkstationInPlanExtendedStatus
,
WorkstationReportingAttribute
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
WorkstationInPlanZOSAttributes()
Creates an empty WorkstationInPlanZOSAttributes object |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this WorkstationInPlanZOSAttributes object are equal to those of the given one. |
JobSummaryInfo |
getCompletedJobSummary()
This method returns the summary information for all the jobs that was completed on this workstation |
WorkstationInPlanExtendedStatus |
getExtendedStatus()
This method returns the extended status of a z/OS Workstation in plan |
JobSummaryInfo |
getInterruptedJobSummary()
This method returns the summary information for all the jobs that was interrupted on this workstation |
JobSummaryInfo |
getReadyJobSummary()
This method returns the summary information for all the jobs that was ready on this workstation |
WorkstationReportingAttribute |
getReportingAttribute()
Returns the workstation reporting attribute. |
int |
getServer1NumberInUse()
This method returns the number of workstation resource2 used |
int |
getServer2NumberInUse()
This method returns the number of workstation resource1 used |
JobSummaryInfo |
getStartedJobSummary()
This method returns the summary information for all the jobs that was started on this workstation |
WorkstationStatus |
getStatus()
This method returns the status of a z/OS Workstation in plan |
JobSummaryInfo |
getWaitingJobSummary()
This method returns the summary information for all the jobs that was waiting on this workstation |
int |
hashCode()
Returns a hash code for this WorkstationInPlanZOSAttributes object. |
boolean |
isControlOnServers()
This method returns the information if parallel servers are considere when submitting or releasing a job |
boolean |
isRerouteMode()
This method returns the reroute mode of a z/OS Workstation in plan |
boolean |
isServer1UsedforControl()
This method returns the information if workstation resource1 is used for controlling jobs on this workstation |
boolean |
isServer2UsedforControl()
This method returns the information if workstation resource2 is used for controlling jobs on this workstation |
boolean |
isWait()
Returns true if the option wait on this workstation is checked. |
void |
setCompletedJobSummary(JobSummaryInfo completedJobSummary)
Sets the Job summary info for completed jobs |
void |
setControlOnServers(boolean controlOnServers)
Sets the information if paralle server is used to control jobs on the workstation |
void |
setExtendedStatus(WorkstationInPlanExtendedStatus extStatus)
Set the extended status of the workstation. |
void |
setInterruptedJobSummary(JobSummaryInfo interruptedJobSummary)
Sets the Job summary info for interrupted jobs |
void |
setReadyJobSummary(JobSummaryInfo readyJobSummary)
Sets the Job summary info for ready jobs |
void |
setReportingAttribute(WorkstationReportingAttribute value)
Sets the workstation reporting attribute. |
void |
setRerouteMode(boolean rerouteMode)
Sets the reroute mode flag |
void |
setServer1NumberInUse(int server1NumberInUse)
Sets the quantity in sue for R1 This method is for internal use only. |
void |
setServer1UsedforControl(boolean server1UsedforControl)
Sets the information if workstation associated resourceR1 is used or not to control jobs |
void |
setServer2NumberInUse(int server2NumberInUse)
Sets the quantity in sue for R2 This method is for internal use only. |
void |
setServer2UsedforControl(boolean server2UsedforControl)
Sets the information if workstation associated resourceR2 is used or not to control jobs |
void |
setStartedJobSummary(JobSummaryInfo startedJobSummary)
Sets the Job summary info for started jobs |
void |
setStatus(WorkstationStatus status)
Set the status of the workstation. |
void |
setWait(boolean value)
Sets the option wait on this workstation. |
void |
setWaitingJobSummary(JobSummaryInfo waitingJobSummary)
Sets the Job summary info for waiting jobs |
java.lang.String |
toString()
Returns a string representation of this WorkstationInPlanZOSAttributes object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public WorkstationInPlanZOSAttributes()
Method Detail |
public WorkstationStatus getStatus()
public WorkstationInPlanExtendedStatus getExtendedStatus()
public boolean isRerouteMode()
public boolean isControlOnServers()
public boolean isServer1UsedforControl()
public boolean isServer2UsedforControl()
public int getServer2NumberInUse()
public int getServer1NumberInUse()
public WorkstationReportingAttribute getReportingAttribute()
public JobSummaryInfo getCompletedJobSummary()
public JobSummaryInfo getInterruptedJobSummary()
public JobSummaryInfo getStartedJobSummary()
public JobSummaryInfo getWaitingJobSummary()
public JobSummaryInfo getReadyJobSummary()
public boolean isWait()
isWait
in class WorkstationZOSAttributes
public void setStatus(WorkstationStatus status)
status
- The WorkstationStatus to be set.public void setExtendedStatus(WorkstationInPlanExtendedStatus extStatus)
extStatus
- The WorkstationInPlanExtendedStatus to be set.public void setRerouteMode(boolean rerouteMode)
rerouteMode
- The rerouteMode to set.public void setControlOnServers(boolean controlOnServers)
controlOnServers
- The controlOnServers to set.public void setServer1UsedforControl(boolean server1UsedforControl)
server1UsedforControl
- The server1UsedforControl to set.public void setServer2UsedforControl(boolean server2UsedforControl)
server2UsedforControl
- The server2UsedforControl to set.public void setServer1NumberInUse(int server1NumberInUse)
server1NumberInUse
- The server1NumberInUse to set.public void setServer2NumberInUse(int server2NumberInUse)
server2NumberInUse
- The server2NumberInUse to set.public void setReportingAttribute(WorkstationReportingAttribute value)
value
- The workstation reporting attribute.public void setCompletedJobSummary(JobSummaryInfo completedJobSummary)
completedJobSummary
- The completedJobSummary to set.public void setInterruptedJobSummary(JobSummaryInfo interruptedJobSummary)
interruptedJobSummary
- The interruptedJobSummary to set.public void setStartedJobSummary(JobSummaryInfo startedJobSummary)
startedJobSummary
- The startedJobSummary to set.public void setWaitingJobSummary(JobSummaryInfo waitingJobSummary)
waitingJobSummary
- The waitingJobSummary to set.public void setReadyJobSummary(JobSummaryInfo readyJobSummary)
readyJobSummary
- The readyJobSummary to set.public void setWait(boolean value)
setWait
in class WorkstationZOSAttributes
value
- The option wait on this workstation.
public java.lang.String toString()
toString
in class WorkstationZOSAttributes
public int hashCode()
hashCode
in class WorkstationZOSAttributes
public boolean equals(java.lang.Object object)
equals
in class WorkstationZOSAttributes
object
- The object to be compared with this one.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |