org.apache.openejb.config.rules
Class CheckUserTransactionRefs
java.lang.Object
org.apache.openejb.config.rules.ValidationBase
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: 1153797 $ $Date: 2011-08-04 11:09:44 +0200 (Jeu, 04 aoĆ» 2011) $
| Methods inherited from class org.apache.openejb.config.rules.ValidationBase |
error, fail, fail, getParameters, getParameters, getParameters, ignoredClassAnnotation, ignoredMethodAnnotation, isCmp, loadClass, missingMethod, paramsMatch, validate, validate, warn, warn |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckUserTransactionRefs
public CheckUserTransactionRefs()
validate
public void validate(EjbModule ejbModule)
- Overrides:
validate in class ValidationBase
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.