public class HostSingleDeployGenerator extends DeployGenerator<HostController>
Constructor and Description |
---|
HostSingleDeployGenerator(DeployContainer<HostController> container)
Creates the new host deploy.
|
HostSingleDeployGenerator(DeployContainer<HostController> container,
HostContainer hostContainer,
HostConfig config)
Creates the new host deploy.
|
Modifier and Type | Method and Description |
---|---|
protected void |
fillDeployedNames(java.util.Set<java.lang.String> names)
Returns the deployed keys.
|
void |
generateController(java.lang.String name,
java.util.ArrayList<HostController> list)
Returns the current array of application entries.
|
java.lang.Throwable |
getConfigException()
Merges the controllers.
|
HostContainer |
getContainer()
Gets the host container.
|
protected java.util.logging.Logger |
getLog()
Returns the log.
|
java.lang.ClassLoader |
getParentClassLoader()
Gets the parent loader.
|
void |
initImpl()
Initializes the entry.
|
java.lang.String |
toString() |
destroy, destroyImpl, environmentBind, environmentConfigure, environmentStart, environmentStop, getDeployContainer, getRedeployMode, getStartupMode, getState, init, isActive, isDestroyed, isModified, logModified, mergeController, setRedeployMode, setStartupMode, start, startImpl, stop, stopImpl, update, updateIfModified
public HostSingleDeployGenerator(DeployContainer<HostController> container)
public HostSingleDeployGenerator(DeployContainer<HostController> container, HostContainer hostContainer, HostConfig config)
public HostContainer getContainer()
public java.lang.ClassLoader getParentClassLoader()
getParentClassLoader
in class DeployGenerator<HostController>
protected java.util.logging.Logger getLog()
getLog
in class DeployGenerator<HostController>
public void initImpl()
initImpl
in class DeployGenerator<HostController>
protected void fillDeployedNames(java.util.Set<java.lang.String> names)
fillDeployedNames
in class DeployGenerator<HostController>
public void generateController(java.lang.String name, java.util.ArrayList<HostController> list)
generateController
in class DeployGenerator<HostController>
public java.lang.Throwable getConfigException()
getConfigException
in class DeployGenerator<HostController>
public java.lang.String toString()
toString
in class DeployGenerator<HostController>