org.jboss.jca.validator.rules.as
Class ASConstructor

java.lang.Object
  extended by org.jboss.jca.validator.rules.as.ASConstructor
All Implemented Interfaces:
Rule

public class ASConstructor
extends Object
implements Rule

An ActivationSpec must have a default constructor

Version:
$Revision: $
Author:
Jeff Zhang

Constructor Summary
ASConstructor()
          Constructor
 
Method Summary
 List<Failure> validate(Validate vo, ResourceBundle rb)
          Validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASConstructor

public ASConstructor()
Constructor

Method Detail

validate

public List<Failure> validate(Validate vo,
                              ResourceBundle rb)
Validate

Specified by:
validate in interface Rule
Parameters:
vo - The validate object
rb - The resource bundle
Returns:
The list of failures found; null if none


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)