Uses of Interface
org.apache.activemq.artemis.core.persistence.OperationContext
-
-
Uses of OperationContext in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return OperationContext Modifier and Type Method Description OperationContextStorageManager. getContext()Get the context associated with the thread for later reuseOperationContextStorageManager. newContext(Executor executor)It just creates an OperationContext without associating itOperationContextStorageManager. newSingleThreadContext()Methods in org.apache.activemq.artemis.core.persistence with parameters of type OperationContext Modifier and Type Method Description voidStorageManager. setContext(OperationContext context)Set the context back to the thread -
Uses of OperationContext in org.apache.activemq.artemis.core.persistence.impl.journal
Classes in org.apache.activemq.artemis.core.persistence.impl.journal that implement OperationContext Modifier and Type Class Description classDummyOperationContextclassOperationContextImplEach instance of OperationContextImpl is associated with an executor (usually an ordered Executor).Methods in org.apache.activemq.artemis.core.persistence.impl.journal that return OperationContext Modifier and Type Method Description OperationContextAbstractJournalStorageManager. getContext()static OperationContextOperationContextImpl. getContext()static OperationContextOperationContextImpl. getContext(ExecutorFactory executorFactory)static OperationContextDummyOperationContext. getInstance()OperationContextAbstractJournalStorageManager. newContext(Executor executor1)OperationContextAbstractJournalStorageManager. newSingleThreadContext()Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type OperationContext Modifier and Type Method Description voidAbstractJournalStorageManager. setContext(OperationContext context)static voidOperationContextImpl. setContext(OperationContext context) -
Uses of OperationContext in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm that return OperationContext Modifier and Type Method Description OperationContextNullStorageManager. getContext()OperationContextNullStorageManager. newContext(Executor executor)OperationContextNullStorageManager. newSingleThreadContext()Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type OperationContext Modifier and Type Method Description voidNullStorageManager. setContext(OperationContext context) -
Uses of OperationContext in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication that return OperationContext Modifier and Type Method Description OperationContextReplicationManager. sendLiveIsStopping(ReplicationLiveIsStoppingMessage.LiveStopping finalMessage)Notifies the backup that the live server is stopping.Methods in org.apache.activemq.artemis.core.replication that return types with arguments of type OperationContext Modifier and Type Method Description Set<OperationContext>ReplicationManager. getActiveTokens()A list of tokens that are still waiting for replications to be completed -
Uses of OperationContext in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return OperationContext Modifier and Type Method Description OperationContextServerSession. getSessionContext()OperationContextActiveMQServer. newOperationContext()Methods in org.apache.activemq.artemis.core.server with parameters of type OperationContext Modifier and Type Method Description ServerSessionActiveMQServer. createInternalSession(String name, int minLargeMessageSize, RemotingConnection remotingConnection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, boolean autoCreateQueues, OperationContext context, Map<SimpleString,RoutingType> prefixes, String securityDomain)This is to be used in places where security is bypassed, like internal sessions, broker connections, etc...ServerSessionActiveMQServer. createSession(String name, String username, String password, int minLargeMessageSize, RemotingConnection remotingConnection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, boolean autoCreateQueues, OperationContext context, Map<SimpleString,RoutingType> prefixes, String securityDomain, String validatedUser)voidActiveMQServerLogger_impl. problemCompletingOperations(OperationContext e)voidActiveMQServerLogger. problemCompletingOperations(OperationContext e)voidQueue. recheckRefCount(OperationContext context)This is to perform a check on the counter again -
Uses of OperationContext in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return OperationContext Modifier and Type Method Description OperationContextServerSessionImpl. getSessionContext()OperationContextActiveMQServerImpl. newOperationContext()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type OperationContext Modifier and Type Method Description ServerSessionActiveMQServerImpl. createInternalSession(String name, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, boolean autoCreateQueues, OperationContext context, Map<SimpleString,RoutingType> prefixes, String securityDomain)ServerSessionActiveMQServerImpl. createSession(String name, String username, String password, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, boolean autoCreateQueues, OperationContext context, Map<SimpleString,RoutingType> prefixes, String securityDomain, String validatedUser)protected ServerSessionImplActiveMQServerImpl. internalCreateSession(String name, String username, String password, String validatedUser, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, OperationContext context, boolean autoCreateQueues, Map<SimpleString,RoutingType> prefixes, String securityDomain)voidQueueImpl. recheckRefCount(OperationContext context)Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type OperationContext Constructor Description ServerSessionImpl(String name, String username, String password, String validatedUser, int minLargeMessageSize, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean strictUpdateDeliveryCount, boolean xa, RemotingConnection remotingConnection, StorageManager storageManager, PostOffice postOffice, ResourceManager resourceManager, SecurityStore securityStore, ManagementService managementService, ActiveMQServer server, SimpleString managementAddress, SimpleString defaultAddress, SessionCallback callback, OperationContext context, PagingManager pagingManager, Map<SimpleString,RoutingType> prefixes, String securityDomain) -
Uses of OperationContext in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type OperationContext Modifier and Type Method Description default voidActiveMQServerSessionPlugin. beforeCreateSession(String name, String username, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, boolean autoCreateQueues, OperationContext context, Map<SimpleString,RoutingType> prefixes)Before a session is created. -
Uses of OperationContext in org.apache.activemq.artemis.core.server.plugin.impl
Methods in org.apache.activemq.artemis.core.server.plugin.impl with parameters of type OperationContext Modifier and Type Method Description voidLoggingActiveMQServerPlugin. beforeCreateSession(String name, String username, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String publicAddress, SessionCallback callback, boolean autoCreateQueues, OperationContext context, Map<SimpleString,RoutingType> prefixes)Before a session is created.
-