站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

VerificationStrategy (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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.