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