|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServiceData in com.metamatrix.console.models |
---|
Methods in com.metamatrix.console.models with parameters of type ServiceData | |
---|---|
void |
RuntimeMgmtManager.startService(ServiceData theService)
|
void |
RuntimeMgmtManager.stopService(ServiceData theService)
|
void |
RuntimeMgmtManager.stopServiceNow(ServiceData theService)
|
Uses of ServiceData in com.metamatrix.console.ui.views.runtime |
---|
Methods in com.metamatrix.console.ui.views.runtime with parameters of type ServiceData | |
---|---|
void |
QueueStatisticsDisplayHandler.frameClosing(ServiceData sd)
|
WorkerPoolStats[] |
QueueStatisticsRefreshRequestHandlerImp.getQueueStatistics(ServiceData sd)
|
boolean |
ProcessMgmtPanel.isServiceDisplayed(ServiceData sd)
|
boolean |
QueueStatisticsDisplayHandler.isServiceDisplayed(ServiceData sd)
|
boolean |
RuntimeMgmtPanel.isServiceDisplayed(ServiceData sd)
|
boolean |
ServiceMgmtPanel.isServiceDisplayed(ServiceData sd)
|
boolean |
OperationsDelegate.isServiceDisplayed(ServiceData sd)
|
void |
QueueStatisticsDisplayHandler.refreshDisplayForService(java.lang.String serviceDisplayName,
ServiceData sd,
WorkerPoolStats[] queueStatistics)
|
void |
QueueStatisticsRefreshRequestHandler.refreshRequested(ServiceData sd)
|
void |
QueueStatisticsRefreshRequestHandlerImp.refreshRequested(ServiceData sd)
|
void |
ProcessMgmtPanel.refreshService(ServiceData sd)
|
void |
RuntimeMgmtPanel.refreshService(ServiceData sd)
|
void |
ServiceMgmtPanel.refreshService(ServiceData sd)
|
void |
OperationsDelegate.refreshService(ServiceData sd)
|
void |
OperationsPanel.setEnabledShowQueues(ServiceData serviceData)
|
void |
QueueStatisticsRefreshRequestHandlerImp.setServiceData(ServiceData s)
|
void |
OperationsPanel.setServiceData(ServiceData serviceData)
|
com.metamatrix.console.ui.views.runtime.QueueStatisticsFrame |
QueueStatisticsDisplayHandler.startDisplayForService(java.lang.String serviceDisplayName,
ServiceData sd,
WorkerPoolStats[] queueStatistics)
Create a QueueStatisticsFrame for the specified ProcessData. |
com.metamatrix.console.ui.views.runtime.QueueStatisticsFrame |
ProcessMgmtPanel.startShowQueue(ServiceData sd)
|
com.metamatrix.console.ui.views.runtime.QueueStatisticsFrame |
RuntimeMgmtPanel.startShowQueue(ServiceData sd)
|
com.metamatrix.console.ui.views.runtime.QueueStatisticsFrame |
ServiceMgmtPanel.startShowQueue(ServiceData sd)
|
com.metamatrix.console.ui.views.runtime.QueueStatisticsFrame |
OperationsDelegate.startShowQueue(ServiceData sd)
|
Constructors in com.metamatrix.console.ui.views.runtime with parameters of type ServiceData | |
---|---|
QueueStatisticsPanel(QueueStatisticsRefreshRequestHandler ctrlr,
ServiceData sd,
WorkerPoolStats[] queueStat)
|
Uses of ServiceData in com.metamatrix.console.ui.views.runtime.model |
---|
Methods in com.metamatrix.console.ui.views.runtime.model with parameters of type ServiceData | |
---|---|
void |
HostStatistics.addService(ServiceData theService)
|
Uses of ServiceData in com.metamatrix.console.ui.views.runtime.util |
---|
Methods in com.metamatrix.console.ui.views.runtime.util with parameters of type ServiceData | |
---|---|
static boolean[] |
RuntimeMgmtUtils.getOperationsEnablements(ServiceData theService)
|
static java.lang.String |
RuntimeMgmtUtils.getServiceStateToolTip(ServiceData theService)
|
Uses of ServiceData in com.metamatrix.platform.admin.api.runtime |
---|
Methods in com.metamatrix.platform.admin.api.runtime that return types with arguments of type ServiceData | |
---|---|
java.util.Collection<ServiceData> |
ProcessData.getServices()
Return a list of all ServiceData objects |
Constructor parameters in com.metamatrix.platform.admin.api.runtime with type arguments of type ServiceData | |
---|---|
ProcessData(java.lang.String hostName,
java.lang.String processName,
java.lang.String port,
ComponentDefnID defnID,
java.util.Collection<ServiceData> services,
boolean deployed,
boolean registered)
Create a new instance of VMRegistryBinding. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |