Class FlowcontrolTimer
- java.lang.Object
-
- com.swiftmq.impl.amqp.amqp.v01_00_00.FlowcontrolTimer
-
- All Implemented Interfaces:
TimerListener
,java.util.EventListener
public class FlowcontrolTimer extends java.lang.Object implements TimerListener
-
-
Constructor Summary
Constructors Constructor Description FlowcontrolTimer(SessionHandler sessionHandler, TargetLink targetLink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
performTimeAction()
Perform the specific time action
-
-
-
Constructor Detail
-
FlowcontrolTimer
public FlowcontrolTimer(SessionHandler sessionHandler, TargetLink targetLink)
-
-
Method Detail
-
performTimeAction
public void performTimeAction()
Description copied from interface:TimerListener
Perform the specific time action- Specified by:
performTimeAction
in interfaceTimerListener
-
-