Computer Hardware User Manual

scheduler used by the TCP/IP server that executes the business tasks (Collaboration rules) over
the existing connection. This scheduler aects the actual business rules you dene.
You can use either of the following two Java EE schedulers, both of which provide the
functionality required by the inbound TCP/IP server.
Timer Service Available for Java EE, this scheduler is congured using the At Fixed Rate,
Delay, Period, and Schedule Typeproperties.
Work Manager Available for Java EE (JCA 1.5 and above), this scheduler is congured
using the Delay, Period, and Schedule Typeproperties.
TABLE 33 Connectivity Map - TCPIP Inbound Schedules (V3) - Service Schedule
Name Description
Scheduler The scheduler type for this inbound communication. Select one of the following
options:
Timer Service The task is scheduled through the Java EE Timer Service.
Timer Service is supported by Java EE.
Work Manager The task is scheduled through the Java EE Work Manager.
Work Manager is supported by Java EE (JCA 1.5 and above).
If your container doesn’t support JCA Work Manager, select Timer Service.
Schedule Type An indicator of whether the task is scheduled to occur once or be repeated. This
property applies to both the Timer Service and the Work Manager. Select one of
the following options:
OneTime The task is scheduled for one-time execution.
Repeated The task is scheduled for repeated execution at regular intervals
dened by Period property, described below.
Delay An integer indicating the length of time (in milliseconds) before the task is
executed. This property applies to both the Timer Service and the Work Manager.
Period An integer indicating the length of time (in milliseconds) between successive task
executions. This property applies to both the Timer Service and the Work
Manager. This is used when the Schedule Type property is set to Repeated.
TCP/IP HL7V3 Adapter Inbound Connectivity Map Properties
Sun Adapter for TCP/IP HL7 User's Guide • October 200972