public class WLDFSystemResource extends ConfigurationExtension
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_DescriptorFileName |
private static java.lang.String |
DEFAULT_CONFIG |
Constructor and Description |
---|
WLDFSystemResource(weblogic.management.provider.custom.ConfigurationMBeanCustomized customized) |
Modifier and Type | Method and Description |
---|---|
void |
_postCreate() |
void |
_preDestroy() |
java.lang.String |
getDescriptorFileName() |
DescriptorBean |
getResource() |
WLDFResourceBean |
getWLDFResource() |
private boolean |
isParentAvailable() |
protected Descriptor |
loadDescriptor(DescriptorManager dm,
java.io.InputStream in,
java.util.List errorHolder)
Load the descriptor with the help of the WLDF version munger.
|
void |
setDescriptorFileName(java.lang.String descriptorFileName) |
getBooleanProperty, getExtensionRoot, getFileNamePrefix
clone, freezeCurrentValue, getMbean, getTaggedMBeanMap, getTags, getValue, isAdmin, isConfig, isDynamicallyCreated, isEdit, isRuntime, putValue, putValueNotify, restoreDefaultValue, sendNotification, setTags, touch
getName, getObjectName, getParent, isRegistered, setName, setParent
private static final java.lang.String DEFAULT_CONFIG
private java.lang.String _DescriptorFileName
public WLDFSystemResource(weblogic.management.provider.custom.ConfigurationMBeanCustomized customized)
public java.lang.String getDescriptorFileName()
public void setDescriptorFileName(java.lang.String descriptorFileName)
private boolean isParentAvailable()
public DescriptorBean getResource()
public WLDFResourceBean getWLDFResource()
protected Descriptor loadDescriptor(DescriptorManager dm, java.io.InputStream in, java.util.List errorHolder) throws java.lang.Exception
loadDescriptor
in class ConfigurationExtension
java.io.IOException
javax.xml.stream.XMLStreamException
java.lang.Exception
public void _postCreate()
public void _preDestroy()