com.metamatrix.console.ui.views.summary
Interface SummaryInfoProvider

All Known Implementing Classes:
SummaryManager

public interface SummaryInfoProvider


Field Summary
static int GREEN
           
static int RED
           
static int YELLOW
           
 
Method Summary
 int getActiveSessionCount()
           
 SummaryConnectionInfo[] getConnectionInfo()
           
 SummaryHostInfo[] getHostInfo()
           
 ReleaseInfo[] getProductReleaseInfo()
           
 java.lang.String getSystemName()
           
 java.util.Date getSystemStartUpTime()
           
 int getSystemState()
           
 java.lang.String getSystemURL()
           
 

Field Detail

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
Method Detail

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.