Searched refs:timers (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/ejb/ejb-timer-service-app/src/main/java/com/sun/ejb/timers/
H A DTimerWelcomeServlet.java46 package com.sun.ejb.timers;
86 // Report timers
104 out.println("Problem accessing timers... ");
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/core/
H A DMsgContext.java107 private long timers[]=new long[20]; field in class:MsgContext
158 timers[i]=l;
162 return timers[i];
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DTimerLocal.java66 void cancelTimers(Collection<TimerState> timers); argument
150 // Migrate timers from one server instance to another via bulk update
153 // Delete all timers owned by this EJB (aka containerId)
156 // Delete all timers owned by this Application (aka applicationId)
H A DEJBTimerService.java101 * state transitions on timers pass through EJB Timer Service. This
128 // A cache of timer info for all timers *owned* by this server instance.
205 // Compose owner id for all timers created with this
303 * Provide a count of timers owned by each server
320 * Take ownership of another server's timers.
327 /// Error. The server from which timers are being
330 logger.log(Level.WARNING, "Attempt to migrate timers from " +
332 throw new IllegalStateException("Attempt to migrate timers from " +
355 // Don't attempt to restore any timers since an error has
380 " timers
540 _notifyContainers(Set<TimerState> timers) argument
[all...]
H A DTimerBean.java81 * implementing the transactional properties of EJB timers.
309 // will *ALWAYS* be the case for timers created from EJB
314 // by creating timers for them. In those cases, we don't need
316 // the creation of timers for the same application and different
393 public void cancelTimers(Collection<TimerState> timers) { argument
394 for(TimerState timer : timers) {

Completed in 128 milliseconds