org.apache.openejb.config.rules
Class CheckUserTransactionRefs

java.lang.Object
  extended by org.apache.openejb.config.rules.ValidationBase
      extended by org.apache.openejb.config.rules.CheckUserTransactionRefs
All Implemented Interfaces:
ValidationRule

public class CheckUserTransactionRefs
extends ValidationBase

Excerpt from EJB 3.0 Core spec, chapter 16.12. UserTransaction Interface:

The container must make the UserTransaction interface available to the enterprise beans that are allowed to use this interface (only session and message-driven beans with bean-managed transaction demarcation are allowed to use this interface)

Version:
$Rev: 904482 $ $Date: 2010-01-29 13:33:15 +0100 (Fr, 29. Jan 2010) $

Constructor Summary
CheckUserTransactionRefs()
           
 
Method Summary
 void validate(EjbModule ejbModule)
           
 
Methods inherited from class org.apache.openejb.config.rules.ValidationBase
error, fail, fail, getParameters, getParameters, isCmp, loadClass, missingMethod, paramsMatch, validate, validate, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckUserTransactionRefs

public CheckUserTransactionRefs()
Method Detail

validate

public void validate(EjbModule ejbModule)
Overrides:
validate in class ValidationBase


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.