org.jboss.verifier.strategy
Interface VerificationContext

All Superinterfaces:
org.gjt.lindfors.util.EventGenerator, org.gjt.lindfors.pattern.StrategyContext, VerificationEventGenerator
All Known Implementing Classes:
BeanVerifier

public interface VerificationContext
extends org.gjt.lindfors.pattern.StrategyContext, VerificationEventGenerator

<< DESCRIBE THE CLASS HERE >> For more detailed documentation, refer to the >

Since:
JDK 1.3
Version:
$Revision: 1.7 $
Author:
Juha Lindfors
See Also:
<< OTHER RELATED CLASSES >>

Field Summary
static String VERSION_1_1
           
static String VERSION_2_0
           
 
Method Summary
 ApplicationMetaData getApplicationMetaData()
           
 ClassLoader getClassLoader()
           
 String getEJBVersion()
           
 URL getJarLocation()
           
 
Methods inherited from interface org.jboss.verifier.event.VerificationEventGenerator
addVerificationListener, fireBeanChecked, fireSpecViolation, removeVerificationListener
 

Field Detail

VERSION_1_1

public static final String VERSION_1_1
See Also:
Constant Field Values

VERSION_2_0

public static final String VERSION_2_0
See Also:
Constant Field Values
Method Detail

getApplicationMetaData

public ApplicationMetaData getApplicationMetaData()

getJarLocation

public URL getJarLocation()

getClassLoader

public ClassLoader getClassLoader()

getEJBVersion

public String getEJBVersion()


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