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.10.6.2 $
Author:
Juha Lindfors
See Also:
<< OTHER RELATED CLASSES >>

Field Summary
static String VERSION_1_1
           
static String VERSION_2_0
           
static String VERSION_2_1
           
 
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

static final String VERSION_1_1
See Also:
Constant Field Values

VERSION_2_0

static final String VERSION_2_0
See Also:
Constant Field Values

VERSION_2_1

static final String VERSION_2_1
See Also:
Constant Field Values
Method Detail

getApplicationMetaData

ApplicationMetaData getApplicationMetaData()

getJarLocation

URL getJarLocation()

getClassLoader

ClassLoader getClassLoader()

getEJBVersion

String getEJBVersion()


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