Package org.frankframework.core
Interface IMessageBrowsingIteratorItem
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
JmsMessageBrowserIteratorItem
Iterator item for messagebrowsers.
- Since:
- 4.9
- Author:
- Gerrit van Brakel
-
Method Details
-
getId
- Throws:
ListenerException
-
getOriginalId
- Throws:
ListenerException
-
getCorrelationId
- Throws:
ListenerException
-
getInsertDate
- Throws:
ListenerException
-
getExpiryDate
- Throws:
ListenerException
-
getType
- Throws:
ListenerException
-
getHost
- Throws:
ListenerException
-
getCommentString
- Throws:
ListenerException
-
getLabel
- Throws:
ListenerException
-
close
void close()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
-