Uses of Class
org.apache.synapse.endpoints.EndpointView
-
Packages that use EndpointView Package Description org.apache.synapse.endpoints -
-
Uses of EndpointView in org.apache.synapse.endpoints
Methods in org.apache.synapse.endpoints that return EndpointView Modifier and Type Method Description EndpointView
AbstractEndpoint. getMetricsMBean()
EndpointView
Endpoint. getMetricsMBean()
Get a reference to the metrics MBean for this endpointEndpointView
IndirectEndpoint. getMetricsMBean()
Constructors in org.apache.synapse.endpoints with parameters of type EndpointView Constructor Description EndpointContext(String endpointName, EndpointDefinition endpointDefinition, boolean clustered, org.apache.axis2.context.ConfigurationContext cfgCtx, EndpointView metricsBean)
Create an EndpointContext to hold runtime state of an Endpoint
-