|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.validator.ValidateClass
public class ValidateClass

ValidateClass for objects that should be validated
| Constructor Summary | |
|---|---|
ValidateClass(Key key,
Class<?> clazz)
Constructor |
|
ValidateClass(Key key,
Class<?> clazz,
List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
Constructor |
|
ValidateClass(Key key,
String className,
ClassLoader cl,
List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
Constructor |
|
| Method Summary | |
|---|---|
ClassLoader |
getClassLoader()
Get the class loader. |
String |
getClassName()
Get the class name. |
Class<?> |
getClazz()
Get the clazz |
List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> |
getConfigProperties()
Get the list of config properties |
Key |
getKey()
Get the key |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidateClass(Key key,
Class<?> clazz)
key - The keyclazz - The class
public ValidateClass(Key key,
Class<?> clazz,
List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
key - The keyclazz - The classconfigProperties - The list of config property metadata
public ValidateClass(Key key,
String className,
ClassLoader cl,
List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
key - The keyclassName - The classcl - the class loader used to load classconfigProperties - The list of config property metadata| Method Detail |
|---|
public Key getKey()
getKey in interface Validatepublic Class<?> getClazz()
getClazz in interface Validatepublic List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> getConfigProperties()
public String getClassName()
public ClassLoader getClassLoader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||