public class FlowConstructStats extends Object implements FlowConstructStatsMBean, MBeanRegistration
Modifier and Type | Field and Description |
---|---|
protected ObjectName |
name |
protected MBeanServer |
server |
Constructor and Description |
---|
FlowConstructStats(FlowConstructStatistics statistics) |
Modifier and Type | Method and Description |
---|---|
void |
clearStatistics() |
long |
getAsyncEventsReceived() |
long |
getAverageProcessingTime() |
long |
getExecutionErrors() |
long |
getFatalErrors() |
long |
getMaxProcessingTime() |
long |
getMinProcessingTime() |
long |
getProcessedEvents() |
long |
getSyncEventsReceived() |
long |
getTotalEventsReceived() |
long |
getTotalProcessingTime() |
void |
postDeregister() |
void |
postRegister(Boolean registrationDone) |
void |
preDeregister() |
ObjectName |
preRegister(MBeanServer server,
ObjectName name) |
protected MBeanServer server
protected ObjectName name
public FlowConstructStats(FlowConstructStatistics statistics)
public long getAverageProcessingTime()
getAverageProcessingTime
in interface FlowConstructStatsMBean
public long getProcessedEvents()
getProcessedEvents
in interface FlowConstructStatsMBean
public long getMaxProcessingTime()
getMaxProcessingTime
in interface FlowConstructStatsMBean
public long getMinProcessingTime()
getMinProcessingTime
in interface FlowConstructStatsMBean
public long getTotalProcessingTime()
getTotalProcessingTime
in interface FlowConstructStatsMBean
public void clearStatistics()
clearStatistics
in interface FlowConstructStatsMBean
public long getAsyncEventsReceived()
getAsyncEventsReceived
in interface FlowConstructStatsMBean
public long getSyncEventsReceived()
getSyncEventsReceived
in interface FlowConstructStatsMBean
public long getTotalEventsReceived()
getTotalEventsReceived
in interface FlowConstructStatsMBean
public long getExecutionErrors()
getExecutionErrors
in interface FlowConstructStatsMBean
public long getFatalErrors()
getFatalErrors
in interface FlowConstructStatsMBean
public ObjectName preRegister(MBeanServer server, ObjectName name) throws Exception
preRegister
in interface MBeanRegistration
Exception
public void postRegister(Boolean registrationDone)
postRegister
in interface MBeanRegistration
public void preDeregister() throws Exception
preDeregister
in interface MBeanRegistration
Exception
public void postDeregister()
postDeregister
in interface MBeanRegistration
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.