Package COM.TIBCO.hawk.console.hawkeye
Class AgentVersion
java.lang.Object
COM.TIBCO.hawk.console.hawkeye.AgentVersion
This class represents the version of the Agent component with appropriate details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintint
-
Constructor Details
-
AgentVersion
public AgentVersion(int major, int minor, int update)
-
-
Method Details
-
getMajorVersion
public int getMajorVersion() -
getMinorVersion
public int getMinorVersion() -
getUpdateVersion
public int getUpdateVersion()
-