|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.resin.BootClusterConfig
public class BootClusterConfig
The BootClusterConfig is the first-pass configuration of the cluster. It matches the <cluster> tag in the resin.xml
| Constructor Summary | |
|---|---|
BootClusterConfig(BootResinConfig resinConfig)
Creates a new resin server. |
|
| Method Summary | |
|---|---|
void |
addContentProgram(ConfigProgram program)
|
BootServerConfig |
addDynamicServer(CloudServer cloudServer)
|
void |
addPod(BootPodConfig pod)
|
void |
addServer(BootServerConfig server)
|
void |
addServerDefault(ContainerProgram program)
Adds a |
void |
addServerMulti(BootServerMultiConfig multiServer)
|
void |
addStdoutLog(ConfigProgram config)
Managed by watchdog. |
BootPodConfig |
createPod()
|
BootServerConfig |
createServer()
|
java.lang.String |
getId()
Returns the cluster's id |
java.util.ArrayList<BootPodConfig> |
getPodList()
|
java.lang.String |
getSchema()
Returns the relax schema. |
ContainerProgram |
getServerDefault()
|
void |
init()
|
void |
setId(java.lang.String id)
Sets the cluster'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 BootClusterConfig(BootResinConfig resinConfig)
| Method Detail |
|---|
public java.lang.String getSchema()
getSchema in interface SchemaBeanpublic java.lang.String getId()
@Configurable public void setId(java.lang.String id)
@Configurable public void addServerDefault(ContainerProgram program)
public ContainerProgram getServerDefault()
@Configurable
public BootPodConfig createPod()
throws ConfigException
ConfigException@Configurable public void addPod(BootPodConfig pod)
@Configurable
public BootServerConfig createServer()
throws ConfigException
ConfigException@Configurable public void addServer(BootServerConfig server)
public void addServerMulti(BootServerMultiConfig multiServer)
public java.util.ArrayList<BootPodConfig> getPodList()
public void addStdoutLog(ConfigProgram config)
public void addContentProgram(ConfigProgram program)
@PostConstruct public void init()
public BootServerConfig addDynamicServer(CloudServer cloudServer)
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 | |||||||||