Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

EJB Module or Web Application Module: Monitoring: Web Service Clients

Column Display     

Use this page to monitor the Web service clients of an EJB module or Web application module. This page aggregates the statistics across all the servers on which the component hosting the Web service client is running.

Column Display

Name Description
Client

Gets the client ID for this client.

MBean Attribute:
WseeClientRuntimeMBean.ClientID

Port

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.

MBean Attribute:
WseeBasePortRuntimeMBean.PortName

Active Server Count

Number of servers where this Web service is available.

Error Count

Total number of errors.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ErrorCount

Response Error Count

Total number of response errors.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseErrorCount

Total Security Faults

Total number of security policy faults.

MBean Attribute:
WseeBasePortRuntimeMBean.TotalSecurityFaults

Invocation Count

Total number of invocations.

MBean Attribute:
WseeBaseOperationRuntimeMBean.InvocationCount

Response Count

Total number of responses.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseCount

Dispatch Time Average

Average dispatch time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.DispatchTimeAverage

Execution Time Average

Average execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeAverage

Response Time Average

Average response time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeAverage

Application

The name of the Web application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Authentication Successes

Total number of security policy authentication successes.

MBean Attribute:
WseePortPolicyRuntimeMBean.AuthenticationSuccesses

Authentication Violations

Total number of security policy authentication violations.

MBean Attribute:
WseePortPolicyRuntimeMBean.AuthenticationViolations

Confidentiality Successes

Total number of security policy confidentiality successes.

MBean Attribute:
WseePortPolicyRuntimeMBean.ConfidentialitySuccesses

Confidentiality Violations

Total number of security policy confidentiality violations.

MBean Attribute:
WseePortPolicyRuntimeMBean.ConfidentialityViolations

Context Root

Returns the context root (context path) for the web application.

MBean Attribute:
WebAppComponentRuntimeMBean.ContextRoot

Dispatch Time High

Highest dispatch time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.DispatchTimeHigh

Dispatch Time Low

Lowest dispatch time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.DispatchTimeLow

Dispatch Time Total

Total dispatch time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.DispatchTimeTotal

Execution Time High

Highest execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeHigh

Execution Time Low

Lowest execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeLow

Execution Time Total

Total execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeTotal

Integrity Successes

Total number of security policy integrity successes.

MBean Attribute:
WseePortPolicyRuntimeMBean.IntegritySuccesses

Integrity Violations

Total number of security policy integrity violations.

MBean Attribute:
WseePortPolicyRuntimeMBean.IntegrityViolations

Last Error

Most recent error.

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastError

Last Error Time

Time of the most recent error.

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastErrorTime

Last Invocation Time

Time of the most recent invocation.

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastInvocationTime

Last Response Error

Most recent response error.

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastResponseError

Last Response Error Time

Time of the most recent response error.

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastResponseErrorTime

Last Response Time

Time of the most recent response.

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastResponseTime

Last Routing Failure

Most recent routing failure.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.LastRoutingFailure

Last Routing Failure Time

Time of the most recent routing failure.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.LastRoutingFailureTime

Module

Returns the web URI as configured in application.xml for the web application. For a standalone WAR, it will return the docroot (if exploded) or the name of the WAR file (if archived).

MBean Attribute:
WebAppComponentRuntimeMBean.ModuleURI

Policy Faults

Total number of security policy endpoint faults.

MBean Attribute:
WseeBasePortRuntimeMBean.PolicyFaults

Request Count

Total number of requests.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.RequestCount

Response Time High

Highest execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeHigh

Response Time Low

Lowest execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeLow

Response Time Total

Total execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeTotal

Routing Failure Count

Total number of routing failures.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.RoutingFailureCount

Total Violations

Total number of security policy violations.

MBean Attribute:
WseePortPolicyRuntimeMBean.TotalViolations

Transport Protocol Type

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.

MBean Attribute:
WseeBasePortRuntimeMBean.TransportProtocolType


Back to Top