Uses of Class
openr66.context.R66Result

Packages that use R66Result
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.utils Classes implementing Utilities 
 

Uses of R66Result in openr66.context
 

Methods in openr66.context with parameters of type R66Result
 void R66Session.setFinalizeTransfer(boolean status, R66Result finalValue)
          Finalize the transfer step by running the error or post operation according to the status.
 void R66Session.tryFinalizeRequest(R66Result errorValue)
          Try to finalize the request if possible
 

Uses of R66Result in openr66.database.data
 

Methods in openr66.database.data with parameters of type R66Result
 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.
 

Uses of R66Result in openr66.protocol.localhandler
 

Methods in openr66.protocol.localhandler with parameters of type R66Result
 void LocalChannelReference.invalidateRequest(R66Result finalvalue)
          Invalidate the current request
 void LocalChannelReference.validateConnection(boolean validate, R66Result result)
          Validate or Invalidate the connection (authentication)
 void LocalChannelReference.validateEndTransfer(R66Result finalValue)
          Validate the End of a Transfer
 void LocalChannelReference.validateRequest(R66Result finalValue)
          Validate the current Request
 

Uses of R66Result in openr66.protocol.utils
 

Methods in openr66.protocol.utils that return R66Result
 R66Result R66Future.getResult()
           
static R66Result TransferUtils.restartTransfer(DbTaskRunner taskRunner, LocalChannelReference lcr)
          Try to restart one Transfer Runner Task
 

Methods in openr66.protocol.utils with parameters of type R66Result
 void R66Future.setResult(R66Result result)
           
 



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