Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Java CAPS Scheduler Binding Component User's Guide Java CAPS Documentation |
Using the Scheduler Binding Component
Scheduler Binding Component Features
Using the Scheduler Binding Component in a Project
Steps to Create the BPEL Project
Create a Scheduler Binding Component
Create a File Binding Component
Create a Composite Application
Using the Scheduler Control and Triggers Wizard
Accessing the Scheduler Control and Triggers Wizard
Understanding the Scheduler Wizard
Using the Add New Simple Trigger Editor
Using the Add New Cron Trigger Editor
Using the Add New Hybrid Trigger Editor
Example Hybrid Trigger Configuration
Adding Triggers and Editing an Existing Scheduler Project
Accessing the Configure Scheduler Binding Wizard
Scheduler Binding Component Properties
Runtime Properties for the Scheduler Binding Component
Scheduler Binding Component Loggers
Using the Trigger Properties Editor
Trigger Configuration Properties
Scheduler BC Normalized Message Properties
Scheduler Application Configuration
Using Scheduler Binding Component Application Configuration
Defining the Scheduler Application Configuration for a Project
Other Tools Used to Edit the Application Configuration
Scheduler Binding Component Application Variables
Using Application Variables in a Trigger Message
Creating and Using Application Variables
Using Admin Console and asadmin to Create Application Variables
Configuring Redelivery and Throttling for the Scheduler Binding Component
Configuring Redelivery for an Endpoint
Configuring Throttling for an Endpoint
The Scheduler Binding Component provides scheduling capabilities for initiating JBI services. The binding component is powered by OpenSymphony Quartz, and allows you to schedule triggers to launch (consume) other JBI components, such as the File Binding Component. You can set these actions or processes to occur at specific times or break up activities to fit any schedule.
The Scheduler Binding Component lets you choose from three types of triggers:
Simple: The Simple trigger is a time-interval trigger, which means it can be programmed to trigger something every so-many units of time. For example, you can schedule an activity to start, and then repeat every hour, until the scheduled end.
Cron: The Cron trigger is a time specific trigger. Using the Cron trigger, you can schedule an action using seconds, minutes, hours, days, day-of-week, months, and years. For example, you can schedule an action to occur on the third Monday of each month at 12:00 AM.
Hybrid: The Hybrid trigger is a Cron trigger that starts a Simple trigger. This allows you to schedule an action to occur repeatedly within a specific time frame. For example, you can schedule a task to occur 30 times, every hour, Monday through Friday, from 9:00 AM to 6:00 PM.
The Scheduler Wizard allows you to easily configure triggers for your project in just a few steps.