Uses of Class
openr66.database.data.DbTaskRunner

Packages that use DbTaskRunner
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.database.data Classes implementing Database Data model 
openr66.protocol.localhandler Classes implementing LocalHandlers (real work) 
openr66.protocol.snmp Classes implementing SNMP elements for OpenR66 
openr66.protocol.test Classes implementing Test only 
openr66.protocol.utils Classes implementing Utilities 
 

Uses of DbTaskRunner in openr66.client
 

Fields in openr66.client declared as DbTaskRunner
protected  DbTaskRunner SendThroughClient.taskRunner
           
 

Methods in openr66.client that return DbTaskRunner
protected  DbTaskRunner AbstractTransfer.initRequest()
          Initiate the Request and return a potential DbTaskRunner
 

Uses of DbTaskRunner in openr66.commander
 

Methods in openr66.commander that return DbTaskRunner
 DbTaskRunner ClientRunner.getTaskRunner()
           
 

Methods in openr66.commander with parameters of type DbTaskRunner
 boolean ClientRunner.incrementTaskRunerTry(DbTaskRunner runner, int limit)
           
 void InternalRunner.submitTaskRunner(DbTaskRunner taskRunner)
          Submit a task
 

Constructors in openr66.commander with parameters of type DbTaskRunner
ClientRunner(NetworkTransaction networkTransaction, DbTaskRunner taskRunner, R66Future futureRequest)
           
 

Uses of DbTaskRunner in openr66.context
 

Fields in openr66.context declared as DbTaskRunner
 DbTaskRunner R66Result.runner
          The runner if any
 

Methods in openr66.context that return DbTaskRunner
 DbTaskRunner R66Session.getRunner()
           
 

Methods in openr66.context with parameters of type DbTaskRunner
 void R66Session.setBadRunner(DbTaskRunner runner, ErrorCode code)
          To be used when a request comes with a bad code so it cannot be set normally
 void R66Session.setNoSessionRunner(DbTaskRunner runner, LocalChannelReference localChannelReference)
          To be called in case of No Session not from a valid LocalChannelHandler
 void R66Session.setRunner(DbTaskRunner runner)
          Set the runner, START from the PreTask if necessary, and prepare the file
 

Constructors in openr66.context with parameters of type DbTaskRunner
R66Result(OpenR66Exception exception, R66Session session, boolean isAnswered, ErrorCode code, DbTaskRunner runner)
           
R66Result(R66Session session, boolean isAnswered, ErrorCode code, DbTaskRunner runner)
           
 

Uses of DbTaskRunner in openr66.database.data
 

Methods in openr66.database.data that return DbTaskRunner
static DbTaskRunner DbTaskRunner.getFromStatement(goldengate.common.database.DbPreparedStatement preparedStatement)
          For instance from Commander when getting updated information
 

Methods in openr66.database.data with parameters of type DbTaskRunner
 void DbTaskRunner.setFrom(DbTaskRunner runner)
          Partial set from another runner (infostatus, rank, status, step, stop, filename, globallastep, globalstep, isFileMoved)
 

Uses of DbTaskRunner in openr66.protocol.localhandler
 

Methods in openr66.protocol.localhandler with parameters of type DbTaskRunner
 void LocalTransaction.setFromId(DbTaskRunner runner, LocalChannelReference lcr)
           
 

Uses of DbTaskRunner in openr66.protocol.snmp
 

Methods in openr66.protocol.snmp with parameters of type DbTaskRunner
 void R66PrivateMib.notifyInfoTask(String message, DbTaskRunner runner)
          Send a notification (trap or inform) for Warning/Error event on a single Transfer Task
 

Uses of DbTaskRunner in openr66.protocol.test
 

Fields in openr66.protocol.test declared as DbTaskRunner
protected  DbTaskRunner TestSendThroughForward.sourceRunner
           
 

Constructors in openr66.protocol.test with parameters of type DbTaskRunner
TestSendThroughForward(R66Future future, String remoteHost, String filename, String rulename, String fileinfo, boolean isMD5, int blocksize, NetworkTransaction networkTransaction, long idt, goldengate.common.database.DbSession dbSession, DbTaskRunner runner)
           
 

Uses of DbTaskRunner in openr66.protocol.utils
 

Fields in openr66.protocol.utils declared as DbTaskRunner
 DbTaskRunner R66Future.runner
          Used in some specific occasion, such as client submission in API mode
 

Methods in openr66.protocol.utils with parameters of type DbTaskRunner
static void TransferUtils.finalizeTaskWithNoSession(DbTaskRunner taskRunner, LocalChannelReference localChannelReference)
          Finalize a local task since only Post action has to be done
static R66Result TransferUtils.restartTransfer(DbTaskRunner taskRunner, LocalChannelReference lcr)
          Try to restart one Transfer Runner Task
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.