FileDocCategorySizeDatePackage
KeepAliveMonitorImpl.javaAPI DocGlassfish v2 API2597Fri May 04 22:23:30 BST 2007com.sun.enterprise.management.monitor

KeepAliveMonitorImpl

public final class KeepAliveMonitorImpl extends MonitoringStatsImplBase
see
com.sun.appserv.management.monitor.KeepAliveMonitor

Fields Summary
Constructors Summary
public KeepAliveMonitorImpl(com.sun.enterprise.management.support.Delegate delegate)

		super( XTypes.KEEP_ALIVE_MONITOR, delegate );
	
Methods Summary
public com.sun.appserv.management.monitor.statistics.KeepAliveStatsgetKeepAliveStats()

		return (KeepAliveStats)getStats();
	
protected java.lang.ClassgetStatsInterface()

		return( KeepAliveStats.class );