|
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.recycler.RecordRecyclerImpl
public class RecordRecyclerImpl
The Class RecordRecyclerImpl.
| Field Summary |
|---|
| 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 | |
|---|---|
RecordRecyclerImpl()
Instantiates a new record recycler impl. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getConfigurations()
Gets the configurations. |
long |
getRecordsRecycled(java.lang.String dataSourceId)
Gets the records recycled. |
RecordRecyclerStatus |
getStatus(java.lang.String dataSourceId)
Gets the status. |
void |
recycle(java.lang.String configurationId,
java.lang.String dataSourceId)
Recycle. |
void |
recycleAsync(java.lang.String configurationId,
java.lang.String dataSourceId)
Recycle async. |
void |
stopRecycle(java.lang.String dataSourceId)
Stop. |
| Methods inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractQueueServicesAccessPoint |
|---|
getBlackboardService, getBrokerConnections, getManagementLock, getProcessingLock, getRecordStorage, getTaskListExecutionService, getWorkflowProcessor, setBlackboardFactory, setBrokerConnections, setRecordStorage, setWorkflowProcessor, start, stop, 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 RecordRecyclerImpl()
| Method Detail |
|---|
public void recycle(java.lang.String configurationId,
java.lang.String dataSourceId)
throws RecordRecyclerException
recycle in interface RecordRecyclerconfigurationId - the configuration iddataSourceId - the data source id
RecordRecyclerException - the record recycler exceptionRecordRecycler.recycle(java.lang.String, java.lang.String)
public void recycleAsync(java.lang.String configurationId,
java.lang.String dataSourceId)
throws RecordRecyclerException
recycleAsync in interface RecordRecyclerconfigurationId - the configuration iddataSourceId - the data source id
RecordRecyclerException - the record recycler exceptionorg.eclipse.smila.connectivity.queue.worker.RecordRecycler#recycleAsync(java.lang.String, java.lang.String,
java.lang.String)
public void stopRecycle(java.lang.String dataSourceId)
throws RecordRecyclerException
stopRecycle in interface RecordRecyclerdataSourceId - the data source id
RecordRecyclerException - the record recycler exceptionRecordRecycler.stopRecycle(java.lang.String)public long getRecordsRecycled(java.lang.String dataSourceId)
getRecordsRecycled in interface RecordRecyclerdataSourceId - the data source id
RecordRecycler.getRecordsRecycled(java.lang.String)public RecordRecyclerStatus getStatus(java.lang.String dataSourceId)
getStatus in interface RecordRecyclerdataSourceId - the data source id
RecordRecycler.getStatus(java.lang.String)
public java.lang.String[] getConfigurations()
throws RecordRecyclerException
getConfigurations in interface RecordRecyclerRecordRecyclerException - the record recycler exceptionRecordRecycler.getConfigurations()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||