Uses of Class
com.toremote.gateway.connection.Connection

Packages that use Connection
com.toremote.gateway.connection   
 

Uses of Connection in com.toremote.gateway.connection
 

Fields in com.toremote.gateway.connection declared as Connection
 Connection[] AbstractServerList.connections
           
 

Methods in com.toremote.gateway.connection that return Connection
 Connection AbstractServerList.getConnectionById(java.lang.String id)
           
 Connection ServerListInterface.getConnectionById(java.lang.String id)
           
 Connection AbstractServerList.getConnectionByIdOrServer(java.lang.String is)
           
 Connection ServerListInterface.getConnectionByIdOrServer(java.lang.String idOrServer)
           
 Connection SymLink.getConnectoin()
           
 

Methods in com.toremote.gateway.connection with parameters of type Connection
abstract  boolean AbstractServerList.add(Connection c)
          add new server, call persistent to save
abstract  boolean AbstractServerList.update(Connection c)
          update existing server, call persistent to save