|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Uses of ServiceID in com.metamatrix.platform.admin.apiimpl |
---|
Methods in com.metamatrix.platform.admin.apiimpl that return ServiceID | |
---|---|
ServiceID |
RuntimeStateAdminAPIImpl.getServiceIDByName(java.lang.String hostName,
java.lang.String processName,
java.lang.String serviceName)
|
Methods in com.metamatrix.platform.admin.apiimpl with parameters of type ServiceID | |
---|---|
ServiceRegistryBinding |
RuntimeStateAdminAPIHelper.getServiceBinding(ServiceID serviceID)
Return ServiceRegistryBinding for the given serviceID |
java.util.Collection |
RuntimeStateAdminAPIImpl.getServiceQueueStatistics(ServiceID serviceID)
Return Collection of QueueStats for service. |
WorkerPoolStats |
RuntimeStateAdminAPIImpl.getServiceQueueStatistics(ServiceID serviceID,
java.lang.String queueName)
Return QueueStats object for queue. |
void |
RuntimeStateAdminAPIImpl.restartService(ServiceID serviceID)
Restart a failed or stopped service. |
void |
RuntimeStateAdminAPIHelper.restartService(ServiceID serviceID)
Restart a failed or stopped service. |
void |
RuntimeStateAdminAPIImpl.stopService(ServiceID serviceID)
Stop service once work is complete. |
void |
RuntimeStateAdminAPIHelper.stopService(ServiceID serviceID,
boolean stopNow)
Stop service. |
void |
RuntimeStateAdminAPIImpl.stopServiceNow(ServiceID serviceID)
Stop service now. |
Uses of ServiceID in com.metamatrix.platform.registry |
---|
Methods in com.metamatrix.platform.registry that return ServiceID | |
---|---|
ServiceID |
ServiceRegistryBinding.getServiceID()
Return ServiceID for this binding |
Methods in com.metamatrix.platform.registry with parameters of type ServiceID | |
---|---|
ServiceRegistryBinding |
ClusteredRegistryState.getServiceBinding(java.lang.String hostName,
java.lang.String processName,
ServiceID serviceId)
|
protected void |
ClusteredRegistryState.removeServiceBinding(java.lang.String hostName,
java.lang.String processName,
ServiceID serviceId)
|
void |
ProcessMonitor.serviceRemoved(ServiceID id)
|
Constructors in com.metamatrix.platform.registry with parameters of type ServiceID | |
---|---|
ServiceRegistryBinding(ServiceID serviceID,
ServiceInterface si,
java.lang.String serviceType,
java.lang.String instanceName,
java.lang.String componentType,
java.lang.String deployedName,
java.lang.String hostName,
DeployedComponent deployedComponent,
ProductServiceConfigID pscID,
int state,
java.util.Date time,
boolean essential,
MessageBus bus)
Create new ServiceRegistryInstance |
Uses of ServiceID in com.metamatrix.platform.service.api |
---|
Methods in com.metamatrix.platform.service.api that return ServiceID | |
---|---|
ServiceID |
ServiceInterface.getID()
|
Methods in com.metamatrix.platform.service.api with parameters of type ServiceID | |
---|---|
void |
ServiceInterface.init(ServiceID id,
DeployedComponentID deployedComponentID,
java.util.Properties props,
ClientServiceRegistry listenerRegistry)
Instruct the service to initialize and begin processing.The service must notify any lifecycle listeners of its initialization using the unique service instance name returned. |
Uses of ServiceID in com.metamatrix.platform.service.api.event |
---|
Methods in com.metamatrix.platform.service.api.event that return ServiceID | |
---|---|
ServiceID |
ServiceEvent.getServiceID()
|
Constructors in com.metamatrix.platform.service.api.event with parameters of type ServiceID | |
---|---|
ServiceEvent(java.lang.Object source,
ServiceID serviceID)
|
|
ServiceEvent(java.lang.Object source,
ServiceID serviceID,
ServiceEvent event)
|
Uses of ServiceID in com.metamatrix.platform.service.controller |
---|
Methods in com.metamatrix.platform.service.controller that return ServiceID | |
---|---|
ServiceID |
AbstractService.getID()
Return id of this service. |
Methods in com.metamatrix.platform.service.controller with parameters of type ServiceID | |
---|---|
void |
AbstractService.init(ServiceID id,
DeployedComponentID deployedComponentID,
java.util.Properties props,
ClientServiceRegistry listenerRegistry)
Initialize a service using the properties specified. |
Uses of ServiceID in com.metamatrix.platform.vm.api.controller |
---|
Methods in com.metamatrix.platform.vm.api.controller with parameters of type ServiceID | |
---|---|
void |
ProcessManagement.checkService(ServiceID serviceID)
Check the state of a service |
void |
ProcessManagement.startService(ServiceID serviceID)
Start a previously stopped service |
void |
ProcessManagement.stopService(ServiceID id,
boolean now,
boolean shutdown)
Kill service once work is complete |
Uses of ServiceID in com.metamatrix.platform.vm.controller |
---|
Methods in com.metamatrix.platform.vm.controller with parameters of type ServiceID | |
---|---|
void |
ProcessController.checkService(ServiceID serviceID)
Check a service, and updates the state in some cases. |
void |
ServerEvents.serviceRemoved(ServiceID id)
|
void |
ProcessController.startService(ServiceID serviceID)
|
void |
ProcessController.stopService(ServiceID id,
boolean now,
boolean shutdown)
Kill service once work is complete |
Uses of ServiceID in com.metamatrix.server |
---|
Methods in com.metamatrix.server with parameters of type ServiceID | |
---|---|
void |
ServiceManager.doStopService(ServiceID serviceID)
|
Uses of ServiceID in com.metamatrix.server.connector.service |
---|
Methods in com.metamatrix.server.connector.service with parameters of type ServiceID | |
---|---|
void |
ConnectorService.init(ServiceID id,
DeployedComponentID deployedComponentID,
java.util.Properties props,
ClientServiceRegistry listenerRegistry)
Initialize ConnectorService |
Uses of ServiceID in com.metamatrix.server.query.service |
---|
Methods in com.metamatrix.server.query.service with parameters of type ServiceID | |
---|---|
void |
QueryService.init(ServiceID id,
DeployedComponentID deployedComponentID,
java.util.Properties props,
ClientServiceRegistry listenerRegistry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |