Sun Adapter for TCP/IP HL7

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


public interface CalendarSchedule

RA Communication schedule interface for a calendar schedule.

Version:
cvs revision: $Revision: 1.2 $ Last Modified: $Date: 2005/09/03 06:33:17 $
Author:
Harry Liu

Field Summary
static java.lang.String TYPE_ONETIME
           
static java.lang.String TYPE_REPEATED
           
static java.lang.String version
           
 
Method Summary
 long getDelay()
          Method getDelay.
 long getRepeatPeriod()
          Method getRepeatPeriod.
 java.util.Date getStartTime()
          Method getStartTime.
 

Field Detail

version

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

TYPE_ONETIME

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

TYPE_REPEATED

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

getStartTime

java.util.Date getStartTime()
Method getStartTime.

Returns:
Date

getDelay

long getDelay()
Method getDelay.

Returns:
long

getRepeatPeriod

long getRepeatPeriod()
Method getRepeatPeriod. Negative value means one-time (non repeated) schedule.

Returns:
long

Sun Adapter for TCP/IP HL7