public final class PartitionTemplate
extends weblogic.management.provider.custom.ConfigurationMBeanCustomizer
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
descriptorBean |
Constructor and Description |
---|
PartitionTemplate(weblogic.management.provider.custom.ConfigurationMBeanCustomized base) |
Modifier and Type | Method and Description |
---|---|
private static void |
addConfigProvider(PartitionTemplateMBean template,
PartitionConfiguratorMBean config) |
PartitionConfiguratorMBean |
createPartitionConfigurator(java.lang.String name,
java.lang.String serviceName)
Factory method for creating Partition configurator.
|
private static PartitionConfiguratorMBean |
createPConfiguratorMBean(PartitionTemplateMBean template,
java.lang.Class beanIfaceClass) |
protected PartitionTemplateMBean |
getConfig() |
private static weblogic.management.pconfigurator.PartitionConfigurator |
getService(java.lang.String serviceName) |
java.lang.String[] |
listPartitionConfiguratorServiceNames() |
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 descriptorBean
public PartitionTemplate(weblogic.management.provider.custom.ConfigurationMBeanCustomized base)
protected PartitionTemplateMBean getConfig()
private static PartitionConfiguratorMBean createPConfiguratorMBean(PartitionTemplateMBean template, java.lang.Class beanIfaceClass) throws PartitionTemplateException
PartitionTemplateException
private static void addConfigProvider(PartitionTemplateMBean template, PartitionConfiguratorMBean config) throws PartitionTemplateException
PartitionTemplateException
private static weblogic.management.pconfigurator.PartitionConfigurator getService(java.lang.String serviceName)
public PartitionConfiguratorMBean createPartitionConfigurator(java.lang.String name, java.lang.String serviceName)
serviceName
.
Use listPartitionConfiguratorServiceNames()
to get all existing types.name
- of the partition configuratorserviceName
- defines configurator to be created -
Must be from listPartitionConfiguratorServiceNames()
results.
If null
and there is only one existing service then this one is used.public java.lang.String[] listPartitionConfiguratorServiceNames()