Uses of Class
org.jboss.jca.validator.Key

Packages that use Key
org.jboss.jca.validator This package contains the specification validator module 
 

Uses of Key in org.jboss.jca.validator
 

Methods in org.jboss.jca.validator that return Key
 Key ValidateClass.getKey()
          Get the key
 Key Validate.getKey()
          Get the key
static Key Key.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Key[] Key.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jboss.jca.validator with parameters of type Key
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
ValidateObject(Key key, Object object)
          Constructor
ValidateObject(Key key, Object object, List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
          Constructor
 



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)