Java javax.ejb TimerService fields, constructors, methods, implement or subclass

Example usage for Java javax.ejb TimerService fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.ejb TimerService.

The text is from its open source code.

Method

TimercreateTimer(long duration, Serializable info)
Create a single-action timer that expires after a specified duration.
TimercreateTimer(Date expiration, Serializable info)
Create a single-action timer that expires at a given point in time.
CollectiongetTimers()
Returns all active timers associated with this bean.