Uses of Class
openr66.context.R66Session

Packages that use R66Session
openr66.context Classes implementing Session, Result and ErrorCode 
openr66.context.authentication Classes implementing Authentication 
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.http Classes implementing HTTP information support 
openr66.protocol.localhandler Classes implementing LocalHandlers (real work) 
openr66.protocol.networkhandler Classes implementing Network Handler (multiplexing local handlers) 
openr66.protocol.utils Classes implementing Utilities 
 

Uses of R66Session in openr66.context
 

Methods in openr66.context with parameters of type R66Session
 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)
           
 R66BusinessInterface R66DefaultBusinessFactory.getBusinessInterface(R66Session session)
           
 R66BusinessInterface R66BusinessFactoryInterface.getBusinessInterface(R66Session session)
           
 

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

Uses of R66Session in openr66.context.authentication
 

Constructors in openr66.context.authentication with parameters of type R66Session
R66Auth(R66Session session)
           
 

Uses of R66Session in openr66.context.filesystem
 

Methods in openr66.context.filesystem that return R66Session
 R66Session R66File.getSession()
           
 

Constructors in openr66.context.filesystem with parameters of type R66Session
R66Dir(R66Session session)
           
R66File(R66Session session, R66Dir dir, String path)
          This constructor is for External file
R66File(R66Session session, R66Dir dir, String path, boolean append)
           
R66Restart(R66Session session)
           
 

Uses of R66Session in openr66.context.task
 

Fields in openr66.context.task declared as R66Session
protected  R66Session AbstractExecJavaTask.session
           
 

Methods in openr66.context.task with parameters of type R66Session
static AbstractTask TaskType.getTaskFromId(String name, String argRule, int delay, R66Session session)
           
static AbstractTask TaskType.getTaskFromId(TaskType type, String argRule, int delay, R66Session session)
           
 void R66Runnable.setArgs(R66Session session, boolean waitForValidation, boolean useLocalExec, int delay, String[] args)
          The way the parameter will be set
 void AbstractExecJavaTask.setArgs(R66Session session, boolean waitForValidation, boolean useLocalExec, int delay, String[] args)
           
 

Constructors in openr66.context.task with parameters of type R66Session
CopyRenameTask(String argRule, int delay, String argTransfer, R66Session session)
           
CopyTask(String argRule, int delay, String argTransfer, R66Session session)
           
DeleteTask(String argRule, int delay, String argTransfer, R66Session session)
           
ExecJavaTask(String argRule, int delay, String argTransfer, R66Session session)
           
ExecMoveTask(String argRule, int delay, String argTransfer, R66Session session)
           
ExecOutputTask(String argRule, int delay, String argTransfer, R66Session session)
           
ExecTask(String argRule, int delay, String argTransfer, R66Session session)
           
LinkRenameTask(String argRule, int delay, String argTransfer, R66Session session)
           
LogTask(String argRule, int delay, String argTransfer, R66Session session)
           
MoveRenameTask(String argRule, int delay, String argTransfer, R66Session session)
           
MoveTask(String argRule, int delay, String argTransfer, R66Session session)
           
RescheduleTransferTask(String argRule, int delay, String argTransfer, R66Session session)
           
TarTask(String argRule, int delay, String argTransfer, R66Session session)
           
TransferTask(String argRule, int delay, String argTransfer, R66Session session)
           
ValidFilePathTask(String argRule, int delay, String argTransfer, R66Session session)
           
ZipTask(String argRule, int delay, String argTransfer, R66Session session)
           
 

Uses of R66Session in openr66.database.data
 

Methods in openr66.database.data with parameters of type R66Session
 long DbTaskRunner.freespace(R66Session session)
           
static String DbTaskRunner.getRequested(R66Session session, RequestPacket requestPacket)
           
static String DbTaskRunner.getRequester(R66Session session, RequestPacket requestPacket)
           
 String DbTaskRunner.toHtml(R66Session session, String running)
           
 String DbRule.toSpecializedHtml(R66Session session, String body)
           
 String DbHostAuth.toSpecializedHtml(R66Session session, String body, boolean crypted)
           
 String DbTaskRunner.toSpecializedHtml(R66Session session, String body, String running)
           
 

Constructors in openr66.database.data with parameters of type R66Session
DbTaskRunner(goldengate.common.database.DbSession dbSession, R66Session session, DbRule rule, boolean isSender, RequestPacket requestPacket)
          Constructor from a request with a valid Special Id to be inserted into database
DbTaskRunner(goldengate.common.database.DbSession dbSession, R66Session session, DbRule rule, long id, String requester, String requested)
          Constructor from a request with a valid Special Id so loaded from database
 

Uses of R66Session in openr66.protocol.http
 

Fields in openr66.protocol.http declared as R66Session
 R66Session HttpFormattedHandler.authentHttp
           
 

Uses of R66Session in openr66.protocol.localhandler
 

Methods in openr66.protocol.localhandler that return R66Session
 R66Session LocalChannelReference.getSession()
           
 

Methods in openr66.protocol.localhandler with parameters of type R66Session
 void LocalChannelReference.setSession(R66Session session)
           
 

Constructors in openr66.protocol.localhandler with parameters of type R66Session
RetrieveRunner(R66Session session, org.jboss.netty.channel.Channel channel)
           
 

Uses of R66Session in openr66.protocol.networkhandler
 

Methods in openr66.protocol.networkhandler with parameters of type R66Session
static void NetworkTransaction.runRetrieve(R66Session session, org.jboss.netty.channel.Channel channel)
          Start retrieve operation
 

Uses of R66Session in openr66.protocol.utils
 

Methods in openr66.protocol.utils with parameters of type R66Session
static StringBuilder TransferUtils.stopSelectedTransfers(goldengate.common.database.DbSession dbSession, int limit, StringBuilder builder, R66Session session, String body, String startid, String stopid, Timestamp tstart, Timestamp tstop, String rule, String req, boolean pending, boolean transfer, boolean error)
          Stop all selected transfers
 



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