|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.resin.BootServerConfig
public class BootServerConfig
The BootServerConfig is the first-pass configuration of the server. It matches the <server> tag in the resin.xml
| Constructor Summary | |
|---|---|
BootServerConfig(BootPodConfig pod)
Creates a new resin server. |
|
| Method Summary | |
|---|---|
void |
addBuilderProgram(ConfigProgram program)
|
java.lang.String |
getAddress()
|
java.lang.String |
getId()
Returns the cluster's id |
BootPodConfig |
getPod()
|
int |
getPort()
|
java.lang.String |
getSchema()
Returns the relax schema. |
ConfigProgram |
getServerProgram()
|
boolean |
isExternalAddress()
|
boolean |
isRequireExplicitId()
|
boolean |
isSecure()
|
void |
setAddress(java.lang.String address)
|
void |
setExternalAddress(boolean isExternal)
|
void |
setId(java.lang.String id)
Sets the cluster's id |
void |
setPort(int port)
|
void |
setRequireExplicitId(boolean isRequire)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BootServerConfig(BootPodConfig pod)
| Method Detail |
|---|
public BootPodConfig getPod()
public java.lang.String getSchema()
getSchema in interface SchemaBeanpublic java.lang.String getId()
@Configurable public void setId(java.lang.String id)
public java.lang.String getAddress()
@Configurable public void setAddress(java.lang.String address)
public int getPort()
@Configurable public void setPort(int port)
public boolean isSecure()
@Configurable public void setRequireExplicitId(boolean isRequire)
@Configurable public boolean isRequireExplicitId()
@Configurable public void setExternalAddress(boolean isExternal)
@Configurable public boolean isExternalAddress()
public void addBuilderProgram(ConfigProgram program)
public ConfigProgram getServerProgram()
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 | |||||||||