com.metamatrix.console.ui.views.summary
Interface SummaryInfoProvider
- All Known Implementing Classes:
- SummaryManager
public interface SummaryInfoProvider
GREEN
static final int GREEN
- See Also:
- Constant Field Values
YELLOW
static final int YELLOW
- See Also:
- Constant Field Values
RED
static final int RED
- See Also:
- Constant Field Values
getSystemURL
java.lang.String getSystemURL()
throws java.lang.Exception
- Throws:
java.lang.Exception
getSystemState
int getSystemState()
throws java.lang.Exception
- Throws:
java.lang.Exception
getSystemName
java.lang.String getSystemName()
throws java.lang.Exception
- Throws:
java.lang.Exception
getSystemStartUpTime
java.util.Date getSystemStartUpTime()
throws java.lang.Exception
- Throws:
java.lang.Exception
getActiveSessionCount
int getActiveSessionCount()
throws java.lang.Exception
- Throws:
java.lang.Exception
getHostInfo
SummaryHostInfo[] getHostInfo()
throws java.lang.Exception
- Throws:
java.lang.Exception
getConnectionInfo
SummaryConnectionInfo[] getConnectionInfo()
throws java.lang.Exception
- Throws:
java.lang.Exception
getProductReleaseInfo
ReleaseInfo[] getProductReleaseInfo()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2009. All Rights Reserved.