Label Print Service

Description

Label Print Service

Dependencies

Attributes

UseExternalPrintUtility

If true, the generated label is printed using an external Print Utility.

Default Value

false

PrintUtilityCommandLine

Command Line to launch External Print Utility.
%s will be replaced by label file path.

Default Value

..\server\default\bin\acroread.bat %s

LabelFileAvailabilityTime

Time in seconds to keep Label File available after exit of external Print Utility.

Default Value

10

PrinterName

Specifies Printer. Only effective for direct printing #UseExternalPrintUtility=false).
Operation #listAvailablePrinters returns possible values.
* = Auto-select a Printer, which supports the file format of the Label File.

Default Value

*

Chromaticity

Specifies monochrome or color printing. Only effective for direct printing #UseExternalPrintUtility=false.
Operation #listSupportedChromaticity returns possible values.
* = use Printer Default.

Default Value

*

Media

Specifies the medium on which to print. Only effective for direct printing #UseExternalPrintUtility=false.
Operation #listSupportedMedia returns possible values.
* = use Printer Default.

Default Value

*

PrintQuality

Specifies specifies the print quality. Only effective for direct printing #UseExternalPrintUtility=false).
Operation #listSupportedPrintQuality returns possible values.
* = use Printer Default.

Default Value

*

Name

The class name of the MBean

State

The status of the MBean

StateString

The status of the MBean in text form

Operations

listAvailablePrinters

List available Printers

listSupportedDocFlavors

List Supported Doc Flavors of Printer specified by #PrinterName. At least one of the two possible Label File Formats: application/postscript or application/pdf (s. Media Composer Service#LabelFileFormat) must be supported by the Printer. Otherwise you have to configure usage of an external Print Utility by #UseExternalPrintUtility=true to print Labels on that Printer.

listSupportedChromaticity

List Supported Values of #Chromaticity of Printer specified by #PrinterName

listSupportedMedia

List Supported Values of #Media of Printer specified by #PrinterName

listPrintQuality

List Supported Values of #PrintQuality of Printer specified by #PrinterName

print

Print Label

create

Standard MBean lifecycle method

start

The start lifecycle operation

stop

The stop lifecycle operation

destroy

The destroy lifecycle operation

jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

Notifications