Package org.openbp.server.engine

Examples of org.openbp.server.engine.EngineExceptionHandlerEvent.skipSubsequentObservers()


    rollbackProcessor.performRollback(ee);

    // Continue at the error socket of the current node
    ee.setHandlingOption(EngineExceptionHandlerEvent.HANDLING_OPTION_ERROR_SOCKET);

    ee.skipSubsequentObservers();
  }
  // @param handlingOption {@link #HANDLING_OPTION_ERROR_SOCKET} | {@link #HANDLING_OPTION_CONTINUE} | {@link #HANDLING_OPTION_RETHROW}
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.