|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.resin.BootServerMultiConfig
public class BootServerMultiConfig
The BootServerConfig is the first-pass configuration of the server. It matches the <server-multi> tag in the resin.xml
Constructor Summary | |
---|---|
BootServerMultiConfig()
Creates a new resin server. |
Method Summary | |
---|---|
void |
addBuilderProgram(ConfigProgram program)
|
java.util.ArrayList<java.lang.String> |
getAddressList()
|
java.lang.String |
getIdPrefix()
Returns the server's id-prefix |
int |
getPort()
|
ConfigProgram |
getServerProgram()
|
void |
init()
|
boolean |
isAllowNonReservedIp()
|
boolean |
isSecure()
|
void |
setAddressList(java.lang.String addresses)
|
void |
setAllowNonReservedIp(boolean isAllow)
|
void |
setIdPrefix(java.lang.String id)
Sets the cluster's id |
void |
setPort(int port)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BootServerMultiConfig()
Method Detail |
---|
public java.lang.String getIdPrefix()
@Configurable public void setIdPrefix(java.lang.String id)
@Configurable public void setAddressList(java.lang.String addresses)
public java.util.ArrayList<java.lang.String> getAddressList()
public int getPort()
@Configurable public void setPort(int port)
public boolean isSecure()
public void setAllowNonReservedIp(boolean isAllow)
public boolean isAllowNonReservedIp()
public void addBuilderProgram(ConfigProgram program)
public ConfigProgram getServerProgram()
@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 |