IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

JXFSMsd Service external definitions

The JXFSMsd Service has the following data externalized in the services definition file:
Table 1. JXFSMsd tag attributes
Attribute Description
id Server instance name.
deviceName String with the J/XFS Device Control name. This has to be the same name as in the J/XFS repository.
automaticOpen A boolean value that indicates that the service will open the J/XFS Device Control in its constructor. The default value is false.
jxfsIniConfig String that indicates the location of the configuration file used to initialize J/XFS Device Manager. If the service is the first J/XFS application accessing the Device Manager, it must do the initialization.
Note: If the JXFSIniConfig parameter is not specified, the service will not initialize the JXFS Device Manager. The configuration file must be compatible with the java.util.Properties class.

Example of an XML tag defining a JXFS Printer Service:

<JXFSMsd id="msd" deviceName="MSDevice" automaticOpen="true" 
    jxfsIniConfig="c:\\jxfs\\jxfs.cfg"/>


Feedback