org.jboss.verifier.strategy
Interface VerificationContext

All Superinterfaces:
VerificationEventGenerator
All Known Implementing Classes:
BeanVerifier

public interface VerificationContext
extends VerificationEventGenerator

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

Since:
JDK 1.3
Version:
$Revision: 81030 $
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
 org.jboss.metadata.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

org.jboss.metadata.ApplicationMetaData getApplicationMetaData()

getJarLocation

URL getJarLocation()

getClassLoader

ClassLoader getClassLoader()

getEJBVersion

String getEJBVersion()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.