|
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<RecordRecyclerConfigType>
org.eclipse.smila.connectivity.queue.worker.internal.recycler.RecyclerImpl
public class RecyclerImpl
The Class RecordRecyclerImpl.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractQueueService |
|---|
_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 | |
|---|---|
RecyclerImpl(java.lang.String configName,
ServicesAccessPoint accessPoint,
java.lang.String dataSourceId)
Instantiates a new recycler impl. |
|
| Method Summary | |
|---|---|
BrokerConnectionService |
getBrokerConnections()
Gets the broker connections. |
java.lang.String |
getConfigName()
Gets the config name. |
long |
getRecordsRecycled()
Gets the records recycled. |
RecordStorage |
getRecordStorage()
(non-Javadoc). |
RecordRecyclerStatus |
getStatus()
Gets the status. |
TaskListExecutionService |
getTaskListExecutionService()
Gets the task list execution service. |
WorkflowProcessor |
getWorkflowProcessor()
Gets the workflow processor. |
void |
recycle()
Recycle. |
void |
run()
|
void |
start()
Start. |
void |
stop()
Stop. |
void |
stopRecycle()
Stop recycle. |
| Methods inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractQueueService |
|---|
activate, deactivate |
| Methods inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractQueueServicesAccessPoint |
|---|
getBlackboardService, getManagementLock, getProcessingLock, 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 |
| Constructor Detail |
|---|
public RecyclerImpl(java.lang.String configName,
ServicesAccessPoint accessPoint,
java.lang.String dataSourceId)
configName - the config nameaccessPoint - the access pointdataSourceId - the data source id| Method Detail |
|---|
public java.lang.String getConfigName()
getConfigName in class AbstractQueueService<RecordRecyclerConfigType>AbstractQueueService.getConfigName()public void start()
start in interface Recyclerstart in class AbstractQueueService<RecordRecyclerConfigType>AbstractQueueService.start()public void stop()
stop in interface Recyclerstop in class AbstractQueueService<RecordRecyclerConfigType>AbstractQueueService.stop()public long getRecordsRecycled()
getRecordsRecycled in interface RecyclerRecycler.getRecordsRecycled()public RecordRecyclerStatus getStatus()
getStatus in interface RecyclerRecycler.getStatus()public RecordStorage getRecordStorage()
getRecordStorage in interface ServicesAccessPointgetRecordStorage in class AbstractQueueServicesAccessPointAbstractQueueServicesAccessPoint.getRecordStorage()public WorkflowProcessor getWorkflowProcessor()
getWorkflowProcessor in interface ServicesAccessPointgetWorkflowProcessor in class AbstractQueueServicesAccessPointAbstractQueueServicesAccessPoint.getWorkflowProcessor()public BrokerConnectionService getBrokerConnections()
getBrokerConnections in interface ServicesAccessPointgetBrokerConnections in class AbstractQueueServicesAccessPointAbstractQueueServicesAccessPoint.getBrokerConnections()public TaskListExecutionService getTaskListExecutionService()
getTaskListExecutionService in interface ServicesAccessPointgetTaskListExecutionService in class AbstractQueueServicesAccessPointAbstractQueueServicesAccessPoint#getTaskListExecutionService()
public void recycle()
throws RecordRecyclerException
recycle in interface RecyclerRecordRecyclerException - the record recycler exceptionRecycler.recycle()public void run()
run in interface java.lang.RunnableRunnable.run()
public void stopRecycle()
throws RecordRecyclerException
stopRecycle in interface RecyclerRecordRecyclerException - the record recycler exceptionRecycler.stopRecycle()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||