|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceID | |
|---|---|
| com.metamatrix.platform.admin.api | |
| com.metamatrix.platform.admin.api.runtime | |
| Uses of ServiceID in com.metamatrix.platform.admin.api |
|---|
| Methods in com.metamatrix.platform.admin.api that return ServiceID | |
|---|---|
ServiceID |
RuntimeStateAdminAPI.getServiceIDByName(java.lang.String hostName,
java.lang.String processName,
java.lang.String serviceName)
Return the ServiceID by Name |
| Methods in com.metamatrix.platform.admin.api with parameters of type ServiceID | |
|---|---|
java.util.Collection |
RuntimeStateAdminAPI.getServiceQueueStatistics(ServiceID serviceID)
Return Collection of QueueStats for service. |
WorkerPoolStats |
RuntimeStateAdminAPI.getServiceQueueStatistics(ServiceID serviceID,
java.lang.String queueName)
Return QueueStats object for queue. |
void |
RuntimeStateAdminAPI.restartService(ServiceID serviceID)
Restart a failed or stopped service. |
void |
RuntimeStateAdminAPI.stopService(ServiceID serviceID)
Stop service once work is complete. |
void |
RuntimeStateAdminAPI.stopServiceNow(ServiceID serviceID)
Stop service now. |
| Uses of ServiceID in com.metamatrix.platform.admin.api.runtime |
|---|
| Methods in com.metamatrix.platform.admin.api.runtime that return ServiceID | |
|---|---|
ServiceID |
ServiceData.getServiceID()
Return ServiceID for this binding |
| Constructors in com.metamatrix.platform.admin.api.runtime with parameters of type ServiceID | |
|---|---|
ServiceData(ServiceID serviceID,
java.lang.String serviceName,
java.lang.String instanceName,
ComponentDefnID defnID,
DeployedComponent deployedComponent,
java.util.Collection queueNames,
int state,
java.util.Date time,
boolean essential,
boolean deployed,
boolean registered,
java.lang.Throwable initError)
Create new ServiceRegistryInstance |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||