Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12.2.1.3.0

E80373-04

Package weblogic.management.timer

Contains classes that implement timer services on WebLogic Server.

Use the timer services to emit notifications at specific dates and times or at a constant interval. To listen and respond to these timer notifications, you create a JMX notification listener and register it with a timer service.

The WebLogic timer services extend the standard JMX timer service, enabling timers to run within a WebLogic Server execute thread and within the security context of a WebLogic Server user account. (Execute threads enable you to fine-tune your application's use of server resources and optimize performance.)

WebLogic Server does not provide a centralized timer service that can be accessed by all resources that are deployed on a specific server instance. Instead, each application constructs and manages instances of the timer service as it requires. Each time you restart a server instance, each application must re-instantiate any timer service configurations it needs.

Package Specification

The classes in this package implement the Sun Microsystems, Inc. Java Management Extensions (JMX) 1.0 specification for javax.management.timer.Timer.

You can download the JMX 1.0 specification and API documentation from http://jcp.org/aboutJava/communityprocess/final/jsr003/index.html.

Related Documentation

For overviews, examples, and guides, please see:
Skip navigation links
Copyright 1996, 2021, Oracle and/or its affiliates. All rights reserved.