com.sas.hls.schedule
Interface Schedulable

All Known Implementing Classes:
ScheduleJobInfo

public interface Schedulable

An interface indicating an object that supports the ability to be scheduled.


Method Summary
 String getLabel()
          Get label which describes the item being scheduled.
 

Method Detail

getLabel

String getLabel()
Get label which describes the item being scheduled. To be used only for display purposes.

Returns:
The label of the item being scheduled.


Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA