ScenarioServiceMBean Interface
- public interface ScenarioServiceMBean
extends ServiceConfigurationMBean
-
All Superinterfaces
-
ConfigurationMBean
, DynamicMBean
, MBeanRegistration
, NotificationBroadcaster
, ServiceConfigurationMBean
, WebLogicMBean
Methods from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean |
getMaxURILength() Method
public int getMaxURILength()
Get the maximum length of a deployable scenario URI.
getRulesRequestAttrNames() Method
public String
[] getRulesRequestAttrNames()
Get the list of Request attributes to put into the rules contexts.
getRulesSessionAttrNames() Method
public String
[] getRulesSessionAttrNames()
Get the list of Session attributes to put into the rules contexts.
setMaxURILength(int) Method
public void setMaxURILength(int max)
Set the maximum length of a deployable scenario URI.
setRulesRequestAttrNames(String[]) Method
public void setRulesRequestAttrNames(String
[] names)
Set the list of Request attributes to put into the rules contexts.
setRulesSessionAttrNames(String[]) Method
public void setRulesSessionAttrNames(String
[] names)
Set the list of Session attributes to put into the rules contexts.