|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.model.FlowTargetHeader
com.ibm.tws.objects.model.WorkstationHeader
This subclass of FlowTargetHeader hosts the attributes to be shown by TWS external interfaces when listing workstations in addition to those already hosted by the FlowTargetHeader class.
Workstation
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
WorkstationHeader()
Creates an empty WorkstationHeader. |
|
WorkstationHeader(FlowTargetKey workstationKey)
Creates a WorkstationHeader with the specified key. |
|
WorkstationHeader(Identifier workstationId)
Creates a WorkstationHeader with the specified identifier. |
|
WorkstationHeader(Identifier workstationId,
FlowTargetKey workstationKey)
Creates a WorkstationHeader with the specified identifier and key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this WorkstationHeader object are equal to those of the given one. |
DomainKey |
getDomainKey()
Returns the key of the domain to which the workstation is associated. |
java.lang.String |
getNodeName()
Returns the workstation node name. |
OperatingSystem |
getOs()
Returns the workstation operating system. |
WorkstationReportingAttribute |
getReportingAttribute()
Returns the workstation reporting attribute. |
SecurityLevel |
getSecurityLevel()
Returns the workstation security level. |
int |
getSslPort()
Returns the workstation SSL port. |
int |
getTcpPort()
Returns the workstation TCP port. |
java.lang.String |
getTimeZone()
Returns the workstation timezone. |
WorkstationType |
getType()
Returns the workstation type. |
int |
hashCode()
Returns a hash code for this WorkstationHeader object. |
boolean |
isAutomation()
Returns true if the workstation is a system automation type. |
boolean |
isBehindFirewall()
Returns true if the workstation is behind a firewall. |
void |
setAutomation(boolean value)
Sets the property used to decide if the workstation is a system automation type. |
void |
setBehindFirewall(boolean value)
Sets the property used to decide if the workstation is behind a firewall. |
void |
setDomainKey(DomainKey key)
Sets the key of the domain to which the workstation is associated. |
void |
setNodeName(java.lang.String value)
Sets the workstation node name. |
void |
setOs(OperatingSystem value)
Sets the workstation operating system. |
void |
setReportingAttribute(WorkstationReportingAttribute value)
Sets the workstation reporting attribute. |
void |
setSecurityLevel(SecurityLevel value)
Sets the workstation security level. |
void |
setSslPort(int value)
Sets the workstation SSL port. |
void |
setTcpPort(int value)
Sets the workstation TCP port. |
void |
setTimeZone(java.lang.String value)
Sets the workstation timezone. |
void |
setType(WorkstationType value)
Sets the workstation type. |
java.lang.String |
toString()
Returns a string representation of this WorkstationHeader object. |
Methods inherited from class com.ibm.tws.objects.model.FlowTargetHeader |
---|
getDescription, getId, getIncludeInPlan, getKey, getLockData, getModifyData, getName, getObjectKey, setDescription, setId, setIncludeInPlan, setKey, setLockData, setModifyData, setName |
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 WorkstationHeader()
public WorkstationHeader(Identifier workstationId)
workstationId
- The workstation identifier.public WorkstationHeader(FlowTargetKey workstationKey)
workstationKey
- The workstation key.public WorkstationHeader(Identifier workstationId, FlowTargetKey workstationKey)
workstationId
- The workstation identifier.workstationKey
- The workstation key.Method Detail |
public WorkstationType getType()
public OperatingSystem getOs()
public java.lang.String getTimeZone()
public java.lang.String getNodeName()
public SecurityLevel getSecurityLevel()
public boolean isBehindFirewall()
public int getSslPort()
public int getTcpPort()
public DomainKey getDomainKey()
public WorkstationReportingAttribute getReportingAttribute()
public boolean isAutomation()
public void setType(WorkstationType value)
value
- The workstation type.public void setOs(OperatingSystem value)
value
- The workstation operating system.public void setTimeZone(java.lang.String value)
value
- The workstation timezone.public void setNodeName(java.lang.String value)
value
- The workstation node name.public void setSecurityLevel(SecurityLevel value)
value
- The workstation security level.public void setBehindFirewall(boolean value)
value
- True if the workstation is behind a firewall.public void setSslPort(int value)
value
- The workstation SSL port.public void setTcpPort(int value)
value
- The workstation TCP port.public void setDomainKey(DomainKey key)
key
- The key of the domain to which the workstation is associated.public void setReportingAttribute(WorkstationReportingAttribute value)
value
- The workstation reporting attribute.public void setAutomation(boolean value)
value
- True if the workstation is a system automation type.public boolean equals(java.lang.Object object)
equals
in class FlowTargetHeader
object
- The object to be compared with this one.
public int hashCode()
hashCode
in class FlowTargetHeader
public java.lang.String toString()
toString
in class FlowTargetHeader
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |