org.jboss.verifier.strategy
Interface VerificationStrategy

All Superinterfaces:
org.gjt.lindfors.pattern.Strategy
All Known Implementing Classes:
AbstractEJB2xVerifier, AbstractVerifier, EJBVerifier11, EJBVerifier20, EJBVerifier21

public interface VerificationStrategy
extends org.gjt.lindfors.pattern.Strategy

Since:
JDK 1.3
Version:
$Revision: 57209 $
Author:
Juha Lindfors

Method Summary
 void checkEntity(EntityMetaData entity)
          Does the entity check
 void checkMessageBean(MessageDrivenMetaData message)
          Checks the message driven beans (EJB 2.0 only).
 void checkSession(SessionMetaData session)
          Checks the session
 
Methods inherited from interface org.gjt.lindfors.pattern.Strategy
getContext
 

Method Detail

checkEntity

void checkEntity(EntityMetaData entity)
Does the entity check


checkSession

void checkSession(SessionMetaData session)
Checks the session


checkMessageBean

void checkMessageBean(MessageDrivenMetaData message)
Checks the message driven beans (EJB 2.0 only).



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.