This interface identifies a bean as being processable. It will have a thread
dedicated to its own processing, much like a main method within a tradional
program.
author: Brett Chaldecott
Method Summary
public void
process() This method will be called to perform the processing.
public void
terminate() This method is called to soft terminate the processing thread.