|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.verifier.strategy.AbstractVerifier (src)
org.jboss.verifier.strategy.EJBVerifier11
Concrete implementation of the VerificationStrategy
interface.
This class implements the verification of both session and entity beans for
Enterprise JavaBeans v1.1 specification.
For more detailed documentation, refer to the
Enterprise JavaBeans v1.1, Final Release
AbstractVerifier
(src) Field Summary |
Fields inherited from class org.jboss.verifier.strategy.AbstractVerifier (src) |
BEAN_MANAGED_TX, classloader, CONTAINER_MANAGED_TX, CREATE_METHOD, EJB_CREATE_METHOD, EJB_HOME_INTERFACE, EJB_HOME_METHOD, EJB_LOCAL_HOME_INTERFACE, EJB_LOCAL_OBJECT_INTERFACE, EJB_OBJECT_INTERFACE, EJB_REMOVE_METHOD, EJB_SELECT_METHOD, STATEFUL_SESSION, STATELESS_SESSION |
Constructor Summary | |
EJBVerifier11(VerificationContext (src) context)
Constructs the verifier object. |
Method Summary | |
void |
checkEntity(EntityMetaData (src) entity)
Verifies the entity bean class, home interface, remote interface and primary key class against the EJB 1.1 specification. |
void |
checkSession(SessionMetaData (src) session)
Verifies the session bean class, home interface and remote interface against the EJB 1.1 specification. |
java.lang.String |
getMessageBundle()
|
boolean |
isCreateMethod(java.lang.reflect.Method m)
|
boolean |
isEjbCreateMethod(java.lang.reflect.Method m)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EJBVerifier11(VerificationContext (src) context)
context
- context for application informationMethod Detail |
public java.lang.String getMessageBundle()
getMessageBundle
in class AbstractVerifier (src)
public void checkSession(SessionMetaData (src) session)
session
- XML metadata of the session beanpublic void checkEntity(EntityMetaData (src) entity)
entity
- XML metadata of the session beanpublic boolean isCreateMethod(java.lang.reflect.Method m)
isCreateMethod
in class AbstractVerifier (src)
public boolean isEjbCreateMethod(java.lang.reflect.Method m)
isEjbCreateMethod
in class AbstractVerifier (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |