Uses of Interface
org.jboss.jca.validator.Rule
Packages that use Rule
Package
Description
Rules for AdminObjects.
Rules for ActivationSpecs.
Validation rules for Connection Factory.
Validation rules for ManagedConnection.
Validation rules for ManagedConnectionFactory.
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 RuleModifier and TypeClassDescriptionclassAn AdminObject must use the valid set of config-property-typeclassAn AdminObject must have a default constructorclassAn AdminObject must be a non-null instanceclassAn 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 RuleModifier and TypeClassDescriptionclassAn ActivationSpec class must implement the ActivationSpec interfaceclassAn ActivationSpec must use the valid set of config-property-typeclassAn ActivationSpec must have a default constructorclassAn ActivationSpec class must be non-null -
Uses of Rule in org.jboss.jca.validator.rules.cf
Classes in org.jboss.jca.validator.rules.cf that implement RuleModifier and TypeClassDescriptionclassA ConnectionFactory must have a default constructorclassConnectionFactory must be implemented if presentclassReferenceable must be implemented if presentclassSerializable 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 RuleModifier and TypeClassDescriptionclassMust provide an implementation of the ManagedConnection interface.classManagedConnectionFactory 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 RuleModifier and TypeClassDescriptionclassManagedConnectionFactory must be implementedclassA ManagedConnectionFactory must use the valid set of config-property-typeclassA ManagedConnectionFactory must have a default constructorclassManagedConnectionFactory must have an equals implementationclassManagedConnectionFactory must have a hashCode implementationclassManagedConnectionFactory must be implemented if present -
Uses of Rule in org.jboss.jca.validator.rules.ra
Classes in org.jboss.jca.validator.rules.ra that implement RuleModifier and TypeClassDescriptionclassResourceAdapter must be implemented if presentclassResourceAdapter must use the valid set of config-property-typeclassA ResourceAdapter must have a default constructorclassResourceAdapter must have an equals implementationclassResourceAdapter must have a hashCode implementationclassResourceAdapter must be implemented if present