Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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

Since:
10.3.3.0

Nested Class Summary
static class WseeBaseRuntimeMBean.Type
           

 

Method Summary
abstract  String getImplementationType()
          Specifies the implementation type of this service.
abstract  int getPolicyFaults()
          Total number of faults generated by security policy handler.
abstract  WseePolicyRuntimeMBean getPolicyRuntime()
          Lists the WS-Policy files that are associated with this Web Service.
abstract  WseePortRuntimeMBean[] getPorts()
          Lists the ports that are associated with this Web service.
abstract  String getServiceName()
          Specifies the qualified name of this Web service.
abstract  long getStartTime()
          Date and time that the Web service starts.
abstract  int getTotalFaults()
          Deprecated. 
abstract  int getTotalSecurityFaults()
          Total number of faults generated by this endpoint.
abstract  String getURI()
          Specifies the URI of this Web service.
abstract  String getWebserviceDescriptionName()
          webservice description name for this webservice
abstract  WseeBaseRuntimeMBean.Type getWsType()
          Returns the type of this web service, either JAX-WS or JAX-RPC.

 

Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, 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.


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09