Class OutboundWriter
- java.lang.Object
-
- com.swiftmq.impl.jms.standard.v400.OutboundWriter
-
- All Implemented Interfaces:
TimerListener
,ReplyHandler
,java.util.EventListener
public class OutboundWriter extends java.lang.Object implements ReplyHandler, TimerListener
- Version:
- 1.0
- Author:
- Andreas Mueller, IIT GmbH
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SingleProcessorQueue
getOutboundQueue()
void
performReply(Reply reply)
void
performTimeAction()
Perform the specific time actionvoid
writeObject(Dumpable obj)
-
-
-
Method Detail
-
writeObject
public void writeObject(Dumpable obj)
-
getOutboundQueue
public SingleProcessorQueue getOutboundQueue()
-
performReply
public void performReply(Reply reply)
- Specified by:
performReply
in interfaceReplyHandler
-
performTimeAction
public void performTimeAction()
Description copied from interface:TimerListener
Perform the specific time action- Specified by:
performTimeAction
in interfaceTimerListener
-
-