|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.resin.BootClusterProxy
public class BootClusterProxy
The BootClusterConfig is the first-pass configuration of the cluster. It matches the <cluster> tag in the resin.xml
Constructor Summary | |
---|---|
BootClusterProxy()
|
Method Summary | |
---|---|
void |
addContentProgram(ConfigProgram program)
|
java.lang.String |
getId()
Returns the cluster's id |
java.lang.String |
getSchema()
Returns the relax schema. |
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 BootClusterProxy()
Method Detail |
---|
public java.lang.String getSchema()
getSchema
in interface SchemaBean
public java.lang.String getId()
@Configurable public void setId(java.lang.String id)
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 |