Uses of Class
openr66.protocol.exception.OpenR66ProtocolBusinessException

Packages that use OpenR66ProtocolBusinessException
openr66.client Classes implementing Clients 
openr66.database.data Classes implementing Database Data model 
openr66.protocol.exception Classes implementing Exceptions 
openr66.protocol.test Classes implementing Test only 
 

Uses of OpenR66ProtocolBusinessException in openr66.client
 

Methods in openr66.client that throw OpenR66ProtocolBusinessException
abstract  void RecvThroughHandler.writeChannelBuffer(org.jboss.netty.buffer.ChannelBuffer buffer)
          This method will be called for each valid packet received to be written
 

Uses of OpenR66ProtocolBusinessException in openr66.database.data
 

Methods in openr66.database.data that throw OpenR66ProtocolBusinessException
 void DbTaskRunner.loadXmlWorkNoDb()
          Method to load a previous existing DbTaskRunner for NoDb client from File instead of from DB.
static NbAndSpecialId DbTaskRunner.writeXML(goldengate.common.database.DbPreparedStatement preparedStatement, org.dom4j.io.XMLWriter xmlWriter)
          Write the selected TaskRunners from PrepareStatement to a XMLWriter
 void DbTaskRunner.writeXmlWorkNoDb()
          Method to write the current DbTaskRunner for NoDb client instead of updating DB.
static NbAndSpecialId DbTaskRunner.writeXMLWriter(goldengate.common.database.DbPreparedStatement preparedStatement, String filename)
          Write selected TaskRunners to an XML file using an XMLWriter
static void DbTaskRunner.writeXMLWriter(String filename)
          Write all TaskRunners to an XML file using an XMLWriter
 

Uses of OpenR66ProtocolBusinessException in openr66.protocol.exception
 

Subclasses of OpenR66ProtocolBusinessException in openr66.protocol.exception
 class OpenR66ProtocolBusinessCancelException
          Protocol exception on Business part
 class OpenR66ProtocolBusinessNoWriteBackException
          Protocol exception on Business part without any write back action
 class OpenR66ProtocolBusinessQueryAlreadyFinishedException
          Protocol exception on Business part due to Query is already finished
 class OpenR66ProtocolBusinessQueryStillRunningException
          Protocol exception on Business part due to Query is still running
 class OpenR66ProtocolBusinessRemoteFileNotFoundException
          Protocol exception on Business part telling that remote host did not find the file.
 class OpenR66ProtocolBusinessStopException
          Protocol exception on Business part
 class OpenR66ProtocolNotAuthenticatedException
          Business Protocol exception due to no valid authentication
 

Uses of OpenR66ProtocolBusinessException in openr66.protocol.test
 

Methods in openr66.protocol.test that throw OpenR66ProtocolBusinessException
 void TestSendThroughForward.TestRecvThroughForwardHandler.writeChannelBuffer(org.jboss.netty.buffer.ChannelBuffer buffer)
           
 void TestRecvThroughClient.TestRecvThroughHandler.writeChannelBuffer(org.jboss.netty.buffer.ChannelBuffer buffer)
           
 



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