| Package | Description |
|---|---|
| weblogic.management.runtime |
Contains classes and interfaces for monitoring a WebLogic
Server domain.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
JaxRsResourceRuntimeMBean |
The runtime MBean of a JAX-RS resource.
|
| Modifier and Type | Method | Description |
|---|---|---|
JaxRsUriRuntimeMBean[] |
JaxRsApplicationRuntimeMBean.getRootResourcesByUri() |
Get the statistics for each URI that is exposed in the application.
|
JaxRsUriRuntimeMBean |
JaxRsApplicationRuntimeMBean.lookupRootResourcesByUri(java.lang.String uri) |
Provides the root resource MBean identified by the uri path of the resource.
|