Uses of Class
org.gearman.common.GearmanSessionEvent
-
Packages that use GearmanSessionEvent Package Description org.gearman.client org.gearman.common org.gearman.worker -
-
Uses of GearmanSessionEvent in org.gearman.client
Methods in org.gearman.client with parameters of type GearmanSessionEvent Modifier and Type Method Description void
GearmanClientImpl. handleSessionEvent(GearmanSessionEvent event)
-
Uses of GearmanSessionEvent in org.gearman.common
Methods in org.gearman.common with parameters of type GearmanSessionEvent Modifier and Type Method Description void
GearmanJobServerSession. handleSessionEvent(GearmanSessionEvent event)
void
GearmanSessionEventHandler. handleSessionEvent(GearmanSessionEvent event)
-
Uses of GearmanSessionEvent in org.gearman.worker
Methods in org.gearman.worker with parameters of type GearmanSessionEvent Modifier and Type Method Description void
GearmanWorkerImpl. handleSessionEvent(GearmanSessionEvent event)
-