ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanpublic 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, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentjava.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