Class ActiveMQJournalBundle_$bundle
- java.lang.Object
-
- org.apache.activemq.artemis.journal.ActiveMQJournalBundle_$bundle
-
- All Implemented Interfaces:
Serializable,ActiveMQJournalBundle
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2023-10-12T13:31:50+0000") public class ActiveMQJournalBundle_$bundle extends Object implements ActiveMQJournalBundle, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQJournalBundle_$bundleINSTANCE-
Fields inherited from interface org.apache.activemq.artemis.journal.ActiveMQJournalBundle
BUNDLE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedActiveMQJournalBundle_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveMQIOErrorExceptionfileNotOpened()protected StringfileNotOpened$str()protected LocalegetLoggingLocale()ActiveMQIOErrorExceptionioRenameFileError(String name, String newFileName)protected StringioRenameFileError$str()ActiveMQIOErrorExceptionjournalDifferentVersion()protected StringjournalDifferentVersion$str()ActiveMQIOErrorExceptionjournalFileMisMatch()protected StringjournalFileMisMatch$str()protected ObjectreadResolve()ActiveMQIOErrorExceptionrecordLargerThanStoreMax(long recordSize, long maxRecordSize)protected StringrecordLargerThanStoreMax$str()StringthreadDumpAfterFileOpenTimeout()protected StringthreadDumpAfterFileOpenTimeout$str()StringunableToOpenFile()protected StringunableToOpenFile$str()
-
-
-
Field Detail
-
INSTANCE
public static final ActiveMQJournalBundle_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
ioRenameFileError$str
protected String ioRenameFileError$str()
-
ioRenameFileError
public final ActiveMQIOErrorException ioRenameFileError(String name, String newFileName)
- Specified by:
ioRenameFileErrorin interfaceActiveMQJournalBundle
-
journalDifferentVersion$str
protected String journalDifferentVersion$str()
-
journalDifferentVersion
public final ActiveMQIOErrorException journalDifferentVersion()
- Specified by:
journalDifferentVersionin interfaceActiveMQJournalBundle
-
journalFileMisMatch$str
protected String journalFileMisMatch$str()
-
journalFileMisMatch
public final ActiveMQIOErrorException journalFileMisMatch()
- Specified by:
journalFileMisMatchin interfaceActiveMQJournalBundle
-
fileNotOpened$str
protected String fileNotOpened$str()
-
fileNotOpened
public final ActiveMQIOErrorException fileNotOpened()
- Specified by:
fileNotOpenedin interfaceActiveMQJournalBundle
-
unableToOpenFile$str
protected String unableToOpenFile$str()
-
unableToOpenFile
public final String unableToOpenFile()
- Specified by:
unableToOpenFilein interfaceActiveMQJournalBundle
-
recordLargerThanStoreMax$str
protected String recordLargerThanStoreMax$str()
-
recordLargerThanStoreMax
public final ActiveMQIOErrorException recordLargerThanStoreMax(long recordSize, long maxRecordSize)
- Specified by:
recordLargerThanStoreMaxin interfaceActiveMQJournalBundle
-
threadDumpAfterFileOpenTimeout$str
protected String threadDumpAfterFileOpenTimeout$str()
-
threadDumpAfterFileOpenTimeout
public final String threadDumpAfterFileOpenTimeout()
- Specified by:
threadDumpAfterFileOpenTimeoutin interfaceActiveMQJournalBundle
-
-