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