com.metamatrix.console.util
Interface AutoRefreshable

All Superinterfaces:
Refreshable
All Known Implementing Classes:
QueryPanel, RuntimeMgmtPanel, SessionPanel, SummaryPanel, SysLogPanel, TransactionsPanel

public interface AutoRefreshable
extends Refreshable


Method Summary
 AutoRefresher getAutoRefresher()
          Get the 'AutoRefresh' agent
 void setAutoRefreshEnabled(boolean b)
          Identifies classes, usually panels, that can be auto-refreshed.
 void setAutoRefresher(AutoRefresher ar)
          Set the 'AutoRefresh' agent
 void setRefreshRate(int iRate)
          Sets the refresh rate.
 
Methods inherited from interface com.metamatrix.console.util.Refreshable
getName, refresh
 

Method Detail

setAutoRefreshEnabled

void setAutoRefreshEnabled(boolean b)
Identifies classes, usually panels, that can be auto-refreshed.

See Also:
/** Turns the refresh feature on or off.

setRefreshRate

void setRefreshRate(int iRate)
Sets the refresh rate.


setAutoRefresher

void setAutoRefresher(AutoRefresher ar)
Set the 'AutoRefresh' agent


getAutoRefresher

AutoRefresher getAutoRefresher()
Get the 'AutoRefresh' agent



Copyright © 2009. All Rights Reserved.