ConfigurationMBean
, DeploymentMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface HTTPProxyMBean extends DeploymentMBean
DEFAULT_EMPTY_BYTE_ARRAY
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER
Modifier and Type | Method | Description |
---|---|---|
int |
getHealthCheckInterval() |
The health check interval in milliseconds between pings.
|
int |
getInitialConnections() |
The number of initial connections that should be opened to
each server in the back end servers.
|
int |
getMaxConnections() |
The maximum number of connections that each server can open
to the back end servers.
|
int |
getMaxHealthCheckInterval() |
The maximum interval between health checks.
|
int |
getMaxRetries() |
The max retries after which the server will be marked dead.
|
java.lang.String |
getServerList() |
The list of servers in the back end that the HCS should proxy
to.
|
void |
setHealthCheckInterval(int intervalInMilliSeconds) |
Sets the value of the HealthCheckInterval attribute.
|
void |
setInitialConnections(int initConnections) |
Sets the value of the InitialConnections attribute.
|
void |
setMaxConnections(int maxConnections) |
Sets the value of the MaxConnections attribute.
|
void |
setMaxHealthCheckInterval(int intervalInMillis) |
Sets value of the MaxHealthCheckInterval attribute.
|
void |
setMaxRetries(int maxRetries) |
Sets the value of the MaxRetries attribute.
|
void |
setServerList(java.lang.String serverList) |
Sets the value of the ServerList attribute.
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
int getInitialConnections()
The number of initial connections that should be opened to each server in the back end servers.
void setInitialConnections(int initConnections)
Sets the value of the InitialConnections attribute.
initConnections
- getInitialConnections()
int getMaxConnections()
The maximum number of connections that each server can open to the back end servers.
void setMaxConnections(int maxConnections)
Sets the value of the MaxConnections attribute.
maxConnections
- getMaxConnections()
java.lang.String getServerList()
The list of servers in the back end that the HCS should proxy to.
void setServerList(java.lang.String serverList)
Sets the value of the ServerList attribute.
getServerList()
int getHealthCheckInterval()
The health check interval in milliseconds between pings.
void setHealthCheckInterval(int intervalInMilliSeconds)
Sets the value of the HealthCheckInterval attribute.
intervalInMilliSeconds
- getHealthCheckInterval()
int getMaxRetries()
The max retries after which the server will be marked dead.
void setMaxRetries(int maxRetries)
Sets the value of the MaxRetries attribute.
getMaxRetries()
int getMaxHealthCheckInterval()
The maximum interval between health checks.
void setMaxHealthCheckInterval(int intervalInMillis)
Sets value of the MaxHealthCheckInterval attribute.
intervalInMillis
- getMaxHealthCheckInterval()