|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.types.WorkstationZOSAttributes
This object is a container for the zOS specific attributes for a Workstation object; these attributes are only valid when the workstation is a z/OS workstation.
The following syntax validation constraints must be met on WorkstationZOSAttributes objects in z/OS environment:
isSplittable | Default value is false |
isJobSetupAllowed | Default value is false |
isStartedTaskSupported | Default value is false |
isWTOSupported | Default value is false |
defaultTransportTime | An amount of time, expressed in seconds |
Valid values are 0-99 hours and 0-59 minutes | |
Default value is 0 | |
defaultJobDuration | Default value is 0 |
printoutRouting | Not longer than 8 characters |
destination | Can be set only if type is COMPUTER and reportingAttribute is AUTOMATIC |
Not longer than 8 characters | |
parallelServersUsage | One of the values exposed by the ResourceUsage class |
Default value is PLANNING_AND_CONTROL | |
server1Name | R1 resource name |
server1Usage | One of the values exposed by the ResourceUsage class |
Default value is PLANNING_AND_CONTROL | |
server2Name | R2 resource name |
server2Usage | One of the values exposed by the ResourceUsage class |
Default value is PLANNING_AND_CONTROL | |
accessMethodPort | Can be set only if both accessMethod and accessMethodNodeAddress are set |
Valid range is from 0 to 32760 | |
Default value is 0 | |
If accessMethod is set to r3batch, to handle SAP R/3 jobs, it is not necessary to set this field | |
accessMethodNodeAddress | Can be set only if accessMethod is set |
Must be a valid hostname or internet address | |
If accessMethod is set to r3batch, to handle SAP R/3 jobs, it is not necessary to set this field | |
isWait | Default value is false |
Workstation
,
ResourceUsage
,
WorkstationType
,
WorkstationReportingAttribute
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
WorkstationZOSAttributes()
Creates an empty WorkstationZOSAttributes object |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this WorkstationZOSAttributes object are equal to those of the given one. |
java.lang.String |
getAccessMethodNodeAddress()
Returns the access method node address. |
int |
getAccessMethodPort()
Returns the access method port number. |
int |
getDefaultJobDuration()
Returns the average duration for jobs on the workstation. |
int |
getDefaultTransportTime()
Returns the time required to transport material to a workstation from a preceding workstation. |
java.lang.String |
getDestination()
Returns the destination where computer and WTO jobs will be routed for initiation. |
ResourceUsage |
getParallelServersUsage()
Returns the ordinal value used to explain if parallel servers are used for planning and controlling work. |
java.lang.String |
getPrintoutRouting()
Returns the daily planning ddname where the reports for this workstation are written. |
java.lang.String |
getServer1Name()
Returns the server1Name attribute. |
ResourceUsage |
getServer1Usage()
Returns the server1Usage attribute. |
java.lang.String |
getServer2Name()
Returns the server2Name attribute. |
ResourceUsage |
getServer2Usage()
Returns the server2Usage attribute. |
java.util.List |
getSupportedTaskTypes()
Returns the list of task types that are supported by this workstation. |
java.lang.String |
getSuReDatasetName()
Returns the suReDatasetName attribute. |
int |
hashCode()
Returns a hash code for this WorkstationZOSAttributes object. |
boolean |
isJobSetupAllowed()
Returns true if a "General" workstation can be used to prepare JCL using the job setup facilities. |
boolean |
isSplittable()
Returns true if a job can be interrupted on this workstation. |
boolean |
isStartedTaskSupported()
Returns true if jobs should be treated as started tasks at a "Computer" workstation. |
boolean |
isWait()
Returns true if the option wait on this workstation is checked. |
boolean |
isWTOSupported()
Returns true if jobs should be treated as WTO messages at a "General" workstation. |
void |
setAccessMethodNodeAddress(java.lang.String value)
Sets the access method node address. |
void |
setAccessMethodPort(int value)
Sets the access method port number. |
void |
setDefaultJobDuration(int value)
Sets the average duration for jobs on the workstation. |
void |
setDefaultTransportTime(int value)
Sets the time required to transport material to a workstation from a preceding workstation. |
void |
setDestination(java.lang.String value)
Sets the destination where computer and WTO jobs will be routed for initiation. |
void |
setJobSetupAllowed(boolean value)
Sets the property used to decide if a "General" workstation can be used to prepare JCL using the job setup facilities. |
void |
setParallelServersUsage(ResourceUsage value)
Sets the ordinal value used to explain if parallel servers are used for planning and controlling work. |
void |
setPrintoutRouting(java.lang.String value)
Sets the daily planning ddname where the reports for this workstation are written. |
void |
setServer1Name(java.lang.String value)
Sets the server1Name attribute. |
void |
setServer1Usage(ResourceUsage value)
Sets the server1Usage attribute. |
void |
setServer2Name(java.lang.String value)
Sets the server2Name attribute. |
void |
setServer2Usage(ResourceUsage value)
Sets the server2Usage attribute. |
void |
setSplittable(boolean value)
Sets the property used to decide if a job can be interrupted on this workstation. |
void |
setStartedTaskSupported(boolean value)
Sets the property used to decide if jobs should be treated as started tasks at a "Computer" workstation. |
void |
setSuReDatasetName(java.lang.String value)
Sets the suReDatasetName attribute. |
void |
setWait(boolean value)
Sets the option wait on this workstation. |
void |
setWTOSupported(boolean value)
Sets the property used to decide if jobs should be treated as WTO messages at a general workstation. |
java.lang.String |
toString()
Returns a string representation of this WorkstationZOSAttributes 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 WorkstationZOSAttributes()
Method Detail |
public boolean isSplittable()
public boolean isJobSetupAllowed()
public boolean isStartedTaskSupported()
public boolean isWTOSupported()
public boolean isWait()
public int getDefaultTransportTime()
public int getDefaultJobDuration()
public java.lang.String getPrintoutRouting()
public java.lang.String getSuReDatasetName()
public java.lang.String getDestination()
public ResourceUsage getParallelServersUsage()
public java.lang.String getServer1Name()
public ResourceUsage getServer1Usage()
public java.lang.String getServer2Name()
public ResourceUsage getServer2Usage()
public int getAccessMethodPort()
public java.lang.String getAccessMethodNodeAddress()
public java.util.List getSupportedTaskTypes()
public void setSplittable(boolean value)
value
- True if a job can be interrupted on this workstation. Valid for "General" and "Printer" workstations only.public void setJobSetupAllowed(boolean value)
value
- True if a "General" workstation can be used to prepare JCL using the job setup facilities.public void setStartedTaskSupported(boolean value)
value
- True if jobs should be treated as started tasks at a "Computer" workstation.public void setWTOSupported(boolean value)
value
- True if jobs should be treated as WTO messages at a general workstation.public void setWait(boolean value)
value
- The option wait on this workstation.public void setDefaultTransportTime(int value)
value
- The time required to transport material to a workstation from a preceding workstation.
Valid values are 0-99 hours and 0-59 minutes.public void setDefaultJobDuration(int value)
value
- The average duration for jobs on the workstation.public void setPrintoutRouting(java.lang.String value)
value
- The daily planning ddname where the reports for this workstation are written.public void setSuReDatasetName(java.lang.String value)
value
- The suReDatasetName attribute.public void setDestination(java.lang.String value)
value
- The destination where computer and WTO jobs will be routed for initiation.public void setParallelServersUsage(ResourceUsage value)
value
- The ordinal value used to explain if parallel servers are used for planning and controlling work.public void setServer1Name(java.lang.String value)
value
- The server1Name attribute.public void setServer1Usage(ResourceUsage value)
value
- The server1Usage attribute.public void setServer2Name(java.lang.String value)
value
- The server2Name attribute.public void setServer2Usage(ResourceUsage value)
value
- The server2Usage attribute.public void setAccessMethodPort(int value)
value
- The access method port number.public void setAccessMethodNodeAddress(java.lang.String value)
value
- The access method node address.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |