com.sun.ejb.spi.stats
Interface EJBTimedObjectStatsProvider

All Superinterfaces:
StatsProvider

public interface EJBTimedObjectStatsProvider
extends StatsProvider


Method Summary
 long getTimersCreated()
           
 long getTimersDelivered()
           
 long getTimersRemoved()
           
 void monitoringLevelChanged(boolean monitoringOn)
          Notification that the monitoringLevel is either turned off (false) OR turned on (true).
 
Methods inherited from interface com.sun.ejb.spi.stats.StatsProvider
appendStats
 

Method Detail

getTimersCreated

long getTimersCreated()

getTimersRemoved

long getTimersRemoved()

getTimersDelivered

long getTimersDelivered()

monitoringLevelChanged

void monitoringLevelChanged(boolean monitoringOn)
Notification that the monitoringLevel is either turned off (false) OR turned on (true).

Parameters:
monitoringOn - true if monitoring is either HIGH / LOW false otherwise


Copyright © 2012 GlassFish Community. All Rights Reserved.