Class ActiveMQJournalBundle_$bundle
- java.lang.Object
-
- org.apache.activemq.artemis.journal.ActiveMQJournalBundle_$bundle
-
- All Implemented Interfaces:
java.io.Serializable,ActiveMQJournalBundle
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2022-04-27T20:08:26-0400") public class ActiveMQJournalBundle_$bundle extends java.lang.Object implements ActiveMQJournalBundle, java.io.SerializableWarning 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 org.apache.activemq.artemis.api.core.ActiveMQIOErrorExceptionfileNotOpened()protected java.lang.StringfileNotOpened$str()protected java.util.LocalegetLoggingLocale()org.apache.activemq.artemis.api.core.ActiveMQIOErrorExceptionioRenameFileError(java.lang.String name, java.lang.String newFileName)protected java.lang.StringioRenameFileError$str()org.apache.activemq.artemis.api.core.ActiveMQIOErrorExceptionjournalDifferentVersion()protected java.lang.StringjournalDifferentVersion$str()org.apache.activemq.artemis.api.core.ActiveMQIOErrorExceptionjournalFileMisMatch()protected java.lang.StringjournalFileMisMatch$str()protected java.lang.ObjectreadResolve()org.apache.activemq.artemis.api.core.ActiveMQIOErrorExceptionrecordLargerThanStoreMax(long recordSize, long maxRecordSize)protected java.lang.StringrecordLargerThanStoreMax$str()java.lang.StringunableToOpenFile()protected java.lang.StringunableToOpenFile$str()
-
-
-
Field Detail
-
INSTANCE
public static final ActiveMQJournalBundle_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected java.lang.Object readResolve()
-
getLoggingLocale
protected java.util.Locale getLoggingLocale()
-
ioRenameFileError$str
protected java.lang.String ioRenameFileError$str()
-
ioRenameFileError
public final org.apache.activemq.artemis.api.core.ActiveMQIOErrorException ioRenameFileError(java.lang.String name, java.lang.String newFileName)- Specified by:
ioRenameFileErrorin interfaceActiveMQJournalBundle
-
journalDifferentVersion$str
protected java.lang.String journalDifferentVersion$str()
-
journalDifferentVersion
public final org.apache.activemq.artemis.api.core.ActiveMQIOErrorException journalDifferentVersion()
- Specified by:
journalDifferentVersionin interfaceActiveMQJournalBundle
-
journalFileMisMatch$str
protected java.lang.String journalFileMisMatch$str()
-
journalFileMisMatch
public final org.apache.activemq.artemis.api.core.ActiveMQIOErrorException journalFileMisMatch()
- Specified by:
journalFileMisMatchin interfaceActiveMQJournalBundle
-
fileNotOpened$str
protected java.lang.String fileNotOpened$str()
-
fileNotOpened
public final org.apache.activemq.artemis.api.core.ActiveMQIOErrorException fileNotOpened()
- Specified by:
fileNotOpenedin interfaceActiveMQJournalBundle
-
unableToOpenFile$str
protected java.lang.String unableToOpenFile$str()
-
unableToOpenFile
public final java.lang.String unableToOpenFile()
- Specified by:
unableToOpenFilein interfaceActiveMQJournalBundle
-
recordLargerThanStoreMax$str
protected java.lang.String recordLargerThanStoreMax$str()
-
recordLargerThanStoreMax
public final org.apache.activemq.artemis.api.core.ActiveMQIOErrorException recordLargerThanStoreMax(long recordSize, long maxRecordSize)- Specified by:
recordLargerThanStoreMaxin interfaceActiveMQJournalBundle
-
-