| Package | Description | 
|---|---|
| weblogic.ejb | This package contains public WebLogic EJB classes / interfaces. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| javax.ejb.Timer | WLTimerService. createTimer(long initial,
           long duration,
           java.io.Serializable info,
           WLTimerInfo wlTimerInfo) | |
| javax.ejb.Timer | WLTimerService. createTimer(long duration,
           java.io.Serializable info,
           WLTimerInfo wlTimerInfo) | |
| javax.ejb.Timer | WLTimerService. createTimer(java.util.Date initial,
           long duration,
           java.io.Serializable info,
           WLTimerInfo wlTimerInfo) | |
| javax.ejb.Timer | WLTimerService. createTimer(java.util.Date expiration,
           java.io.Serializable info,
           WLTimerInfo wlTimerInfo) |