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

Part Number E41849-02

weblogic.management.runtime
Interface WseeBasePortRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean
All Known Subinterfaces:
WseeClientPortRuntimeMBean, WseePortRuntimeMBean

public interface WseeBasePortRuntimeMBean
extends RuntimeMBean

Describes the state of a particular Web service port.


Method Summary
 WseeAggregatableBaseOperationRuntimeMBean getAggregatedBaseOperations()
          Return operation information aggregated across the base operations contained by this port.
 WseeBaseOperationRuntimeMBean[] getBaseOperations()
          Return the base operations contained by this port.
 WseeClusterRoutingRuntimeMBean getClusterRouting()
          Get statistics related to routing of messages in a cluster.
 WseeHandlerRuntimeMBean[] getHandlers()
          List of SOAP message handlers that are associated with this Web service.
 WseeMcRuntimeMBean getMc()
          Get information related to MakeConnection anonymous ids.
 int getPolicyFaults()
          Total number of policy faults.
 String getPortName()
          Name of this port.
 WseePortPolicyRuntimeMBean getPortPolicy()
           Get statistics related to Web service security policy.
 long getStartTime()
          Date and time that the Web service endpoint started.
 int getTotalFaults()
          Deprecated. 
 int getTotalSecurityFaults()
          Total number of security faults and violations.
 String getTransportProtocolType()
          Transport protocol used to invoke this Web service, such as HTTP, HTTPS, or JMS.
 WseeWsrmRuntimeMBean getWsrm()
          Get statistics related to reliable messaging.
 
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

getPortName

String getPortName()

Name of this port.

This attribute corresponds to the "name" attribute of the "port" element in the WSDL that describes the Web service. Programmers specify the name of the port using the portName attribute of the @WLXXXTransport annotation, where XXX refers to the type of transport (HTTP, HTTPS, or JMS).

Programmers can also use the WLXXXTransport child element of the jwsc Ant task to specify this attribute.


getTransportProtocolType

String getTransportProtocolType()

Transport protocol used to invoke this Web service, such as HTTP, HTTPS, or JMS.

This attribute determines the transport that is published in the endpoint address section of the WSDL of the Web Service. Programmers specify the transport by the type of @WLXXXTransport JWS annotation they specify, where XXX refers to the type of transport (HTTP, HTTPS, or JMS).

Programmers can also use the WLXXXTransport child element of the jwsc Ant task to specify this attribute.


getHandlers

WseeHandlerRuntimeMBean[] getHandlers()

List of SOAP message handlers that are associated with this Web service.


getPortPolicy

WseePortPolicyRuntimeMBean getPortPolicy()

Get statistics related to Web service security policy.

Returns:
web service security statistics. If this port runtime is on a service not configured to use web service security policy, these stats will not be updated and will remain at their initial/default values.

getStartTime

long getStartTime()

Date and time that the Web service endpoint started.


getPolicyFaults

int getPolicyFaults()

Total number of policy faults.


getTotalFaults

@Deprecated
int getTotalFaults()
Deprecated. 

Total number of security faults and violations.


getTotalSecurityFaults

int getTotalSecurityFaults()

Total number of security faults and violations.


getClusterRouting

WseeClusterRoutingRuntimeMBean getClusterRouting()
Get statistics related to routing of messages in a cluster.

Returns:
Cluster routing statistics. If this port runtime is on a client, or if on a service not running in a cluster, these stats will not be updated and will remain at their initial/default values.

getWsrm

WseeWsrmRuntimeMBean getWsrm()
Get statistics related to reliable messaging.

Returns:
Reliable messaging statistics. If this port runtime is on a service not configured to use reliable messaging, these stats will not be updated and will remain at their initial/default values.

getMc

WseeMcRuntimeMBean getMc()
Get information related to MakeConnection anonymous ids.

Returns:
instance of MakeConnection runtime MBean for this port.

getBaseOperations

WseeBaseOperationRuntimeMBean[] getBaseOperations()
Return the base operations contained by this port.


getAggregatedBaseOperations

WseeAggregatableBaseOperationRuntimeMBean getAggregatedBaseOperations()
Return operation information aggregated across the base operations contained by this port.


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