org.mule.module.management.mbean
Class ApplicationService

java.lang.Object
  extended by org.mule.module.management.mbean.FlowConstructService
      extended by org.mule.module.management.mbean.ApplicationService
All Implemented Interfaces:
MBeanRegistration, FlowConstructServiceMBean, FlowConstructStatsMBean

public class ApplicationService
extends FlowConstructService
implements FlowConstructServiceMBean

The MBean for application-wide statistics


Field Summary
 
Fields inherited from class org.mule.module.management.mbean.FlowConstructService
muleContext, name, objectName, server, statistics, statsName, type
 
Constructor Summary
ApplicationService(String type, String name, MuleContext muleContext, FlowConstructStatistics statistics)
           
 
Method Summary
 void postRegister(Boolean registrationDone)
           
 
Methods inherited from class org.mule.module.management.mbean.FlowConstructService
clearStatistics, getAsyncEventsReceived, getAverageProcessingTime, getExecutionErrors, getFatalErrors, getMaxProcessingTime, getMinProcessingTime, getName, getProcessedEvents, getStatistics, getSyncEventsReceived, getTotalEventsReceived, getTotalProcessingTime, getType, postDeregister, preDeregister, preRegister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.module.management.mbean.FlowConstructServiceMBean
getName, getStatistics, getType
 
Methods inherited from interface org.mule.module.management.mbean.FlowConstructStatsMBean
clearStatistics, getAsyncEventsReceived, getAverageProcessingTime, getExecutionErrors, getFatalErrors, getMaxProcessingTime, getMinProcessingTime, getProcessedEvents, getSyncEventsReceived, getTotalEventsReceived, getTotalProcessingTime
 

Constructor Detail

ApplicationService

public ApplicationService(String type,
                          String name,
                          MuleContext muleContext,
                          FlowConstructStatistics statistics)
Method Detail

postRegister

public void postRegister(Boolean registrationDone)
Specified by:
postRegister in interface MBeanRegistration
Overrides:
postRegister in class FlowConstructService


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