| Package | Description |
|---|---|
| weblogic.management.configuration | |
| weblogic.management.runtime |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CoherenceClusterSystemResourceMBean
This bean defines a system-level Coherence cluster resource.
|
interface |
CustomResourceMBean
A CustomResource is an untyped SystemResource for which creator of the
bean defines the name of the class that will be used when the resource
is deployed on the managed server.
|
interface |
JDBCSystemResourceMBean
This bean defines a system-level JDBC resource.
|
interface |
JMSInteropModuleMBean
This bean defines a system-level JMS resource.
|
interface |
JMSSystemResourceMBean
This bean defines a system-level JMS resource.
|
interface |
WLDFSystemResourceMBean
This bean defines a system-level WebLogic Diagnostic Framework
(WLDF) resource.
|
| Modifier and Type | Method and Description |
|---|---|
SystemResourceMBean[] |
DomainMBean.getSystemResources()
Return the SystemResourceMBeans in this Domain.
|
SystemResourceMBean |
DomainMBean.lookupSystemResource(String name)
Lookup a particular SystemResource in this domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainRuntimeMBean.restartSystemResource(SystemResourceMBean resource)
Restarts a system resource on all nodes to which it is deployed.
|