Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AOConfigProperties
An AdminObject must use the valid set of config-property-type
|
class |
AOConstructor
An AdminObject must have a default constructor
|
class |
AONull
An AdminObject must be a non-null instance
|
class |
AORAA
An AdminObject must implement javax.resource.Referenceable and java.io.Serializable
interfaces if javax.resource.spi.ResourceAdapterAssociation is implemented Code
|
Modifier and Type | Class and Description |
---|---|
class |
AS
An ActivationSpec class must implement the ActivationSpec interface
|
class |
ASConfigProperties
An ActivationSpec must use the valid set of config-property-type
|
class |
ASConstructor
An ActivationSpec must have a default constructor
|
class |
ASNull
An ActivationSpec class must be non-null
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
MC
Must provide an implementation of the ManagedConnection interface.
|
class |
MCGetMetaData
ManagedConnectionFactory must have an equals implementation
|
Modifier and Type | Class and Description |
---|---|
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
|
class |
MCFNull
ManagedConnectionFactory must be implemented if present
|
Modifier and Type | Class and Description |
---|---|
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 © 2013 IronJacamar (http://www.ironjacamar.org)