Package | Description |
---|---|
weblogic.management.mbeanservers.domainruntime |
Provides interfaces for
weblogic.management.mbeanservers.domainruntime . |
weblogic.management.runtime |
Contains classes and interfaces for monitoring a WebLogic
Server domain.
|
Modifier and Type | Method | Description |
---|---|---|
PartitionRuntimeMBean |
DomainRuntimeServiceMBean.findPartitionRuntime(java.lang.String partitionName,
java.lang.String serverName) |
Returns the
PartitionRuntimeMBean for the specified
partition and server instance. |
PartitionRuntimeMBean[] |
DomainRuntimeServiceMBean.findPartitionRuntimes(java.lang.String partitionName) |
Returns all current
PartitionRuntimeMBean instances for
given partition on all targeted servers in the domain. |
Modifier and Type | Method | Description |
---|---|---|
PartitionRuntimeMBean[] |
ServerRuntimeMBean.getPartitionRuntimes() |
Returns the list of partition runtime beans
|