public class DBProcessorsChain<Target,Result,P extends net.idea.modbcum.i.IDBProcessor<Target,Result>>
extends net.idea.modbcum.i.processors.ProcessorsChain<Target,Result,P>
implements net.idea.modbcum.i.IDBProcessor<Target,Result>
Modifier and Type | Field and Description |
---|---|
protected Connection |
connection |
protected SessionID |
sessionID |
modCount
Constructor and Description |
---|
DBProcessorsChain() |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
P element) |
boolean |
add(P o) |
void |
close() |
Connection |
getConnection() |
SessionID |
getSession() |
void |
open() |
void |
setConnection(Connection connection) |
addPropertyChangeListener, addPropertyChangeListener, getID, isAbortOnError, isEnabled, postprocess, preprocess, process, removePropertyChangeListener, removePropertyChangeListener, setAbortOnError, setEnabled, toString
addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
getID, isEnabled, process, setEnabled
containsAll, equals, hashCode
parallelStream, stream
protected Connection connection
protected SessionID sessionID
public Connection getConnection()
public void setConnection(Connection connection) throws net.idea.modbcum.i.exceptions.DbAmbitException
public void add(int index, P element)
public boolean add(P o)
public SessionID getSession()
public void open() throws net.idea.modbcum.i.exceptions.DbAmbitException
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.