|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.wsas.serverinfo.GeronimoServerInfo
public class GeronimoServerInfo
Field Summary | |
---|---|
static java.lang.String |
GERONIMO_CONFIG_NAMESPACE
|
Constructor Summary | |
---|---|
GeronimoServerInfo()
|
Method Summary | |
---|---|
int |
getHttpPort()
Return the http port of the container through which the WSO2 WSAS services are accessible. |
int |
getHttpsPort()
Return the https port of the container through which WSO2 WSAS services are accessible. |
void |
process()
Process the server configuration to populate the properties that are relevant to WSO2 WSAS |
void |
setProperties(java.util.Properties props)
Load and set the properties from the container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String GERONIMO_CONFIG_NAMESPACE
Constructor Detail |
---|
public GeronimoServerInfo()
Method Detail |
---|
public int getHttpPort()
ServerInfo
getHttpPort
in interface ServerInfo
public int getHttpsPort()
ServerInfo
getHttpsPort
in interface ServerInfo
public void setProperties(java.util.Properties props)
ServerInfo
process()
method can process those properties and compute
the WSO2 WSAS configurations.
setProperties
in interface ServerInfo
ServerInfo.process()
public void process()
ServerInfo
process
in interface ServerInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |