|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenR66RunnerErrorException | |
---|---|
openr66.client | Classes implementing Clients |
openr66.commander | Classes implementing Commander, reader of database updates from clients |
openr66.context | Classes implementing Session, Result and ErrorCode |
openr66.context.filesystem | Classes implementing Filesystem |
openr66.context.task | Classes implementing Tasks for pre, post or error operations
Several kind of tasks exist in OpenR66: LOG, MOVE, MOVERENAME, COPY, COPYRENAME, EXEC, EXECMOVE, LINKRENAME, TRANSFER, VALIDFILEPATH, DELETE Several tasks are possible to run before a transfer starts (pre action), after a transfer is finished correctly (post action) or after an error occurs (either in pre or post action or during transfer: error action). |
openr66.database.data | Classes implementing Database Data model |
openr66.protocol.localhandler | Classes implementing LocalHandlers (real work) |
openr66.protocol.utils | Classes implementing Utilities |
Uses of OpenR66RunnerErrorException in openr66.client |
---|
Methods in openr66.client that throw OpenR66RunnerErrorException | |
---|---|
org.jboss.netty.channel.ChannelFuture |
SendThroughClient.writeWhenPossible(goldengate.common.file.DataBlock block)
Write the next block when the channel is ready to prevent OOM |
Uses of OpenR66RunnerErrorException in openr66.commander |
---|
Methods in openr66.commander that throw OpenR66RunnerErrorException | |
---|---|
R66Future |
ClientRunner.finishTransfer(boolean retry,
LocalChannelReference localChannelReference)
Finish the transfer (called at the end of runTransfer) |
LocalChannelReference |
ClientRunner.initRequest()
Initialize the request |
R66Future |
ClientRunner.runTransfer()
True transfer run (can be called directly to enable exception outside any executors) |
R66Future |
ClientRunner.tryAgainTransferOnOverloaded(boolean retry,
LocalChannelReference localChannelReference)
In case an overloaded signal is returned by the requested |
Uses of OpenR66RunnerErrorException in openr66.context |
---|
Methods in openr66.context that throw OpenR66RunnerErrorException | |
---|---|
void |
R66BusinessInterface.checkAfterPost(R66Session session)
|
void |
R66BusinessInterface.checkAfterPreCommand(R66Session session)
|
void |
R66BusinessInterface.checkAfterTransfer(R66Session session)
|
void |
R66BusinessInterface.checkAtChangeFilename(R66Session session)
|
void |
R66BusinessInterface.checkAtError(R66Session session)
|
void |
R66BusinessInterface.checkAtStartup(R66Session session)
|
void |
R66Session.renameReceiverFile(String newFilename)
Rename the current receive file from the very beginning since the sender has a post action that changes its name |
void |
R66Session.setFileAfterPreRunner(boolean createFile)
Set the File from the runner once PRE operation are done |
void |
R66Session.setFileBeforePreRunner()
Set the File from the runner before PRE operation are done |
void |
R66Session.setFinalizeTransfer(boolean status,
R66Result finalValue)
Finalize the transfer step by running the error or post operation according to the status. |
void |
R66Session.setRunner(DbTaskRunner runner)
Set the runner, START from the PreTask if necessary, and prepare the file |
void |
R66Session.tryFinalizeRequest(R66Result errorValue)
Try to finalize the request if possible |
Uses of OpenR66RunnerErrorException in openr66.context.filesystem |
---|
Methods in openr66.context.filesystem that throw OpenR66RunnerErrorException | |
---|---|
void |
R66File.retrieveBlocking(AtomicBoolean running)
Start the retrieve (send to the remote host the local file) |
Uses of OpenR66RunnerErrorException in openr66.context.task |
---|
Methods in openr66.context.task that throw OpenR66RunnerErrorException | |
---|---|
static AbstractTask |
TaskType.getTaskFromId(String name,
String argRule,
int delay,
R66Session session)
|
static AbstractTask |
TaskType.getTaskFromId(TaskType type,
String argRule,
int delay,
R66Session session)
|
Uses of OpenR66RunnerErrorException in openr66.database.data |
---|
Methods in openr66.database.data that throw OpenR66RunnerErrorException | |
---|---|
void |
DbTaskRunner.finalizeTransfer(LocalChannelReference localChannelReference,
R66File file,
R66Result finalValue,
boolean status)
Once the transfer is over, finalize the Runner by running the error or post operation according to the status. |
boolean |
DbTaskRunner.restart(boolean submit)
Make this Runner ready for restart |
void |
DbTaskRunner.run()
Run all task from current status (globalstep and step) |
void |
DbTaskRunner.saveStatus()
This method is to be called each time an operation is happening on Runner |
void |
DbTaskRunner.setStart(Timestamp start)
|
Uses of OpenR66RunnerErrorException in openr66.protocol.localhandler |
---|
Methods in openr66.protocol.localhandler that throw OpenR66RunnerErrorException | |
---|---|
static org.jboss.netty.channel.ChannelFuture |
RetrieveRunner.writeWhenPossible(goldengate.common.file.DataBlock block,
LocalChannelReference localChannelReference)
Write the next block when the channel is ready to prevent OOM |
Uses of OpenR66RunnerErrorException in openr66.protocol.utils |
---|
Methods in openr66.protocol.utils that throw OpenR66RunnerErrorException | |
---|---|
static void |
TransferUtils.finalizeTaskWithNoSession(DbTaskRunner taskRunner,
LocalChannelReference localChannelReference)
Finalize a local task since only Post action has to be done |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |