| Package | Description | 
|---|---|
| com.oracle.weblogic.lifecycle.core | |
| weblogic.jms | Factory used in implementing the optional JMS Server Session Pool
feature. | 
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| weblogic.management.mbeans.custom | Provides interfaces for  weblogic.management.mbeans.custom. | 
| weblogic.management.partition.admin | Provides interfaces for  weblogic.management.partition.admin. | 
| weblogic.management.provider.internal | Provides interfaces for  weblogic.management.provider.internal. | 
| weblogic.management.runtime | Contains classes and interfaces for monitoring a WebLogic 
Server domain. | 
| weblogic.server | Provides interfaces and exceptions for  weblogic.server. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| PartitionMBean | DomainMBean. createPartition(java.lang.String name) | Creates a partition with the specified name. | 
| PartitionMBean | DomainMBean. findPartitionByID(java.lang.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(java.lang.String name) | Looks up a partition by name. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | DomainMBean. destroyPartition(PartitionMBean partition) | Destroys the specified partition. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| PartitionLifeCycleTaskRuntimeMBean | DomainRuntimeMBean. forceShutdownPartitionWait(PartitionMBean partitionMBean,
                          int timeout) | |
| PartitionLifeCycleTaskRuntimeMBean | DomainRuntimeMBean. startPartitionWait(PartitionMBean partitionMBean,
                  java.lang.String initialState,
                  int timeOut) | 
 Starts the Partition with initialState and within timeOut msec. |