Uses of Class
server.DaoImpl

Uses of DaoImpl in server
 

Methods in server with parameters of type DaoImpl
 void Command.execute(DaoImpl d)
          Performs a series of actions on the input object.
 void Invoker.invoke(DaoImpl d, Command c)
          This method invokes a command over a DAO.