- callEJBTimeout(RuntimeTimerState, EJBTimerService) - Method in class org.glassfish.ejb.mdb.MessageBeanContainer
-
Override callEJBTimeout from BaseContainer since delivery to message
driven beans is a bit different from session/entity.
- cancel(TimerPrimaryKey) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- cancel(TimerPrimaryKey) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
Cancel timer.
- cancelTimer(TimerPrimaryKey) - Method in class org.glassfish.ejb.persistent.timer.PersistentEJBTimerService
-
- cancelTimers(Collection<TimerState>) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- cancelTimers(Collection<TimerState>) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- cancelTimersByKey(long, Object) - Method in class org.glassfish.ejb.persistent.timer.PersistentEJBTimerService
-
- checkAccessToCallerSecurity() - Method in class org.glassfish.ejb.mdb.MessageBeanContextImpl
-
- checkStatus(String, boolean) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- checkStatus(String, boolean) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- checkTimerServiceMethodAccess() - Method in class org.glassfish.ejb.mdb.MessageBeanContextImpl
-
- countActiveTimersByContainer(long) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countActiveTimersByContainer(long) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countActiveTimersOwnedBy(String) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countActiveTimersOwnedBy(String) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countActiveTimersOwnedByThisServer() - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countActiveTimersOwnedByThisServer() - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countActiveTimersOwnedByThisServerByContainer(long) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countActiveTimersOwnedByThisServerByContainer(long) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countCancelledTimersByContainer(long) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countCancelledTimersByContainer(long) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countCancelledTimersOwnedBy(String) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countCancelledTimersOwnedBy(String) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countCancelledTimersOwnedByThisServer() - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countCancelledTimersOwnedByThisServer() - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countCancelledTimersOwnedByThisServerByContainer(long) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countCancelledTimersOwnedByThisServerByContainer(long) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countTimersByApplication(long) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countTimersByApplication(long) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countTimersByContainer(long) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countTimersByContainer(long) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countTimersByContainerAndOwner(long, String) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countTimersByContainerAndOwnerAndState(long, String, int) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countTimersByContainerAndState(long, int) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countTimersByOwner(String) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countTimersByOwnerAndState(String, int) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countTimersOwnedBy(String) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countTimersOwnedBy(String) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countTimersOwnedByServerIds(String[]) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countTimersOwnedByServerIds(String[]) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countTimersOwnedByThisServer() - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countTimersOwnedByThisServer() - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- countTimersOwnedByThisServerByContainer(long) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- countTimersOwnedByThisServerByContainer(long) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-
- createContainer(EjbDescriptor, ClassLoader, DeploymentContext) - Method in class org.glassfish.ejb.mdb.MessageBeanContainerFactory
-
- createEjbDescriptor(String, AnnotationInfo) - Method in class org.glassfish.ejb.mdb.deployment.annotation.handlers.MessageDrivenHandler
-
Create a new EjbDescriptor for a given elementName and AnnotationInfo.
- createEJBObjectImpl() - Method in class org.glassfish.ejb.mdb.MessageBeanContainer
-
- createMessageBeanListener(ResourceHandle) - Method in class org.glassfish.ejb.mdb.MessageBeanContainer
-
The following are implementation for methods required by the *
MessageBeanProtocalManager interface.
- createSchedules(long, long, Map<MethodDescriptor, List<ScheduledTimerDescriptor>>, String) - Method in class org.glassfish.ejb.persistent.timer.PersistentEJBTimerService
-
Create automatic timers defined by the @Schedule annotation on the EJB bean during
deployment to a cluster or the first create-application-ref call after deployment
to DAS only.
- createSchedulesOnServer(EjbDescriptor, String) - Method in class org.glassfish.ejb.persistent.timer.PersistentEJBTimerService
-
Called in a clustered environment to eagerly create automatic persistent timers
on the specific server instance.
- createTimer(String, long, long, String, Object, Date, long, EJBTimerSchedule, TimerConfig) - Method in class org.glassfish.ejb.persistent.timer.TimerBean
-
- createTimer(String, long, long, String, Object, Date, long, EJBTimerSchedule, TimerConfig) - Method in interface org.glassfish.ejb.persistent.timer.TimerLocal
-