Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.management.runtime
Interface WseeBaseRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean
All Known Subinterfaces:
WseeRuntimeMBean, WseeV2RuntimeMBean

public interface WseeBaseRuntimeMBean
extends RuntimeMBean

Base interface for WseeRuntimeMBean and WseeV2RuntimeMBean


Nested Class Summary
static class WseeBaseRuntimeMBean.Type
           
 
Method Summary
 String getImplementationType()
           Specifies the implementation type of this service.
 int getPolicyFaults()
           Total number of faults generated by security policy handler.
 WseePolicyRuntimeMBean getPolicyRuntime()
           Lists the WS-Policy files that are associated with this Web Service.
 WseePortRuntimeMBean[] getPorts()
           Lists the ports that are associated with this Web service.
 String getServiceName()
           Specifies the qualified name of this Web service.
 long getStartTime()
           Date and time that the Web service starts.
 int getTotalFaults()
          Deprecated. 
 int getTotalSecurityFaults()
           Total number of faults generated by this endpoint.
 String getURI()
           Specifies the URI of this Web service.
 String getWebserviceDescriptionName()
          webservice description name for this webservice
 WseeBaseRuntimeMBean.Type getWsType()
           Returns the type of this web service, either JAX-WS or JAX-RPC.
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getServiceName

String getServiceName()

Specifies the qualified name of this Web service.

This attribute is calculated based on actual MBean type and of the form
WseeRuntimeMBean: <app name>#<app version>!<service name>.
WseeV2RuntimeMBean: <app name>#<app version>!<web WAR name or EJB JAR name>!<service name>.


getURI

String getURI()

Specifies the URI of this Web service.

This attribute corresponds to the final part of the endpoint address in the WSDL that describes the Web Services. It is specified at development time for JAX-RPC services using the serviceURI attribute of the @WLXXXTransport JWS annotation, where XXX refers to the transport, such as HTTP, HTTPS, or JMS. For JAX-WS services, this can be set during compilation.


getPorts

WseePortRuntimeMBean[] getPorts()

Lists the ports that are associated with this Web service.


getPolicyRuntime

WseePolicyRuntimeMBean getPolicyRuntime()

Lists the WS-Policy files that are associated with this Web Service.


getImplementationType

String getImplementationType()

Specifies the implementation type of this service.

Valid values include: JAX-WS 2.0 JAX-RPC 1.1


getWebserviceDescriptionName

String getWebserviceDescriptionName()
webservice description name for this webservice

Returns:
String

getStartTime

long getStartTime()

Date and time that the Web service starts.


getPolicyFaults

int getPolicyFaults()

Total number of faults generated by security policy handler.


getTotalFaults

@Deprecated
int getTotalFaults()
Deprecated. 

Total number of faults generated by this endpoint.


getTotalSecurityFaults

int getTotalSecurityFaults()

Total number of faults generated by this endpoint.


getWsType

WseeBaseRuntimeMBean.Type getWsType()

Returns the type of this web service, either JAX-WS or JAX-RPC.


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02