Uses of Class
openr66.protocol.exception.OpenR66ProtocolSystemException

Packages that use OpenR66ProtocolSystemException
openr66.client Classes implementing Clients 
openr66.configuration Classes implementing Configuration loading from database or files 
openr66.context Classes implementing Session, Result and ErrorCode 
openr66.context.filesystem Classes implementing Filesystem 
openr66.database.data Classes implementing Database Data model 
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 OpenR66ProtocolSystemException in openr66.client
 

Methods in openr66.client that throw OpenR66ProtocolSystemException
 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 OpenR66ProtocolSystemException in openr66.configuration
 

Methods in openr66.configuration that throw OpenR66ProtocolSystemException
static DbRule RuleFileBasedConfiguration.getFromFile(File file)
          Load and update a Rule from a file
static List<DbRule> RuleFileBasedConfiguration.getMultipleFromFile(File file)
          Load and update multiple Rules from one file
static void RuleFileBasedConfiguration.importRules(File configDirectory)
          Import all Rule files into the HashTable of Rules
static String RuleFileBasedConfiguration.writeOneXml(String directory, String hostname)
          Write to directory 1 file prefixed by hostname all Rules from database
static void AuthenticationFileBasedConfiguration.writeXML(Configuration config, String filename)
          Write all authentication to a file with filename
static void RuleFileBasedConfiguration.writeXml(String directory, String hostname)
          Write to directory files prefixed by hostname all Rules from database
 

Uses of OpenR66ProtocolSystemException in openr66.context
 

Methods in openr66.context that throw OpenR66ProtocolSystemException
 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 OpenR66ProtocolSystemException in openr66.context.filesystem
 

Methods in openr66.context.filesystem that throw OpenR66ProtocolSystemException
 void R66File.retrieveBlocking(AtomicBoolean running)
          Start the retrieve (send to the remote host the local file)
 

Uses of OpenR66ProtocolSystemException in openr66.database.data
 

Methods in openr66.database.data that throw OpenR66ProtocolSystemException
 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.
 String DbRule.setArchivePath(String filename)
          Get the full path from archivePath
 String DbRule.setRecvPath(String filename)
          Get the full path from RecvPath (used only in copy MODETRANS)
 String DbRule.setSendPath(String filename)
          Get the full path from sendPath
 String DbRule.setWorkingPath(String filename)
          Get the full path from workPath
 

Uses of OpenR66ProtocolSystemException in openr66.protocol.localhandler
 

Methods in openr66.protocol.localhandler that throw OpenR66ProtocolSystemException
 LocalChannelReference LocalTransaction.createNewClient(org.jboss.netty.channel.Channel networkChannel, Integer remoteId, R66Future futureRequest)
          Create a new Client
 LocalChannelReference LocalTransaction.getClient(Integer remoteId, Integer localId)
          Get the corresponding LocalChannelReference
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 OpenR66ProtocolSystemException in openr66.protocol.networkhandler
 

Methods in openr66.protocol.networkhandler that throw OpenR66ProtocolSystemException
static LocalChannelReference NetworkTransaction.createConnectionFromNetworkChannelStartup(org.jboss.netty.channel.Channel channel, NetworkPacket packet)
          Create the LocalChannelReference when a remote local channel starts its connection
 

Uses of OpenR66ProtocolSystemException in openr66.protocol.utils
 

Methods in openr66.protocol.utils that throw OpenR66ProtocolSystemException
static String FileUtils.consolidatePath(String base, String path)
           
static File[] FileUtils.copy(File[] from, File directoryTo, boolean move)
          Copy a group of files to a directory
static void FileUtils.copy(File from, File to, boolean move, boolean append)
          Copy one file to another one
static File FileUtils.copyToDir(File from, File directoryTo, boolean move)
          Copy one file to a directory
static String FileUtils.getHash(File f)
          Calculates and returns the hash of the contents of the given file.
 



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