|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.host.HostGenerator
public abstract class HostGenerator
Returns a list of the current host entries
Constructor Summary | |
---|---|
HostGenerator()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.caucho.vfs.Dependency |
---|
logModified |
Constructor Detail |
---|
public HostGenerator()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |