public interface DeploymentValidationPluginMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
ParameterMBean | 
createParameter(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. 
 | 
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(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, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerString 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(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(String name)
Creates a parameter used to configure the plug-in factory used for validation.
name - The name of the parameter