org.mule.module.management.mbean
Interface FlowConstructServiceMBean

All Superinterfaces:
FlowConstructStatsMBean
All Known Subinterfaces:
ServiceServiceMBean
All Known Implementing Classes:
ApplicationService, FlowConstructService, ServiceService

public interface FlowConstructServiceMBean
extends FlowConstructStatsMBean

FlowConstructServiceMBean defines the management interface for a mule managed flow construct.


Method Summary
 String getName()
          The name of this service
 ObjectName getStatistics()
          The statistics for this flow construct
 String getType()
          The type of flow construct
 
Methods inherited from interface org.mule.module.management.mbean.FlowConstructStatsMBean
clearStatistics, getAsyncEventsReceived, getAverageProcessingTime, getExecutionErrors, getFatalErrors, getMaxProcessingTime, getMinProcessingTime, getProcessedEvents, getSyncEventsReceived, getTotalEventsReceived, getTotalProcessingTime
 

Method Detail

getStatistics

ObjectName getStatistics()
The statistics for this flow construct

Returns:
statistics for this flow construct
See Also:
FlowConstructStats

getName

String getName()
The name of this service

Returns:
The name of this service

getType

String getType()
The type of flow construct



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.