Package nl.nn.adapterframework.jms
Class JmsMessageBrowserIteratorItem
- java.lang.Object
-
- nl.nn.adapterframework.jms.JmsMessageBrowserIteratorItem
-
- All Implemented Interfaces:
AutoCloseable
,IMessageBrowsingIteratorItem
public class JmsMessageBrowserIteratorItem extends Object implements IMessageBrowsingIteratorItem
-
-
Constructor Summary
Constructors Constructor Description JmsMessageBrowserIteratorItem(javax.jms.Message msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
close() must be called, in a finally clause, after the item is not used anymore, to allow to free resources.String
getCommentString()
String
getCorrelationId()
Date
getExpiryDate()
String
getHost()
String
getId()
Date
getInsertDate()
String
getJMSMessageID()
long
getJMSTimestamp()
String
getLabel()
String
getOriginalId()
String
getText()
String
getType()
-
-
-
Method Detail
-
getId
public String getId() throws ListenerException
- Specified by:
getId
in interfaceIMessageBrowsingIteratorItem
- Throws:
ListenerException
-
getOriginalId
public String getOriginalId() throws ListenerException
- Specified by:
getOriginalId
in interfaceIMessageBrowsingIteratorItem
- Throws:
ListenerException
-
getCorrelationId
public String getCorrelationId() throws ListenerException
- Specified by:
getCorrelationId
in interfaceIMessageBrowsingIteratorItem
- Throws:
ListenerException
-
getInsertDate
public Date getInsertDate() throws ListenerException
- Specified by:
getInsertDate
in interfaceIMessageBrowsingIteratorItem
- Throws:
ListenerException
-
getExpiryDate
public Date getExpiryDate() throws ListenerException
- Specified by:
getExpiryDate
in interfaceIMessageBrowsingIteratorItem
- Throws:
ListenerException
-
getType
public String getType() throws ListenerException
- Specified by:
getType
in interfaceIMessageBrowsingIteratorItem
- Throws:
ListenerException
-
getHost
public String getHost() throws ListenerException
- Specified by:
getHost
in interfaceIMessageBrowsingIteratorItem
- Throws:
ListenerException
-
getCommentString
public String getCommentString() throws ListenerException
- Specified by:
getCommentString
in interfaceIMessageBrowsingIteratorItem
- Throws:
ListenerException
-
getLabel
public String getLabel() throws ListenerException
- Specified by:
getLabel
in interfaceIMessageBrowsingIteratorItem
- Throws:
ListenerException
-
getJMSMessageID
public String getJMSMessageID() throws ListenerException
- Throws:
ListenerException
-
getJMSTimestamp
public long getJMSTimestamp() throws ListenerException
- Throws:
ListenerException
-
getText
public String getText() throws ListenerException
- Throws:
ListenerException
-
close
public void close()
Description copied from interface:IMessageBrowsingIteratorItem
close() must be called, in a finally clause, after the item is not used anymore, to allow to free resources.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceIMessageBrowsingIteratorItem
-
-