JBoss.orgCommunity Documentation
This chapter documents the TFTP Server Resource Adaptor Implementation details, such as the configuration properties, the default Resource Adaptor entities, and the JAIN SLEE 1.1 Tracers and Alarms used.
The name of the RA is TftpServerResourceAdaptor
, its vendor is org.mobicents
and its version is 1.0
.
The Resource Adaptor supports configuration only at Resource Adaptor Entity creation time, the following table enumerates the configuration properties:
Table 3.1. Resource Adaptor's Configuration Properties
Property Name | Description | Property Type | Default Value |
---|---|---|---|
slee.resource.tftp.port | port number to listen for tftp requests | java.lang.Integer | 69 |
There is a single Resource Adaptor Entity created when deploying the Resource Adaptor, named TftpServerRA
.
The TftpServerRA
entity is also bound to Resource Adaptor Link Name TftpServerRA
, 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>
TftpServerResourceAdaptorType
</resource-adaptor-type-name>
<resource-adaptor-type-vendor>
org.mobicents
</resource-adaptor-type-vendor>
<resource-adaptor-type-version>
1.0
</resource-adaptor-type-version>
</resource-adaptor-type-ref>
<activity-context-interface-factory-name>
slee/resources/mobicents/tftpserver/acifactory
</activity-context-interface-factory-name>
</resource-adaptor-type-binding>
Each Resource Adaptor Entity uses a single JAIN SLEE 1.1 Tracer, named TftpServerResourceAdaptor
. The related Log4j Logger category, which can be used to change the Tracer level from Log4j configuration, is javax.slee.RAEntityNotification[entity=TftpServerRA]