Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.model.schedule
Interface Scheduler

All Known Implementing Classes:
CalendarTaskScheduler, TimerTaskScheduler, WorkScheduler

public interface Scheduler

A scheduler interface for exchange/communication.

Version:
cvs revision: $Revision: 1.3 $ Last Modified: $Date: 2008/04/23 07:15:20 $
Author:
Harry Liu

Field Summary
static java.lang.String TYPE_TIMER_SERVICE
           
static java.lang.String TYPE_WORK_MANAGER
           
static java.lang.String version
           
 
Method Summary
 void cancel()
           
 void schedule(Task task)
           
 

Field Detail

version

static final java.lang.String version
See Also:
Constant Field Values

TYPE_TIMER_SERVICE

static final java.lang.String TYPE_TIMER_SERVICE
See Also:
Constant Field Values

TYPE_WORK_MANAGER

static final java.lang.String TYPE_WORK_MANAGER
See Also:
Constant Field Values
Method Detail

schedule

void schedule(Task task)
              throws java.lang.Exception
Parameters:
task - task to schedule
Throws:
java.lang.Exception

cancel

void cancel()
            throws java.lang.Exception
Throws:
java.lang.Exception

Sun Adapter for TCP/IP HL7