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