|
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 idMethod Detail |
---|
public java.lang.String getConfigName()
getConfigName
in class AbstractQueueService<RecordRecyclerConfigType>
AbstractQueueService.getConfigName()
public void start()
start
in interface Recycler
start
in class AbstractQueueService<RecordRecyclerConfigType>
AbstractQueueService.start()
public void stop()
stop
in interface Recycler
stop
in class AbstractQueueService<RecordRecyclerConfigType>
AbstractQueueService.stop()
public long getRecordsRecycled()
getRecordsRecycled
in interface Recycler
Recycler.getRecordsRecycled()
public RecordRecyclerStatus getStatus()
getStatus
in interface Recycler
Recycler.getStatus()
public RecordStorage getRecordStorage()
getRecordStorage
in interface ServicesAccessPoint
getRecordStorage
in class AbstractQueueServicesAccessPoint
AbstractQueueServicesAccessPoint.getRecordStorage()
public WorkflowProcessor getWorkflowProcessor()
getWorkflowProcessor
in interface ServicesAccessPoint
getWorkflowProcessor
in class AbstractQueueServicesAccessPoint
AbstractQueueServicesAccessPoint.getWorkflowProcessor()
public BrokerConnectionService getBrokerConnections()
getBrokerConnections
in interface ServicesAccessPoint
getBrokerConnections
in class AbstractQueueServicesAccessPoint
AbstractQueueServicesAccessPoint.getBrokerConnections()
public TaskListExecutionService getTaskListExecutionService()
getTaskListExecutionService
in interface ServicesAccessPoint
getTaskListExecutionService
in class AbstractQueueServicesAccessPoint
AbstractQueueServicesAccessPoint#getTaskListExecutionService()
public void recycle() throws RecordRecyclerException
recycle
in interface Recycler
RecordRecyclerException
- the record recycler exceptionRecycler.recycle()
public void run()
run
in interface java.lang.Runnable
Runnable.run()
public void stopRecycle() throws RecordRecyclerException
stopRecycle
in interface Recycler
RecordRecyclerException
- 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 |