Uses of Class
com.continuent.tungsten.replicator.thl.ConnectorHandler

Packages that use ConnectorHandler
com.continuent.tungsten.replicator.thl   
 

Uses of ConnectorHandler in com.continuent.tungsten.replicator.thl
 

Methods in com.continuent.tungsten.replicator.thl that return types with arguments of type ConnectorHandler
 java.util.LinkedList<ConnectorHandler> THL.getClients()
          Returns list of currently connected clients.
 java.util.LinkedList<ConnectorHandler> Server.getClients()
          Returns list of this server's clients.
 

Methods in com.continuent.tungsten.replicator.thl with parameters of type ConnectorHandler
 void Server.removeClient(ConnectorHandler client)
          Marks a client for removal.