JBoss.orgCommunity Documentation

Chapter 3. Resource Adaptor Implementation

3.1. Configuration
3.2. Default Resource Adaptor Entities
3.3. Traces and Alarms
3.3.1. Tracers
3.3.2. Alarms

This RA uses the JBoss Communications diameter stack to provide service. The stack is the result of the work done by JBoss Communications JAIN SLEE and Diameter development teams.

The Resource Adaptor supports configuration only at Resource Adaptor Entity creation time, the following table enumerates the configuration properties:


Important

JAIN SLEE 1.1 Specification requires values set for properties without a default value, which means the configuration for those properties are mandatory, otherwise the Resource Adaptor Entity creation will fail!

There is a single Resource Adaptor Entity created when deploying the Resource Adaptor, named DiameterCCA. The DiameterCCA entity uses the default Resource Adaptor configuration, specified in Section 3.1, “Configuration”.

The DiameterCCA entity is also bound to Resource Adaptor Link Name DiameterCCA, to use it in an Sbb add the following XML to its descriptor:



    
    <resource-adaptor-type-binding>
            <resource-adaptor-type-ref>
                <resource-adaptor-type-name>DiameterCCA</resource-adaptor-type-name>
                <resource-adaptor-type-vendor>java.net</resource-adaptor-type-vendor>
                <resource-adaptor-type-version>0.8.1</resource-adaptor-type-version>
            </resource-adaptor-type-ref>
            <activity-context-interface-factory-name>
                slee/resources/CCAResourceAdaptor/java.net/0.8.1/acif
            </activity-context-interface-factory-name>

            <resource-adaptor-entity-binding>
                <resource-adaptor-object-name>
                    slee/resources/diameter-cca-ra-interface
                </resource-adaptor-object-name>
                <resource-adaptor-entity-link>DiameterCCA
                </resource-adaptor-entity-link>
            </resource-adaptor-entity-binding>
    </resource-adaptor-type-binding>