Class AbstractDestinationTemplate
- java.lang.Object
-
- net.timewalker.ffmq4.utils.descriptor.AbstractDescriptor
-
- net.timewalker.ffmq4.utils.descriptor.AbstractSettingsBasedDescriptor
-
- net.timewalker.ffmq4.management.destination.AbstractDestinationDescriptor
-
- net.timewalker.ffmq4.management.destination.template.AbstractDestinationTemplate
-
- All Implemented Interfaces:
DestinationDescriptorMBean,Checkable
- Direct Known Subclasses:
QueueTemplate,TopicTemplate
public abstract class AbstractDestinationTemplate extends AbstractDestinationDescriptor
Base implementation of a destination template descriptor.
-
-
Field Summary
-
Fields inherited from class net.timewalker.ffmq4.management.destination.AbstractDestinationDescriptor
autoExtendAmount, blockSize, dataFolder, initialBlockCount, journalFolder, journalOutputBuffer, maxBlockCount, maxJournalSize, maxNonPersistentMessages, maxUncommittedStoreSize, maxUnflushedJournalSize, maxWriteBatchSize, name, overflowToPersistent, preAllocateFiles, rawDataFolder, rawJournalFolder, storageSyncMethod, temporary, useJournal
-
-
Constructor Summary
Constructors Constructor Description AbstractDestinationTemplate()ConstructorAbstractDestinationTemplate(Settings settings)Constructor
-
Method Summary
-
Methods inherited from class net.timewalker.ffmq4.management.destination.AbstractDestinationDescriptor
asSettings, check, copyAttributesTo, fillSettings, getAutoExtendAmount, getBlockSize, getDataFolder, getInitialBlockCount, getJournalFolder, getJournalOutputBuffer, getMaxBlockCount, getMaxJournalSize, getMaxNonPersistentMessages, getMaxUncommittedStoreSize, getMaxUnflushedJournalSize, getMaxWriteBatchSize, getName, getRawDataFolder, getRawJournalFolder, getStorageSyncMethod, hasPersistentStore, initFromSettings, isOverflowToPersistent, isPreAllocateFiles, isTemporary, isUseJournal, setAutoExtendAmount, setBlockSize, setDataFolder, setInitialBlockCount, setJournalFolder, setJournalOutputBuffer, setMaxBlockCount, setMaxJournalSize, setMaxNonPersistentMessages, setMaxUncommittedStoreSize, setMaxUnflushedJournalSize, setMaxWriteBatchSize, setName, setOverflowToPersistent, setPreAllocateFiles, setRawDataFolder, setRawJournalFolder, setStorageSyncMethod, setTemporary, setUseJournal, toString
-
Methods inherited from class net.timewalker.ffmq4.utils.descriptor.AbstractDescriptor
getDescriptorFile, setDescriptorFile
-
-
-
-
Constructor Detail
-
AbstractDestinationTemplate
public AbstractDestinationTemplate()
Constructor
-
AbstractDestinationTemplate
public AbstractDestinationTemplate(Settings settings)
Constructor
-
-