ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface WeblogicPluginRoutingMBean extends ConfigurationMBean
This bean represents the configuration attributes for WebLogic Plugin Routing.
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getExcludeClusterMembers() |
A comma-separated list of serer names that should be excluded from routing
by a WebLogic Proxy Plugin.
|
void |
setExcludeClusterMembers(java.lang.String clusterMembers) |
Sets the list of servers to be excluded from dynamic server list.
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
void setExcludeClusterMembers(java.lang.String clusterMembers)
Sets the list of servers to be excluded from dynamic server list.
clusterMembers
- - A comma-separated list of serer namesjava.lang.String getExcludeClusterMembers()
A comma-separated list of serer names that should be excluded from routing by a WebLogic Proxy Plugin.