Uses of Class
org.jacorb.orb.iiop.IIOPConnection

Packages that use IIOPConnection
org.jacorb.orb.iiop   
org.jacorb.orb.listener   
 

Uses of IIOPConnection in org.jacorb.orb.iiop
 

Subclasses of IIOPConnection in org.jacorb.orb.iiop
 class ClientIIOPConnection
           
 class ServerIIOPConnection
          ServerIIOPConnection.java
 

Uses of IIOPConnection in org.jacorb.orb.listener
 

Constructors in org.jacorb.orb.listener with parameters of type IIOPConnection
TCPConnectionEvent(IIOPConnection source, java.lang.String remoteIP, int remotePort, int localPort, java.lang.String localIP)
          Creates a new TCPConnectionEvent instance passing in the source of the event and relevant connection data.