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

Packages that use DailySchedule
com.sun.management.oss.impl.pm.util This package contains the implementations of the interfaces defined in the com.sun.management.oss.pm.util package. 
com.sun.management.oss.impl.pm.util.xml This package contains XML translators (from XML/to XML methods) for the objects defined by the package com.sun.management.oss.impl.pm.util. 
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.impl.pm.util
 

Classes in com.sun.management.oss.impl.pm.util that implement DailySchedule
 class DailyScheduleImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 

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

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

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

Methods in com.sun.management.oss.impl.pm.util.xml with parameters of type DailySchedule
static void DailyScheduleXmlTranslator.fromXmlNoRoot(org.jdom.Element element, DailySchedule dailySchedule)
           
static java.lang.String DailyScheduleXmlTranslator.toXml(DailySchedule dailySchedule, java.lang.String elementName)
           dateTime dateTime dateTime dateTime
 

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.