Uses of Class
com.sun.ejb.containers.TimerState

Packages that use TimerState
com.sun.ejb.containers   
 

Uses of TimerState in com.sun.ejb.containers
 

Methods in com.sun.ejb.containers that return TimerState
 TimerState TimerLocal.createTimer(java.lang.String timerId, long containerId, long applicationId, java.lang.String ownerId, java.lang.Object timedObjectPrimaryKey, java.util.Date initialExpiration, long intervalDuration, TimerSchedule schedule, TimerConfig timerConfig)
           
 TimerState TimerBean.createTimer(java.lang.String timerId, long containerId, long applicationId, java.lang.String ownerId, java.lang.Object timedObjectPrimaryKey, java.util.Date initialExpiration, long intervalDuration, TimerSchedule schedule, TimerConfig timerConfig)
           
 TimerState TimerLocal.findTimer(TimerPrimaryKey timerId)
           
 TimerState TimerBean.findTimer(TimerPrimaryKey timerId)
           
 

Method parameters in com.sun.ejb.containers with type arguments of type TimerState
 void TimerLocal.cancelTimers(java.util.Collection<TimerState> timers)
           
 void TimerBean.cancelTimers(java.util.Collection<TimerState> timers)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.