Package org.gearman.common
Class GearmanSessionEvent
- java.lang.Object
-
- org.gearman.common.GearmanSessionEvent
-
public class GearmanSessionEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description GearmanSessionEvent(GearmanPacket packet, GearmanJobServerSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GearmanPacket
getPacket()
GearmanJobServerSession
getSession()
-
-
-
Constructor Detail
-
GearmanSessionEvent
public GearmanSessionEvent(GearmanPacket packet, GearmanJobServerSession session)
-
-
Method Detail
-
getPacket
public GearmanPacket getPacket()
-
getSession
public GearmanJobServerSession getSession()
-
-