Uses of Interface
org.xlattice.Connection

Packages that use Connection
org.xlattice This package contains abstractions for all of the basic types dealt with in XLattice. 
 

Uses of Connection in org.xlattice
 

Methods in org.xlattice that return Connection
 Connection Acceptor.accept()
           
 Connection Connector.connect(EndPoint nearEnd, boolean blocking)
          Establish a Connection with another entity using the transport and address in the EndPoint.
 Connection Node.getConnection(int n)
           
 Connection Node.removeConnection(Connection v)
           
 

Methods in org.xlattice with parameters of type Connection
 Node Node.addConnection(Connection v)
           
 Connection Node.removeConnection(Connection v)