| Package | Description | 
|---|---|
| weblogic.management.runtime | 
| Modifier and Type | Method and Description | 
|---|---|
QueryCacheRuntimeMBean | 
EntityEJBRuntimeMBean.getQueryCacheRuntime()
Provides runtime information about the query cache for read-only EJBs. 
 | 
QueryCacheRuntimeMBean[] | 
ApplicationRuntimeMBean.getQueryCacheRuntimes()
Returns a list of QueryCacheRuntimeMBeans configured for 
 this application. 
 | 
QueryCacheRuntimeMBean | 
ApplicationRuntimeMBean.lookupQueryCacheRuntime(String cacheName)
Returns a QueryCacheRuntimeMBean for the app-scoped query-cache
 with name 'cacheName'. 
 |