org.jacorb.orb.iiop
Class IIOPLoopbackConnection

java.lang.Object
  extended by org.omg.ETF._ConnectionLocalBase
      extended by org.jacorb.orb.etf.ConnectionBase
          extended by org.jacorb.orb.etf.StreamConnectionBase
              extended by org.jacorb.orb.iiop.IIOPLoopbackConnection
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable

public class IIOPLoopbackConnection
extends StreamConnectionBase

Version:
$Id: IIOPLoopbackConnection.java,v 1.2 2006/06/26 08:09:30 alphonse.bendt Exp $
Author:
Kevin Conner (Kevin.Conner@arjuna.com)

Field Summary
 
Fields inherited from class org.jacorb.orb.etf.StreamConnectionBase
in_stream, out_stream
 
Fields inherited from class org.jacorb.orb.etf.ConnectionBase
b_out, configuration, connected, connection_info, finalTimeout, logger, orb, profile
 
Method Summary
 void close()
           
 void connect(Profile server_profile, long time_out)
           
protected  int getTimeout()
           
protected  void setTimeout(int timeout)
           
 
Methods inherited from class org.jacorb.orb.etf.StreamConnectionBase
flush, is_data_available, read, write
 
Methods inherited from class org.jacorb.orb.etf.ConnectionBase
configure, get_server_profile, getLocalhost, is_connected, supports_callback, to_COMM_FAILURE, turnOnFinalTimeout, use_handle_time_out, wait_next_data
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()

setTimeout

protected void setTimeout(int timeout)
Specified by:
setTimeout in class ConnectionBase

getTimeout

protected int getTimeout()
Specified by:
getTimeout in class ConnectionBase

connect

public void connect(Profile server_profile,
                    long time_out)