org.jboss.verifier.strategy
Interface VerificationStrategy

All Superinterfaces:
org.gjt.lindfors.pattern.Strategy
All Known Implementing Classes:
AbstractVerifier

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

Since:
JDK 1.3
Version:
$Revision: 1.10 $
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

public void checkEntity(EntityMetaData entity)
Does the entity check


checkSession

public void checkSession(SessionMetaData session)
Checks the session


checkMessageBean

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



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