|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent
org.eclipse.smila.connectivity.queue.worker.internal.AbstractQueueServicesAccessPoint
org.eclipse.smila.connectivity.queue.worker.internal.AbstractQueueService<ConfigType>
ConfigType - configuration typepublic abstract class AbstractQueueService<ConfigType>
The Class AbstractQueueService.
| Field Summary | |
|---|---|
protected ConfigType |
_config
The _config. |
| Fields inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractQueueServicesAccessPoint |
|---|
_brokerConnections |
| Fields inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent |
|---|
_id, _log |
| Constructor Summary | |
|---|---|
AbstractQueueService(java.lang.String id)
Instantiates a new abstract queue service. |
|
| Method Summary | |
|---|---|
protected void |
activate(ComponentContext context)
Activate. |
protected void |
deactivate(ComponentContext context)
OSGi Declarative Services service deactivation method. |
abstract java.lang.String |
getConfigName()
Gets the config name. |
void |
start()
Start. |
void |
stop()
Stop. |
| Methods inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractQueueServicesAccessPoint |
|---|
getBlackboardService, getBrokerConnections, getManagementLock, getProcessingLock, getRecordStorage, getTaskListExecutionService, getWorkflowProcessor, setBlackboardFactory, setBrokerConnections, setRecordStorage, setWorkflowProcessor, unsetBlackboardFactory, unsetBrokerConnections, unsetRecordStorage, unsetWorkflowProcessor |
| Methods inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent |
|---|
msg |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ConfigType _config
| Constructor Detail |
|---|
public AbstractQueueService(java.lang.String id)
id - the id| Method Detail |
|---|
public abstract java.lang.String getConfigName()
public void start()
start in class AbstractQueueServicesAccessPointpublic void stop()
stop in class AbstractQueueServicesAccessPointprotected void activate(ComponentContext context)
context - the contextprotected void deactivate(ComponentContext context)
context - OSGi service component context.
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||