|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
This object contains the specific attributes associated to each availability interval for a Workstation in plan object. Currently it is only used for z/OS workstations, but in the future its usage can be extended also to the TWS distributed workstations.
The following syntax validation constraints must be met on WorkstationInPlanAvailabilitySettings objects in ZOS environment:
alternateWorkstation | Alternate workstation must be an existing Workstation in database. |
Workstation type must be WorkstationType.COMPUTER | |
Alternate workstation must be different from the current workstation. | |
Alternate can be specified only if original workstation has type WorkstationType.COMPUTER. | |
zosNumberOfParallelServer | Default is 0. Valid range is 0-99. |
zosR1Capacity | Default is 0. Valid range is 0-99. |
zosR2Capacity | Default is 0. Valid range is 0-99. |
description | Not used. |
WorkstationType
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
WorkstationInPlanAvailabilitySettings()
Creates an empty WorkstationInPlanAvailabilitySettings object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this WorkstationInPlanAvailabilitySettings object are equal to those of the given one. |
WorkstationInPlanKey |
getAlternateWorkstation()
Returns the alternate Workstation associated to the workstation for the specific interval. |
java.lang.String |
getDescription()
Returns the description attribute. |
int |
getZosNumberOfParallelServers()
Returns the zosNumberOfParallelServers attribute. |
int |
getZosR1Capacity()
Returns the capacity of the zosR1 fixed resource associated to the workstation for the specific interval. |
int |
getZosR2Capacity()
Returns the capacity of the zosR2 fixed resource associated to the workstation for the specific interval. |
int |
hashCode()
Returns a hash code for this WorkstationInPlanAvailabilitySettings object. |
void |
setAlternateWorkstation(WorkstationInPlanKey alternateWorkstation)
Sets the alternate Workstation to be associated to this workstation for the specific interval. |
void |
setDescription(java.lang.String value)
Sets the description attribute. |
void |
setZosNumberOfParallelServers(int value)
Sets the zosNumberOfParallelServers attribute. |
void |
setZosR1Capacity(int value)
Sets the capacity of the zosR1 fixed resource to be associated to the workstation for the specific interval. |
void |
setZosR2Capacity(int value)
Sets the capacity of the zosR2 fixed resource to be associated to the workstation for the specific interval. |
java.lang.String |
toString()
Returns a string representation of this WorkstationInPlanAvailabilitySettings 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 WorkstationInPlanAvailabilitySettings()
Method Detail |
public java.lang.String getDescription()
public int getZosNumberOfParallelServers()
public int getZosR1Capacity()
public int getZosR2Capacity()
public WorkstationInPlanKey getAlternateWorkstation()
public void setDescription(java.lang.String value)
value
- The description attribute.public void setZosNumberOfParallelServers(int value)
value
- The number of zosParallelServers to be associated to the workstation for the specific Interval.public void setZosR1Capacity(int value)
value
- The capacity of the zosR1 fixed resourcepublic void setZosR2Capacity(int value)
value
- The capacity of the zosR2 fixed resourcepublic void setAlternateWorkstation(WorkstationInPlanKey alternateWorkstation)
alternateWorkstation
- The key of an alternate Workstationpublic 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 |