Uses of Class
openr66.protocol.exception.OpenR66ProtocolNoConnectionException

Packages that use OpenR66ProtocolNoConnectionException
openr66.client Classes implementing Clients 
openr66.commander Classes implementing Commander, reader of database updates from clients 
openr66.protocol.networkhandler Classes implementing Network Handler (multiplexing local handlers) 
 

Uses of OpenR66ProtocolNoConnectionException in openr66.client
 

Methods in openr66.client that throw OpenR66ProtocolNoConnectionException
 void AbstractBusinessRequest.initRequest()
           
 

Uses of OpenR66ProtocolNoConnectionException in openr66.commander
 

Methods in openr66.commander that throw OpenR66ProtocolNoConnectionException
 LocalChannelReference ClientRunner.initRequest()
          Initialize the request
 R66Future ClientRunner.runTransfer()
          True transfer run (can be called directly to enable exception outside any executors)
 R66Future ClientRunner.tryAgainTransferOnOverloaded(boolean retry, LocalChannelReference localChannelReference)
          In case an overloaded signal is returned by the requested
 

Uses of OpenR66ProtocolNoConnectionException in openr66.protocol.networkhandler
 

Methods in openr66.protocol.networkhandler that throw OpenR66ProtocolNoConnectionException
 LocalChannelReference NetworkTransaction.createConnection(SocketAddress socketAddress, boolean isSSL, R66Future futureRequest)
          Create a connection to the specified socketAddress
 



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