Uses of Interface
org.glassfish.ejb.config.EjbTimerService
-
Packages that use EjbTimerService Package Description com.sun.ejb.containers org.glassfish.ejb.config -
-
Uses of EjbTimerService in com.sun.ejb.containers
Methods in com.sun.ejb.containers that return EjbTimerService Modifier and Type Method Description EjbTimerServiceEjbContainerUtil. getEjbTimerService(String target)EjbTimerServiceEjbContainerUtilImpl. getEjbTimerService(String target) -
Uses of EjbTimerService in org.glassfish.ejb.config
Methods in org.glassfish.ejb.config that return EjbTimerService Modifier and Type Method Description @NotNull EjbTimerServiceEjbContainer. getEjbTimerService()Gets the value of the ejbTimerService property.Methods in org.glassfish.ejb.config with parameters of type EjbTimerService Modifier and Type Method Description voidEjbContainer. setEjbTimerService(EjbTimerService value)Sets the value of the ejbTimerService property.
-