com.metamatrix.console.models
Class SummaryManager
java.lang.Object
com.metamatrix.console.models.Manager
com.metamatrix.console.models.TimedManager
com.metamatrix.console.models.SummaryManager
- All Implemented Interfaces:
- SummaryInfoProvider, java.awt.event.ActionListener, java.util.EventListener
public class SummaryManager
- extends TimedManager
- implements SummaryInfoProvider
Subclass of Manager to manage data for the 'Summary' tab (SummaryPanel).
Methods inherited from class com.metamatrix.console.models.TimedManager |
actionPerformed, getIsAutoRefreshEnabled, getRefreshRate, getTimer, isBusy, refresh, refresh, setBusy, setIsAutoRefreshEnabled, setRefreshRate, startTimer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SummaryManager
public SummaryManager(ConnectionInfo connection)
init
public void init()
- Description copied from class:
TimedManager
- Calls super.init() and also initializes timing behavior.
- Overrides:
init
in class TimedManager
- See Also:
TimedManager.setRefreshRate(int)
getSysURL
public java.lang.String getSysURL()
throws ExternalException
- Throws:
ExternalException
getSystemName
public java.lang.String getSystemName()
throws java.lang.Exception
- Specified by:
getSystemName
in interface SummaryInfoProvider
- Throws:
java.lang.Exception
getSystemURL
public java.lang.String getSystemURL()
throws java.lang.Exception
- Specified by:
getSystemURL
in interface SummaryInfoProvider
- Throws:
java.lang.Exception
getSystemState
public int getSystemState()
throws java.lang.Exception
- Specified by:
getSystemState
in interface SummaryInfoProvider
- Throws:
java.lang.Exception
getSystemStartUpTime
public java.util.Date getSystemStartUpTime()
throws java.lang.Exception
- Specified by:
getSystemStartUpTime
in interface SummaryInfoProvider
- Throws:
java.lang.Exception
getActiveSessionCount
public int getActiveSessionCount()
throws java.lang.Exception
- Specified by:
getActiveSessionCount
in interface SummaryInfoProvider
- Throws:
java.lang.Exception
getHostInfo
public SummaryHostInfo[] getHostInfo()
throws java.lang.Exception
- Specified by:
getHostInfo
in interface SummaryInfoProvider
- Throws:
java.lang.Exception
getConnectionInfo
public SummaryConnectionInfo[] getConnectionInfo()
throws java.lang.Exception
- Specified by:
getConnectionInfo
in interface SummaryInfoProvider
- Throws:
java.lang.Exception
getHostName
public java.util.Collection getHostName()
throws AuthorizationException,
ExternalException
- Throws:
AuthorizationException
ExternalException
getHosts
public java.util.Collection getHosts()
throws java.lang.Exception
- Throws:
java.lang.Exception
getProductReleaseInfo
public ReleaseInfo[] getProductReleaseInfo()
throws java.lang.Exception
- Specified by:
getProductReleaseInfo
in interface SummaryInfoProvider
- Throws:
java.lang.Exception
Copyright © 2009. All Rights Reserved.