|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Service interface for the JRun Proxy Service
| Fields inherited from interface jrunx.kernel.Service |
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED |
| Method Summary | |
boolean |
getCacheRealPath()
If true, the results from getRealPath() will be cached. |
java.lang.String |
getLoadBalancingAlgorithm()
Gets the loadbalancing algorithm |
int |
getMapCheck()
Gets the time how often web server connector should refrehs mappings |
int |
getServerWeight()
Gets the 'server weight' used in Weighted RoundRobin and Weighted Random RR |
boolean |
getSSL()
Returns whether or not SSL is enabled between the web server and the ProxyService |
java.lang.String |
getStickySessions()
Gets whether or not connector load balancing will honour session stickyness |
void |
setCacheRealPath(boolean cache)
If true, the results from getRealPath() will be cached. |
void |
setKeyStore(java.lang.String keyStore)
Sets the keystore file name |
void |
setKeyStorePassword(java.lang.String keyStorePassword)
Sets the keystore password |
void |
setLoadBalancingAlgorithm(java.lang.String algorithm)
Sets the loadbalancing algorithm to use |
void |
setMapCheck(int time)
Sets the time how ofter the web server connector will try to refresh mappings, in seconds, 0 if only do at startup |
void |
setServerWeight(int weight)
Sets the 'server weight' used in Weighted RoundRobin and Weighted Random RR |
void |
setStickySessions(java.lang.String sticky)
Sets whether or not connector load balancing will honour session stickyness |
void |
setTrustStore(java.lang.String trustStore)
Sets the truststore file name |
| Methods inherited from interface jrun.servlet.network.NetworkServiceMBean |
getAvailablePort, getBacklog, getBindAddress, getInterface, getPort, getSocketFactoryName, getTimeout, setBacklog, setBindAddress, setInterface, setPort, setSocketFactoryName, setTimeout |
| Methods inherited from interface jrunx.scheduler.ThreadPoolServiceMBean |
getActiveHandlerThreads, getMaxHandlerThreads, getMinHandlerThreads, getThreadWaitTimeout, setActiveHandlerThreads, setMaxHandlerThreads, setMinHandlerThreads, setThreadWaitTimeout |
| Methods inherited from interface jrunx.kernel.ServiceMBean |
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind |
| Methods inherited from interface jrunx.kernel.Service |
destroy, getStatus, init, start, stop, updateStatus |
| Method Detail |
public void setLoadBalancingAlgorithm(java.lang.String algorithm)
algorithm - public java.lang.String getLoadBalancingAlgorithm()
public void setServerWeight(int weight)
weight - public int getServerWeight()
public void setMapCheck(int time)
time - public int getMapCheck()
public void setStickySessions(java.lang.String sticky)
sticky, - 'true' / 'false'public java.lang.String getStickySessions()
public void setKeyStore(java.lang.String keyStore)
keystore - filespecpublic void setKeyStorePassword(java.lang.String keyStorePassword)
keystore - passwordpublic void setTrustStore(java.lang.String trustStore)
truststore - filespecpublic boolean getSSL()
public void setCacheRealPath(boolean cache)
cache - Whether getRealPath() should be cached.public boolean getCacheRealPath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||