Interface IMessageBrowsingIteratorItem
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
FileSystemMessageBrowsingIteratorItem, JmsMessageBrowserIteratorItem
Iterator item for messagebrowsers.
- Since:
- 4.9
- Author:
- Gerrit van Brakel
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()close() must be called, in a finally clause, after the item is not used anymore, to allow to free resources.@Nullable String@Nullable String@Nullable Date@Nullable StringgetHost()@Nullable StringgetId()@Nullable Date@Nullable StringgetLabel()@Nullable String@Nullable StringgetType()
-
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:
closein interfaceAutoCloseable
-