|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wrq.vhi.sconfig.Model
public final class Model
Container class for accessing information about a VHI model.
Constructor Summary | |
---|---|
Model(java.lang.String modelName,
java.lang.String hostName,
int hostPort,
java.lang.String version,
java.lang.String validationString)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getHostName()
Get the host name for this model. |
int |
getHostPort()
Get the host TCP port for this model. |
java.lang.String |
getModelName()
Get the name of this model. |
java.lang.String |
getValidationString()
Deprecated. |
java.lang.String |
getVersion()
Get the Version of this model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Model(java.lang.String modelName, java.lang.String hostName, int hostPort, java.lang.String version, java.lang.String validationString)
modelName
- Name of the VHI modelhostName
- Name of the host system.hostPort
- TCP port of the host system.version
- Model version represented as time/date.validationString
- String unique to a particular version of
the model.Method Detail |
---|
public java.lang.String getModelName()
public java.lang.String getHostName()
public int getHostPort()
public java.lang.String getVersion()
public java.lang.String getValidationString()
Get the validation string for this model.
This method is deprecated. The model validation string is intended for internal server use only.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |