Package org.jbpm.pvm.internal.tx

Examples of org.jbpm.pvm.internal.tx.StandardTransactionInterceptor


  public StandardTransactionInterceptorBinding() {
    super("standard-transaction-interceptor");
  }

  public Object parse(Element element, Parse parse, Parser parser) {
    StandardTransactionInterceptor standardTransactionInterceptor = new StandardTransactionInterceptor();
    return new ProvidedObjectDescriptor(standardTransactionInterceptor);
  }
View Full Code Here

TOP

Related Classes of org.jbpm.pvm.internal.tx.StandardTransactionInterceptor

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.