org.apache.derby.client.am
Class Agent
- java.lang.Object
-
- org.apache.derby.client.am.Agent
-
- Direct Known Subclasses:
- NetAgent
public abstract class Agent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description LogWriterlogWriter_
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description voidaccumulateChainBreakingReadExceptionAndThrow(DisconnectException e)voidaccumulateReadException(SqlException e)voidbeginWriteChain(ClientStatement statement)abstract voidbeginWriteChainOutsideUOW()abstract voidcheckForChainBreakingException_()abstract voidclose_()voidclose()voidendReadChain()voidflow(ClientStatement statement)voidflowOutsideUOW()abstract voidflush_()java.io.PrintWritergetLogWriter()booleanloggingEnabled()voidsetBatchedExceptionLabelIndex(int index)voidsetLogWriter(LogWriter logWriter)
-
-
-
Field Detail
-
logWriter_
public LogWriter logWriter_
-
-
Method Detail
-
loggingEnabled
public final boolean loggingEnabled()
-
setLogWriter
public final void setLogWriter(LogWriter logWriter)
-
getLogWriter
public final java.io.PrintWriter getLogWriter()
-
accumulateReadException
public final void accumulateReadException(SqlException e)
-
accumulateChainBreakingReadExceptionAndThrow
public final void accumulateChainBreakingReadExceptionAndThrow(DisconnectException e) throws DisconnectException
- Throws:
DisconnectException
-
checkForChainBreakingException_
public abstract void checkForChainBreakingException_() throws SqlException- Throws:
SqlException
-
setBatchedExceptionLabelIndex
public final void setBatchedExceptionLabelIndex(int index)
-
flow
public final void flow(ClientStatement statement) throws SqlException
- Throws:
SqlException
-
flowOutsideUOW
public final void flowOutsideUOW() throws SqlException- Throws:
SqlException
-
flush_
public abstract void flush_() throws DisconnectException- Throws:
DisconnectException
-
close_
public abstract void close_() throws SqlException- Throws:
SqlException
-
close
public void close() throws SqlException- Throws:
SqlException
-
beginWriteChainOutsideUOW
public abstract void beginWriteChainOutsideUOW() throws SqlException- Throws:
SqlException
-
beginWriteChain
public void beginWriteChain(ClientStatement statement) throws SqlException
- Throws:
SqlException
-
endReadChain
public void endReadChain() throws SqlException- Throws:
SqlException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG