|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.resin.BootPodConfig
public class BootPodConfig
The BootClusterConfig is the first-pass configuration of the cluster. It matches the <cluster> tag in the resin.xml
Constructor Summary | |
---|---|
BootPodConfig(BootClusterConfig clusterConfig)
Creates a new resin server. |
Method Summary | |
---|---|
void |
addContentProgram(ConfigProgram program)
|
void |
addServer(BootServerConfig server)
|
void |
addServerDefault(ContainerProgram program)
Adds a |
BootServerConfig |
createServer()
|
BootClusterConfig |
getCluster()
|
java.lang.String |
getId()
Returns the pod's id |
ContainerProgram |
getServerDefault()
|
java.util.ArrayList<BootServerConfig> |
getServerList()
|
void |
init()
|
void |
setId(java.lang.String id)
Sets the pod's id |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BootPodConfig(BootClusterConfig clusterConfig)
Method Detail |
---|
public java.lang.String getId()
@Configurable public void setId(java.lang.String id)
public BootClusterConfig getCluster()
@Configurable public void addServerDefault(ContainerProgram program)
public ContainerProgram getServerDefault()
@Configurable public BootServerConfig createServer() throws ConfigException
ConfigException
@Configurable public void addServer(BootServerConfig server)
public java.util.ArrayList<BootServerConfig> getServerList()
public void addContentProgram(ConfigProgram program)
@PostConstruct public void init()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |