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. |
Example of an XML tag defining a JXFS Printer Service:
<JXFSMsd id="msd" deviceName="MSDevice" automaticOpen="true" jxfsIniConfig="c:\\jxfs\\jxfs.cfg"/>