Interface ActiveMQJournalBundle
-
- All Known Implementing Classes:
ActiveMQJournalBundle_impl
public interface ActiveMQJournalBundleLogger Code 14
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQJournalBundleBUNDLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveMQIOErrorExceptionfileNotOpened()ActiveMQIOErrorExceptionioRenameFileError(String name, String newFileName)ActiveMQIOErrorExceptionjournalDifferentVersion()ActiveMQIOErrorExceptionjournalFileMisMatch()ActiveMQIOErrorExceptionrecordLargerThanStoreMax(long recordSize, long maxRecordSize)StringthreadDumpAfterFileOpenTimeout()StringunableToOpenFile()ActiveMQIOErrorExceptionunexpectedFileSize(String fileName, long expectedSize, long returnedSize)
-
-
-
Field Detail
-
BUNDLE
static final ActiveMQJournalBundle BUNDLE
-
-
Method Detail
-
ioRenameFileError
ActiveMQIOErrorException ioRenameFileError(String name, String newFileName)
-
journalDifferentVersion
ActiveMQIOErrorException journalDifferentVersion()
-
journalFileMisMatch
ActiveMQIOErrorException journalFileMisMatch()
-
fileNotOpened
ActiveMQIOErrorException fileNotOpened()
-
unableToOpenFile
String unableToOpenFile()
-
recordLargerThanStoreMax
ActiveMQIOErrorException recordLargerThanStoreMax(long recordSize, long maxRecordSize)
-
unexpectedFileSize
ActiveMQIOErrorException unexpectedFileSize(String fileName, long expectedSize, long returnedSize)
-
threadDumpAfterFileOpenTimeout
String threadDumpAfterFileOpenTimeout()
-
-