|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TWSAgent
A TWSAgent represents a scheduling object that runs jobs. Primarily it refers to a physical workstation. However, it could be a logical definition that must be hosted by a physical workstation.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getAccessMethod()
The name of the method file to be specified for the TWS workstation defined as Extended Agent (that is a logical definition of a workstation). |
java.lang.String |
getAgentName()
This is the name identifying unequivocally the TWS workstation in the TWS network. |
int |
getAgentPort()
The TCP port of the TWS workstation. |
int |
getAgentType()
|
java.lang.String |
getDomainName()
The name of the TWS domain workstation. |
java.lang.String |
getHostAgentName()
The name of the TWS workstation representing the physical workstation hosting the TWS workstation defined as Extended Agent (that is a logical definition of a workstation). |
java.lang.String |
getMasterName()
This is the name of the TWS master workstation identifying unequivocally the TWS network. |
java.lang.String |
getTWS_ID()
The unequiivocal identifier of the TWS workstation in the TWS network. |
boolean |
hasAccessMethod()
|
boolean |
hasAgentName()
|
boolean |
hasAgentPort()
|
boolean |
hasAgentType()
|
boolean |
hasDomainName()
|
boolean |
hasHostAgentName()
|
boolean |
hasMasterName()
|
boolean |
hasTWS_ID()
|
void |
setAccessMethod(java.lang.String x)
|
void |
setAgentName(java.lang.String x)
|
void |
setAgentPort(int x)
|
void |
setAgentType(int x)
|
void |
setDomainName(java.lang.String x)
|
void |
setHostAgentName(java.lang.String x)
|
void |
setMasterName(java.lang.String x)
|
void |
setTWS_ID(java.lang.String x)
|
Methods inherited from interface com.collation.platform.model.topology.process.Agent |
---|
getFilesystem, getMSS, getOperatingsystem, hasFilesystem, hasMSS, hasOperatingsystem, setFilesystem, setMSS, setOperatingsystem |
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
int getAgentType() throws AttributeNotSetException
AttributeNotSetException
void setAgentType(int x)
boolean hasAgentType()
java.lang.String getMasterName() throws AttributeNotSetException
AttributeNotSetException
void setMasterName(java.lang.String x)
boolean hasMasterName()
int getAgentPort() throws AttributeNotSetException
AttributeNotSetException
void setAgentPort(int x)
boolean hasAgentPort()
java.lang.String getDomainName() throws AttributeNotSetException
AttributeNotSetException
void setDomainName(java.lang.String x)
boolean hasDomainName()
java.lang.String getTWS_ID() throws AttributeNotSetException
AttributeNotSetException
void setTWS_ID(java.lang.String x)
boolean hasTWS_ID()
java.lang.String getHostAgentName() throws AttributeNotSetException
AttributeNotSetException
void setHostAgentName(java.lang.String x)
boolean hasHostAgentName()
java.lang.String getAgentName() throws AttributeNotSetException
AttributeNotSetException
void setAgentName(java.lang.String x)
boolean hasAgentName()
java.lang.String getAccessMethod() throws AttributeNotSetException
AttributeNotSetException
void setAccessMethod(java.lang.String x)
boolean hasAccessMethod()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |