SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue.worker.internal.recycler
Interface Recycler

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
RecyclerImpl

public interface Recycler
extends java.lang.Runnable

The Interface RecordRecycler.


Method Summary
 long getRecordsRecycled()
          Gets the records recycled.
 RecordRecyclerStatus getStatus()
          Gets the status.
 void recycle()
          Recycle.
 void start()
          Start.
 void stop()
          Stop.
 void stopRecycle()
          Stop recycle.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

start

void start()
Start.


stop

void stop()
Stop.


recycle

void recycle()
             throws RecordRecyclerException
Recycle.

Throws:
RecordRecyclerException - the record recycler exception

stopRecycle

void stopRecycle()
                 throws RecordRecyclerException
Stop recycle.

Throws:
RecordRecyclerException - the record recycler exception

getStatus

RecordRecyclerStatus getStatus()
Gets the status.

Returns:
the status

getRecordsRecycled

long getRecordsRecycled()
Gets the records recycled.

Returns:
the records recycled

SMILA (incubation) API documentation