org.jacorb.orb.giop
Class ClientGIOPConnection

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.jacorb.orb.giop.GIOPConnection
          extended byorg.jacorb.orb.giop.ClientGIOPConnection
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable

public class ClientGIOPConnection
extends GIOPConnection
implements org.apache.avalon.framework.configuration.Configurable

Version:
$Id: ClientGIOPConnection.java,v 1.13 2004/05/06 12:40:00 nicolas Exp $
Author:
Nicolas Noffke

Field Summary
 
Fields inherited from class org.jacorb.orb.giop.GIOPConnection
connect_sync, connection_listener, discard_messages, do_close, pendingUndecidedSync, profile, statistics_provider, transport
 
Constructor Summary
ClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider)
           
 
Method Summary
 void closeAllowReopen()
           
 void configure(org.apache.avalon.framework.configuration.Configuration configuration)
           
protected  void readTimedOut()
           
protected  void streamClosed()
           
 
Methods inherited from class org.jacorb.orb.giop.GIOPConnection
allocate_cubby_id, close, decPendingMessages, flush, get_cubby, getRequestListener, getStatisticsProvider, getTCS, getTCSW, getTransport, getWriteLock, hasPendingMessages, incPendingMessages, isSSL, isTCSNegotiated, markTCSNegotiated, receiveMessages, releaseWriteLock, sendReply, sendRequest, set_cubby, setCodeSets, setConnectionListener, setReplyListener, setRequestListener, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientGIOPConnection

public ClientGIOPConnection(Profile profile,
                            Connection transport,
                            RequestListener request_listener,
                            ReplyListener reply_listener,
                            StatisticsProvider statistics_provider)
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration configuration)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
Overrides:
configure in class GIOPConnection
Throws:
org.apache.avalon.framework.configuration.ConfigurationException

readTimedOut

protected void readTimedOut()
Specified by:
readTimedOut in class GIOPConnection

streamClosed

protected void streamClosed()
Specified by:
streamClosed in class GIOPConnection

closeAllowReopen

public void closeAllowReopen()