A network dao action listener through a socket
Back to the Main Page

On the DAO (Client) end

In the DAO add the listener through

      dao.addDatabaseListener(new SendToListener("host",12345, true);
      

On the Replication Server (Server) end


Uses a forked thread list to take the pressure off the socket listener.

Back to the Main Page

Viewed times.