| Package | Description | 
|---|---|
| weblogic.management.configuration | 
 Contains classes and interfaces for configuring a WebLogic 
Server domain. 
 | 
| weblogic.management.runtime | 
 Contains classes and interfaces for monitoring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PartitionMBean | 
DomainMBean.createPartition(String name)
Creates a partition with the specified name. 
 | 
PartitionMBean | 
DomainMBean.findPartitionByID(String id)
Looks up a partition by the partition ID. 
 | 
PartitionMBean[] | 
DomainMBean.getPartitions()
 The partitions that have been configured to be part of this domain. 
 | 
PartitionMBean | 
DomainMBean.lookupPartition(String name)
Looks up a partition by name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DomainMBean.destroyPartition(PartitionMBean partition)
Destroys the specified partition. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PartitionLifeCycleTaskRuntimeMBean | 
DomainRuntimeMBean.forceShutdownPartitionWait(PartitionMBean partitionMBean,
                          int timeout)  | 
PartitionLifeCycleTaskRuntimeMBean | 
DomainRuntimeMBean.startPartitionWait(PartitionMBean partitionMBean,
                  String initialState,
                  int timeOut)
 Starts the Partition with initialState and within timeOut msec. 
 |