org.jboss.jca.validator.rules.cf
Class CFSerializable

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

public class CFSerializable
extends Object
implements Rule

Serializable must be implemented if present


Constructor Summary
CFSerializable()
          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

CFSerializable

public CFSerializable()
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 © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)