ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface DeploymentValidationPluginMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
ParameterMBean |
createParameter(java.lang.String name) |
Creates a parameter used to configure the plug-in factory used for validation.
|
void |
destroyParameter(ParameterMBean mBean) |
Removes a parameter used to configure the plug-in factory used for validation.
|
java.lang.String |
getFactoryClassname() |
Gets the classname of the plug-in factory used for validation.
|
ParameterMBean[] |
getParameters() |
Gets the parameters used to configure the plug-in factory used for validation.
|
void |
setFactoryClassname(java.lang.String factoryClassname) |
Sets the classname of the plug-in factory used for validation.
|
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
java.lang.String getFactoryClassname()
Gets the classname of the plug-in factory used for validation. This is a fully qualified name. The class must be in the Administration Server classpath.
void setFactoryClassname(java.lang.String factoryClassname)
Sets the classname of the plug-in factory used for validation.
factoryClassname
- The classname of the plug-in factoryParameterMBean[] getParameters()
Gets the parameters used to configure the plug-in factory used for validation.
void destroyParameter(ParameterMBean mBean)
Removes a parameter used to configure the plug-in factory used for validation.
mBean
- The parameter to removeParameterMBean createParameter(java.lang.String name)
Creates a parameter used to configure the plug-in factory used for validation.
name
- The name of the parameter