submarine.core
Interface PoolingFunctionWithContext
- All Superinterfaces:
- PoolingFunction, XMLConfigurable
- All Known Implementing Classes:
- FileSystemConnector, JDBCPooler
- public interface PoolingFunctionWithContext
- extends PoolingFunction
This interface extends the PoolingFunction interface.
The main objective is to allows implementors to add informations to the
context using the attributes
of the message context.
getNextDocument
public java.lang.Object getNextDocument(Message.MsgContext context)
throws java.lang.Exception
- Same logic than
PoolingFunction.getNextDocument()
but receive as parameter
a MsgContext
that can be changed.