org.jboss.jca.validator
Class ValidateObject

java.lang.Object
  extended by org.jboss.jca.validator.ValidateClass
      extended by org.jboss.jca.validator.ValidateObject
All Implemented Interfaces:
Validate

public class ValidateObject
extends ValidateClass

Object wrapper for objects that should be validated


Constructor Summary
ValidateObject(Key key, Object object)
          Constructor
ValidateObject(Key key, Object object, List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
          Constructor
 
Method Summary
 Object getObject()
          Get the object
 
Methods inherited from class org.jboss.jca.validator.ValidateClass
getClassLoader, getClassName, getClazz, getConfigProperties, getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateObject

public ValidateObject(Key key,
                      Object object)
Constructor

Parameters:
key - The key
object - The key

ValidateObject

public ValidateObject(Key key,
                      Object object,
                      List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
Constructor

Parameters:
key - The key
object - The key
configProperties - The list of config property metadata
Method Detail

getObject

public Object getObject()
Get the object

Returns:
The object


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