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