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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DTimerBean.java249 public int countTimersByOwner(String ownerId) { method in class:TimerBean
250 Query q = em.createNamedQuery("countTimersByOwner");
580 return countTimersByOwner(getOwnerIdOfThisServer());
608 return countTimersByOwner(ownerId);

Completed in 9 milliseconds