Uses of Interface
org.jboss.jca.validator.Rule

Packages that use Rule
org.jboss.jca.validator.rules.ao Rules for AdminObjects. 
org.jboss.jca.validator.rules.as Rules for ActivationSpecs. 
org.jboss.jca.validator.rules.cf Validation rules for Connection Factory. 
org.jboss.jca.validator.rules.mc Validation rules for ManagedConnection. 
org.jboss.jca.validator.rules.mcf Validation rules for ManagedConnectionFactory. 
org.jboss.jca.validator.rules.ra Validation rules for the ResourceAdapter instance. 
 

Uses of Rule in org.jboss.jca.validator.rules.ao
 

Classes in org.jboss.jca.validator.rules.ao that implement Rule
 class AOConfigProperties
          An AdminObject must use the valid set of config-property-type
 class AOConstructor
          An AdminObject must have a default constructor
 class AORAA
          An AdminObject must implement javax.resource.Referenceable and java.io.Serializable interfaces if javax.resource.spi.ResourceAdapterAssociation is implemented Code
 

Uses of Rule in org.jboss.jca.validator.rules.as
 

Classes in org.jboss.jca.validator.rules.as that implement Rule
 class ASConfigProperties
          An ActivationSpec must use the valid set of config-property-type
 class ASConstructor
          An ActivationSpec must have a default constructor
 

Uses of Rule in org.jboss.jca.validator.rules.cf
 

Classes in org.jboss.jca.validator.rules.cf that implement Rule
 class CFConstructor
          A ConnectionFactory must have a default constructor
 class CFNull
          ConnectionFactory must be implemented if present
 class CFReferenceable
          Referenceable must be implemented if present
 class CFSerializable
          Serializable must be implemented if present
 

Uses of Rule in org.jboss.jca.validator.rules.mc
 

Classes in org.jboss.jca.validator.rules.mc that implement Rule
 class MC
          Must provide an implementation of the ManagedConnection interface.
 class MCGetMetaData
          ManagedConnectionFactory must have an equals implementation
 

Uses of Rule in org.jboss.jca.validator.rules.mcf
 

Classes in org.jboss.jca.validator.rules.mcf that implement Rule
 class MCF
          ManagedConnectionFactory must be implemented
 class MCFConfigProperties
          A ManagedConnectionFactory must use the valid set of config-property-type
 class MCFConstructor
          A ManagedConnectionFactory must have a default constructor
 class MCFEquals
          ManagedConnectionFactory must have an equals implementation
 class MCFHashCode
          ManagedConnectionFactory must have a hashCode implementation
 

Uses of Rule in org.jboss.jca.validator.rules.ra
 

Classes in org.jboss.jca.validator.rules.ra that implement Rule
 class RA
          ResourceAdapter must be implemented if present
 class RAConfigProperties
          ResourceAdapter must use the valid set of config-property-type
 class RAConstructor
          A ResourceAdapter must have a default constructor
 class RAEquals
          ResourceAdapter must have an equals implementation
 class RAHashCode
          ResourceAdapter must have a hashCode implementation
 class RANull
          ResourceAdapter must be implemented if present
 



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