Package | Description |
---|---|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
weblogic.management.mbeans.custom |
Provides interfaces for
weblogic.management.mbeans.custom . |
Modifier and Type | Method and Description |
---|---|
PartitionTemplateMBean |
DomainMBean.createPartitionTemplate(java.lang.String name)
Factory for creating Partition template.
|
PartitionTemplateMBean[] |
DomainMBean.getPartitionTemplates()
Returns the Partition templates that have been configured to be part
of this domain.
|
PartitionTemplateMBean |
DomainMBean.lookupPartitionTemplate(java.lang.String name)
Lookup a Partition template by name.
|
Modifier and Type | Method and Description |
---|---|
PartitionMBean |
DomainMBean.createPartitionFromTemplate(java.lang.String name,
PartitionTemplateMBean template)
Creates a partition from a partition template.
|
void |
DomainMBean.destroyPartitionTemplate(PartitionTemplateMBean template)
Deletes Partition template.
|
Modifier and Type | Method and Description |
---|---|
protected PartitionTemplateMBean |
PartitionTemplate.getConfig() |
Modifier and Type | Method and Description |
---|---|
private static void |
PartitionTemplate.addConfigProvider(PartitionTemplateMBean template,
PartitionConfiguratorMBean config) |
private void |
Domain.configurePartitionViaProviders(PartitionMBean partition,
PartitionTemplateMBean template) |
PartitionMBean |
Domain.createPartitionFromTemplate(java.lang.String name,
PartitionTemplateMBean template)
Creates a partition from a partition template using the given name and Partition Template.
|
private static PartitionConfiguratorMBean |
PartitionTemplate.createPConfiguratorMBean(PartitionTemplateMBean template,
java.lang.Class beanIfaceClass) |
private void |
Domain.initializePartitionFromTemplate(PartitionMBean partition,
PartitionTemplateMBean template) |