Package org.araneaframework.framework.util

Examples of org.araneaframework.framework.util.StandardTransactionHelper


  public Object getTransactionId() {
    return transHelper.getCurrentTransactionId();
  }
 
  protected void init() throws Exception {
    transHelper = new StandardTransactionHelper();
   
    Map entries = new HashMap();
    entries.put(TransactionContext.class, this);
   
    childWidget._getComponent().init(new StandardEnvironment(getChildWidgetEnvironment(), entries));
View Full Code Here

TOP

Related Classes of org.araneaframework.framework.util.StandardTransactionHelper

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.