ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, InterceptorMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanpublic interface ScriptInterceptorMBean extends InterceptorMBean
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String[] | getApplicableClusterNames() | |
| PostProcessorScriptMBean | getPostProcessor() | Returns the configuration for the post-processor script which will be invoked after
 executing the intercepted operation. | 
| PreProcessorScriptMBean | getPreProcessor() | Returns the configuration for the pre-processor script which will be invoked before
 executing the interceptor operation. | 
| void | setApplicableClusterNames(java.lang.String[] applicableClusterNames) | Set the array of names of clusters to which this interceptor will be applicable. | 
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentjava.lang.String[] getApplicableClusterNames()
void setApplicableClusterNames(java.lang.String[] applicableClusterNames)
applicableClusterNames - Array of names of applicable dynamic clustersPreProcessorScriptMBean getPreProcessor()
PostProcessorScriptMBean getPostProcessor()