Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

Uses of Class
weblogic.timers.ScheduleExpression

Packages that use ScheduleExpression
weblogic.timers Provides classes and interfaces for WebLogic Server timers and timer listeners. 
 

Uses of ScheduleExpression in weblogic.timers
 

Methods in weblogic.timers that return ScheduleExpression
 ScheduleExpression ScheduleExpression.dayOfMonth(String dayOfMonth)
           
 ScheduleExpression ScheduleExpression.dayOfWeek(String dayOfWeek)
           
 ScheduleExpression ScheduleExpression.end(Date endDate)
           
 ScheduleExpression Timer.getSchedule()
          Get the schedule expression corresponding to this timer.
 ScheduleExpression ScheduleExpression.hour(String hour)
           
 ScheduleExpression ScheduleExpression.minute(String minute)
           
 ScheduleExpression ScheduleExpression.month(String month)
           
 ScheduleExpression ScheduleExpression.second(String second)
           
 ScheduleExpression ScheduleExpression.start(Date startDate)
           
 ScheduleExpression ScheduleExpression.timezone(String timezone)
           
 ScheduleExpression ScheduleExpression.year(String year)
           
 

Methods in weblogic.timers with parameters of type ScheduleExpression
 Timer TimerManager.schedule(TimerListener listener, ScheduleExpression schedule)
          Schedules the specified listener for a calendar-based timer.
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02