|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.verifier.strategy.AbstractVerifier | +--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
Fields inherited from class org.jboss.verifier.strategy.AbstractVerifier |
BEAN_MANAGED_TX, classloader, CONTAINER_MANAGED_TX, EJB_HOME_INTERFACE, EJB_OBJECT_INTERFACE, STATEFUL_SESSION, STATELESS_SESSION |
Constructor Summary | |
EJBVerifier11(VerificationContext context)
Constructs the verifier object. |
Method Summary | |
void |
checkEntity(EntityMetaData entity)
Verifies the entity bean class, home interface, remote interface and primary key class against the EJB 1.1 specification. |
void |
checkSession(SessionMetaData session)
Verifies the session bean class, home interface and remote interface against the EJB 1.1 specification. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EJBVerifier11(VerificationContext context)
context
- context for application informationMethod Detail |
public void checkSession(SessionMetaData session)
session
- XML metadata of the session beanpublic void checkEntity(EntityMetaData entity)
entity
- XML metadata of the session bean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |