Public Member Functions

alma.TMCDB.maci.DeployInfo Class Reference

List of all members.

Public Member Functions

String toString ()
synchronized String getFlags ()
synchronized void setFlags (String flags)
String getHost ()
Integer getKeepAliveTime ()
void setKeepAliveTime (Integer keepAliveTime)
String getType ()
void setType (String type)
String getTypeModifiers ()
void setTypeModifiers (String typeModifiers)
Boolean isStartOnDemand ()
void setStartOnDemand (Boolean startOnDemand)

Member Function Documentation

synchronized String alma.TMCDB.maci.DeployInfo.getFlags (  ) 
Returns:
the flags, fetching them from the DB on demand using a custom query and conversion to flat string.
String alma.TMCDB.maci.DeployInfo.getHost (  ) 
Returns:
the host

References alma.TMCDB.maci.Computer.getHostName().

Integer alma.TMCDB.maci.DeployInfo.getKeepAliveTime (  ) 
Parameters:
host the host to set

public void setHost(String host) { if (Computer != null) Computer.setHostName(host); }

Returns:
the keepAliveTime
String alma.TMCDB.maci.DeployInfo.getType (  ) 
Returns:
the type
String alma.TMCDB.maci.DeployInfo.getTypeModifiers (  ) 
Returns:
the typeModifiers
Boolean alma.TMCDB.maci.DeployInfo.isStartOnDemand (  ) 
Returns:
the startOnDemand
synchronized void alma.TMCDB.maci.DeployInfo.setFlags ( String  flags  ) 
Parameters:
flags the flags to set
void alma.TMCDB.maci.DeployInfo.setKeepAliveTime ( Integer  keepAliveTime  ) 
Parameters:
keepAliveTime the keepAliveTime to set
void alma.TMCDB.maci.DeployInfo.setStartOnDemand ( Boolean  startOnDemand  ) 
Parameters:
startOnDemand the startOnDemand to set
void alma.TMCDB.maci.DeployInfo.setType ( String  type  ) 
Parameters:
type the type to set
void alma.TMCDB.maci.DeployInfo.setTypeModifiers ( String  typeModifiers  ) 
Parameters:
typeModifiers the typeModifiers to set
String alma.TMCDB.maci.DeployInfo.toString (  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties