|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.config.rules.ValidationBase
org.apache.openejb.config.rules.CheckUserTransactionRefs
public class CheckUserTransactionRefs
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)
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 |
---|
public CheckUserTransactionRefs()
Method Detail |
---|
public void validate(EjbModule ejbModule)
validate
in class ValidationBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |