com.metamatrix.console.ui.views.runtime
Interface OperationsDelegate

All Known Implementing Classes:
ProcessMgmtPanel, RuntimeMgmtPanel, ServiceMgmtPanel

public interface OperationsDelegate

The OperationsDelegate interface is implemented by classes that need to start, stop, stop now, suspend, and resume one or more of the following:

Since:
Golden Gate
Version:
1.0
Author:
Dan Florian

Method Summary
 boolean isProcessDisplayed(ProcessData pd)
           
 boolean isServiceDisplayed(ServiceData sd)
           
 void refreshProcess(ProcessData pd)
           
 void refreshService(ServiceData sd)
           
 void showServcieError()
           
 void startOperation()
           
 com.metamatrix.console.ui.views.runtime.VMStatisticsFrame startShowProcess(ProcessData pd)
           
 com.metamatrix.console.ui.views.runtime.QueueStatisticsFrame startShowQueue(ServiceData sd)
           
 void stopNowOperation()
           
 void stopOperation()
           
 

Method Detail

startOperation

void startOperation()
                    throws ExternalException
Throws:
ExternalException

stopOperation

void stopOperation()
                   throws ExternalException
Throws:
ExternalException

stopNowOperation

void stopNowOperation()
                      throws ExternalException
Throws:
ExternalException

showServcieError

void showServcieError()
                      throws ExternalException
Throws:
ExternalException
Since:
4.4

startShowQueue

com.metamatrix.console.ui.views.runtime.QueueStatisticsFrame startShowQueue(ServiceData sd)
                                                                            throws ExternalException
Throws:
ExternalException

startShowProcess

com.metamatrix.console.ui.views.runtime.VMStatisticsFrame startShowProcess(ProcessData pd)

isProcessDisplayed

boolean isProcessDisplayed(ProcessData pd)

refreshProcess

void refreshProcess(ProcessData pd)

refreshService

void refreshService(ServiceData sd)

isServiceDisplayed

boolean isServiceDisplayed(ServiceData sd)


Copyright © 2009. All Rights Reserved.