Uses of Interface
com.sun.management.oss.pm.util.DailySchedule

Packages that use DailySchedule
com.sun.management.oss.pm.util This package is the standard javax.oss.pm.util package ported into the J2SE/JMX environment.  
 

Uses of DailySchedule in com.sun.management.oss.pm.util
 

Methods in com.sun.management.oss.pm.util that return DailySchedule
 DailySchedule Schedule.makeDailySchedule()
          Creates a new instance of the DailySchedule interface.
 DailySchedule Schedule.getDailySchedule()
          Gets the daily schedule of the schedule.
 

Methods in com.sun.management.oss.pm.util with parameters of type DailySchedule
 void Schedule.setDailySchedule(DailySchedule dailySchedule)
          Sets the daily schedule of the schedule.