Package org.prevayler.socketserver.example.transactions

Examples of org.prevayler.socketserver.example.transactions.CreateTodoBean


    } catch (Exception e) {
      Log.error(e, "Unable to read user input");
    }

    // Add the new todo item
    Remote.conn.execl(new CreateTodoBean(response), "Unable to add Todo");
  }
View Full Code Here

TOP

Related Classes of org.prevayler.socketserver.example.transactions.CreateTodoBean

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.