org.mule.management.stats
Interface ProcessingTimeWatcher

All Superinterfaces:
Startable, Stoppable
All Known Implementing Classes:
DefaultProcessingTimeWatcher

public interface ProcessingTimeWatcher
extends Startable, Stoppable

Watches ProcessingTime instances to detect when they are weakly reachable.


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Method Summary
 void addProcessingTime(ProcessingTime processingTime)
          Adds a new instance to watch
 
Methods inherited from interface org.mule.api.lifecycle.Startable
start
 
Methods inherited from interface org.mule.api.lifecycle.Stoppable
stop
 

Method Detail

addProcessingTime

void addProcessingTime(ProcessingTime processingTime)
Adds a new instance to watch

Parameters:
processingTime - instance to add. Non null


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