public abstract class HostGenerator extends java.lang.Object implements Dependency
Constructor and Description |
---|
HostGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Closes the generator
|
HostContainer |
getContainer()
Returns the owning container.
|
abstract java.util.ArrayList<HostController> |
getHosts()
Returns the current array of host entries.
|
boolean |
isModified()
Returns true if the list of applications has changed.
|
void |
setContainer(HostContainer container)
Sets the owning container.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logModified
public HostContainer getContainer()
public void setContainer(HostContainer container)
public abstract java.util.ArrayList<HostController> getHosts() throws java.lang.Exception
java.lang.Exception
public boolean isModified()
isModified
in interface Dependency
public void destroy()