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

Packages that use TimerPrimaryKey
com.sun.ejb.containers   
 

Uses of TimerPrimaryKey in com.sun.ejb.containers
 

Fields in com.sun.ejb.containers with type parameters of type TimerPrimaryKey
protected  java.util.Map<TimerPrimaryKey,java.lang.reflect.Method> BaseContainer.scheduleIds
           
 

Methods in com.sun.ejb.containers with parameters of type TimerPrimaryKey
protected  void BaseContainer.addSchedule(TimerPrimaryKey timerId, TimerSchedule ts)
          Call back from the timer migration process to add automatic timers to the map of scheduleIds
 void TimerLocal.cancel(TimerPrimaryKey timerId)
          Cancel timer.
 void TimerBean.cancel(TimerPrimaryKey timerId)
           
 TimerState TimerLocal.findTimer(TimerPrimaryKey timerId)
           
 TimerState TimerBean.findTimer(TimerPrimaryKey timerId)
           
 void TimerLocal.remove(TimerPrimaryKey timerId)
           
 void TimerBean.remove(TimerPrimaryKey timerId)
           
 

Method parameters in com.sun.ejb.containers with type arguments of type TimerPrimaryKey
 void TimerLocal.remove(java.util.Set<TimerPrimaryKey> timerIds)
           
 void TimerBean.remove(java.util.Set<TimerPrimaryKey> timerIds)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.