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:
- System,
- Process,
- Host,
- Product Service Configuration, or
- Service.
- Since:
- Golden Gate
- Version:
- 1.0
- Author:
- Dan Florian
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.