org.jacorb.orb.giop

Class ClientGIOPConnection

Implemented Interfaces:
Configurable

public class ClientGIOPConnection
extends GIOPConnection
implements 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(Configuration configuration)
protected void
readTimedOut()
protected void
streamClosed()

Methods inherited from class org.jacorb.orb.giop.GIOPConnection

allocate_cubby_id, close, configure, decPendingMessages, flush, getRequestListener, getStatisticsProvider, getTCS, getTCSW, getTransport, getWriteLock, get_cubby, hasPendingMessages, incPendingMessages, isSSL, isTCSNegotiated, markTCSNegotiated, readTimedOut, receiveMessages, releaseWriteLock, sendReply, sendRequest, setCodeSets, setConnectionListener, setReplyListener, setRequestListener, set_cubby, streamClosed, write, write, write

Constructor Details

ClientGIOPConnection

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

Method Details

closeAllowReopen

public void closeAllowReopen()


configure

public void configure(Configuration configuration)
            throws ConfigurationException
Overrides:
configure in interface GIOPConnection


readTimedOut

protected void readTimedOut()
Overrides:
readTimedOut in interface GIOPConnection


streamClosed

protected void streamClosed()
Overrides:
streamClosed in interface GIOPConnection