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

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

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

Methods in com.sun.management.oss.pm.util that return WeeklySchedule
 WeeklySchedule Schedule.makeWeeklySchedule()
          Creates a new instance of the WeeklySchedule interface.
 WeeklySchedule Schedule.getWeeklySchedule()
          Gets the weekly schedule of the schedule.
 

Methods in com.sun.management.oss.pm.util with parameters of type WeeklySchedule
 void Schedule.setWeeklySchedule(WeeklySchedule weekSchedule)
          Sets the weekly schedule of the schedule.