Uses of Interface
org.apache.activemq.artemis.utils.ArtemisCloseable
Packages that use ArtemisCloseable
Package
Description
-
Uses of ArtemisCloseable in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return ArtemisCloseableModifier and TypeMethodDescriptiondefault ArtemisCloseableStorageManager.closeableReadLock()StorageManager.closeableReadLock(boolean tryLock) Read lock the StorageManager. -
Uses of ArtemisCloseable in org.apache.activemq.artemis.core.persistence.impl.journal
Fields in org.apache.activemq.artemis.core.persistence.impl.journal declared as ArtemisCloseableModifier and TypeFieldDescriptionprotected static final ArtemisCloseableAbstractJournalStorageManager.dummyCloseableprotected final ArtemisCloseableAbstractJournalStorageManager.unlockCloseableMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return ArtemisCloseableModifier and TypeMethodDescriptionAbstractJournalStorageManager.closeableReadLock(boolean tryLock) -
Uses of ArtemisCloseable in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm that return ArtemisCloseable -
Uses of ArtemisCloseable in org.apache.activemq.artemis.utils.critical
Subinterfaces of ArtemisCloseable in org.apache.activemq.artemis.utils.criticalMethods in org.apache.activemq.artemis.utils.critical with parameters of type ArtemisCloseableModifier and TypeMethodDescriptionvoidCriticalCloseable.beforeClose(ArtemisCloseable otherCloseable) This will set something to be called right before closing.static booleanCriticalMeasure.isDummy(ArtemisCloseable closeable)