alma::TMCDB::maci::DeployInfo Class Reference

Collaboration diagram for alma::TMCDB::maci::DeployInfo:
Collaboration graph
[legend]

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)

Private Attributes

String Type
String TypeModifiers
String Flags
Set ContainerStartupOption
Integer KeepAliveTime
Boolean StartOnDemand
Computer Computer
String Host

Static Private Attributes

static final String newline = System.getProperty("line.separator")

Member Function Documentation

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

References alma::acs::tmcdb::logic::ContainerStartupOptionHelper::convertContainerStartupOptions().

String alma::TMCDB::maci::DeployInfo::getHost (  )  [inline]
Returns:
the host

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

Integer alma::TMCDB::maci::DeployInfo::getKeepAliveTime (  )  [inline]
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 (  )  [inline]
Returns:
the type
String alma::TMCDB::maci::DeployInfo::getTypeModifiers (  )  [inline]
Returns:
the typeModifiers
Boolean alma::TMCDB::maci::DeployInfo::isStartOnDemand (  )  [inline]
Returns:
the startOnDemand
synchronized void alma::TMCDB::maci::DeployInfo::setFlags ( String  flags  )  [inline]
Parameters:
flags the flags to set
void alma::TMCDB::maci::DeployInfo::setKeepAliveTime ( Integer  keepAliveTime  )  [inline]
Parameters:
keepAliveTime the keepAliveTime to set
void alma::TMCDB::maci::DeployInfo::setStartOnDemand ( Boolean  startOnDemand  )  [inline]
Parameters:
startOnDemand the startOnDemand to set
void alma::TMCDB::maci::DeployInfo::setType ( String  type  )  [inline]
Parameters:
type the type to set
void alma::TMCDB::maci::DeployInfo::setTypeModifiers ( String  typeModifiers  )  [inline]
Parameters:
typeModifiers the typeModifiers to set
String alma::TMCDB::maci::DeployInfo::toString (  )  [inline]

Member Data Documentation

All ContainerStartupOptions for this container are mapped by hibernate to this Set. They get converted to Flags inside getFlags().

The CDB "Flags" are not mapped to a single database attribute, but get constructed from ContainerStartupOption.

final String alma::TMCDB::maci::DeployInfo::newline = System.getProperty("line.separator") [static, private]

The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2