| Package | Description | 
|---|---|
| weblogic.management.runtime | 
 Contains classes and interfaces for monitoring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
WseeClientConfigurationRuntimeMBean[] | 
EJBComponentRuntimeMBean.getWseeClientConfigurationRuntimes() | 
 Returns the list of Web Service client reference configuration runtime
 instances that are contained in this EJB within an Enterprise application. 
 | 
WseeClientConfigurationRuntimeMBean[] | 
WebAppComponentRuntimeMBean.getWseeClientConfigurationRuntimes() | 
 Returns the list of Web Service client reference configuration runtime
 instances that are contained in this web application within an enterprise application. 
 | 
WseeClientConfigurationRuntimeMBean | 
EJBComponentRuntimeMBean.lookupWseeClientConfigurationRuntime(java.lang.String name) | 
 Returns a named Web Service client reference configuration runtime instance
 that is contained in this EJB within an Enterprise application. 
 | 
WseeClientConfigurationRuntimeMBean | 
WebAppComponentRuntimeMBean.lookupWseeClientConfigurationRuntime(java.lang.String name) | 
 Returns a named Web Service client reference configuration runtime instance
 that is contained in this web application within an enterprise application. 
 |