Uses of Interface
org.apache.activemq.artemis.core.server.ActiveMQComponent
Packages that use ActiveMQComponent
Package
Description
-
Uses of ActiveMQComponent in org.apache.activemq.artemis.components
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.components -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl with parameters of type ActiveMQComponentModifier and TypeMethodDescriptionvoidClientSessionFactoryImpl.connectionCreated(ActiveMQComponent component, Connection connection, ClientProtocolManager protocol) -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.cluster
Classes in org.apache.activemq.artemis.core.cluster that implement ActiveMQComponentModifier and TypeClassDescriptionfinal classThis class is used to search for members on the cluster through the opaque interfaceBroadcastEndpoint. -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return types with arguments of type ActiveMQComponentModifier and TypeMethodDescriptionFileDeploymentManager.buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, ActivateCallback activateCallback) Build a set ofActiveMQComponents from theDeployables configured -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.journal
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.journalModifier and TypeInterfaceDescriptioninterfaceMost methods on the journal provide a blocking version where you select the sync mode and a non blocking mode where you pass a completion callback as a parameter.interface -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.journal.impl
Classes in org.apache.activemq.artemis.core.journal.impl that implement ActiveMQComponentModifier and TypeClassDescriptionfinal classJournal used at a replicating backup server during the synchronization of data with the 'live' server.classA circular log implementation. -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.paging
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.pagingModifier and TypeInterfaceDescriptioninterface+--------------+ 1 +----------------+ N +--------------+ N +--------+ 1 +-------------------+ |PostOffice|-------> |PagingManager|-------> |PagingStore| ------> |Page| ------> |SequentialFile| +--------------+ +----------------+ +--------------+ +--------+ +-------------------+ | 1 ^ | | | | | | 1 | N +----------+ +------------> |Address| +----------+interfaceThe implementation will take care of details such as PageSize. -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.paging.impl
Classes in org.apache.activemq.artemis.core.paging.impl that implement ActiveMQComponentModifier and TypeClassDescriptionclassfinal classclass -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.persistence
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.persistence -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.persistence.impl.journal
Classes in org.apache.activemq.artemis.core.persistence.impl.journal that implement ActiveMQComponentModifier and TypeClassDescriptionclassControls access to the journals and other storage files such as the ones used to store pages and large messages.classclass -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.persistence.impl.nullpm
Classes in org.apache.activemq.artemis.core.persistence.impl.nullpm that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.postoffice
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.postofficeModifier and TypeInterfaceDescriptioninterfaceA PostOffice instance maintains a mapping of a String address to a Queue. -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement ActiveMQComponentModifier and TypeClassDescriptionclassThis is the class that will make the routing to Queues and decide which consumer will get the messages It's the queue component on distributing the messages * * -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.remoting.impl
Classes in org.apache.activemq.artemis.core.remoting.impl that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.remoting.impl.invm
Classes in org.apache.activemq.artemis.core.remoting.impl.invm that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.remoting.impl.netty
Classes in org.apache.activemq.artemis.core.remoting.impl.netty that implement ActiveMQComponentModifier and TypeClassDescriptionclassA Netty TCP Acceptor that is embedding Netty. -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.remoting.server
Method parameters in org.apache.activemq.artemis.core.remoting.server with type arguments of type ActiveMQComponentModifier and TypeMethodDescriptionvoidRemotingService.loadProtocolServices(List<ActiveMQComponent> protocolServices) voidRemotingService.updateProtocolServices(List<ActiveMQComponent> protocolServices) Provides an entry point for protocol services offered by this service instance to react to configuration updates. -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.remoting.server.impl
Methods in org.apache.activemq.artemis.core.remoting.server.impl with parameters of type ActiveMQComponentModifier and TypeMethodDescriptionvoidRemotingServiceImpl.connectionCreated(ActiveMQComponent component, Connection connection, ProtocolManager protocol) Method parameters in org.apache.activemq.artemis.core.remoting.server.impl with type arguments of type ActiveMQComponentModifier and TypeMethodDescriptionvoidRemotingServiceImpl.loadProtocolServices(List<ActiveMQComponent> protocolServices) voidRemotingServiceImpl.updateProtocolServices(List<ActiveMQComponent> protocolServices) -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.replication
Classes in org.apache.activemq.artemis.core.replication that implement ActiveMQComponentModifier and TypeClassDescriptionclassUsed by theJournalStorageManagerto replicate journal calls.final classHandles all the synchronization necessary for replication on the backup side (that is the backup's side of the "remote backup" use case).final classManages replication tasks on the primary server (i.e. the active server side of a "remote backup" use case). -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.serverModifier and TypeInterfaceDescriptioninterfaceThis interface defines the internal interface of the ActiveMQ Artemis Server exposed to other components of the server.interfaceA broker connection defines a server connection created to provide services between this server and another instance.interfaceDeprecated.interfaceA Component that needs to know the stop reason.Classes in org.apache.activemq.artemis.core.server that implement ActiveMQComponentModifier and TypeClassDescriptionclassThis is for components with a scheduled at a fixed rate.classA memory usage watcher.classThis will useInetAddress.isReachable(int)to determine if the network is alive.classMethods in org.apache.activemq.artemis.core.server that return types with arguments of type ActiveMQComponentMethods in org.apache.activemq.artemis.core.server with parameters of type ActiveMQComponentModifier and TypeMethodDescriptionNetworkHealthCheck.addComponent(ActiveMQComponent component) voidActiveMQServer.addExternalComponent(ActiveMQComponent externalComponent, boolean start) Adding external components is allowed only if the stateisn'tActiveMQServer.SERVER_STATE.STOPPEDorActiveMQServer.SERVER_STATE.STOPPING. -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.cluster
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.server.clusterModifier and TypeInterfaceDescriptioninterfaceA Core BridgeinterfaceinterfaceClasses in org.apache.activemq.artemis.core.server.cluster that implement ActiveMQComponentModifier and TypeClassDescriptionclassThis takes care of updating the cluster with a backups transport configuration which is based on each cluster connection.classUsed for creating and managing cluster control connections for each cluster connection and the replication connectionclass -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.cluster.ha
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.server.cluster.haModifier and TypeInterfaceDescriptioninterfaceAn HAManager takes care of any colocated backups in a VM.Classes in org.apache.activemq.artemis.core.server.cluster.ha that implement ActiveMQComponentModifier and TypeClassDescriptionclassclassThis implementation doesn't really do anything at the minute but this may change so I'm leaving it here, Andy... -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement ActiveMQComponentModifier and TypeClassDescriptionclassclassThis class will use theBroadcastEndpointto send periodical updates on the list for connections used by this server.classA bridge with extra functionality only available when the server is clustered.final classfinal class -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.cluster.quorum
Classes in org.apache.activemq.artemis.core.server.cluster.quorum that implement ActiveMQComponentModifier and TypeClassDescriptionfinal classA QourumManager can be used to register aQuorumto receive notifications about changes to the cluster. -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.federation
Classes in org.apache.activemq.artemis.core.server.federation that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.files
Classes in org.apache.activemq.artemis.core.server.files that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.group
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.server.group -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.group.impl
Classes in org.apache.activemq.artemis.core.server.group.impl that implement ActiveMQComponentModifier and TypeClassDescriptionclassfinal classA Local Grouping handler.final classA remote Grouping handler. -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement ActiveMQComponentModifier and TypeClassDescriptionclassThe ActiveMQ Artemis server implementationfinal classConnectorsService will pool some resource for updates, e.g.classclassclassfinal classNodeManager used to run multiple servers in the same VM.Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type ActiveMQComponentMethods in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQComponentModifier and TypeMethodDescriptionvoidActiveMQServerImpl.addExternalComponent(ActiveMQComponent externalComponent, boolean start) -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.impl.jdbc
Classes in org.apache.activemq.artemis.core.server.impl.jdbc that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.management
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.server.managementClasses in org.apache.activemq.artemis.core.server.management that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.management.impl
Classes in org.apache.activemq.artemis.core.server.management.impl that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.reload
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.server.reloadClasses in org.apache.activemq.artemis.core.server.reload that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.routing
Classes in org.apache.activemq.artemis.core.server.routing that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.routing.pools
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.server.routing.poolsClasses in org.apache.activemq.artemis.core.server.routing.pools that implement ActiveMQComponentModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server.routing.targets
Classes in org.apache.activemq.artemis.core.server.routing.targets that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.transaction
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.transaction -
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.transaction.impl
Classes in org.apache.activemq.artemis.core.transaction.impl that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.integration
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.integrationModifier and TypeInterfaceDescriptioninterfaceA Broker os a set of ActiveMQComponents that create a Server, for instance core and jms.Classes in org.apache.activemq.artemis.integration that implement ActiveMQComponentMethods in org.apache.activemq.artemis.integration that return types with arguments of type ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.jdbc.store.file
Classes in org.apache.activemq.artemis.jdbc.store.file that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.jdbc.store.journal
Classes in org.apache.activemq.artemis.jdbc.store.journal that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.jms.bridge
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.jms.bridge -
Uses of ActiveMQComponent in org.apache.activemq.artemis.jms.bridge.impl
Classes in org.apache.activemq.artemis.jms.bridge.impl that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.jms.persistence
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.jms.persistence -
Uses of ActiveMQComponent in org.apache.activemq.artemis.jms.persistence.impl.journal
Classes in org.apache.activemq.artemis.jms.persistence.impl.journal that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.jms.persistence.impl.nullpm
Classes in org.apache.activemq.artemis.jms.persistence.impl.nullpm that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.jms.server
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.jms.server -
Uses of ActiveMQComponent in org.apache.activemq.artemis.jms.server.impl
Classes in org.apache.activemq.artemis.jms.server.impl that implement ActiveMQComponent -
Uses of ActiveMQComponent in org.apache.activemq.artemis.spi.core.protocol
Method parameters in org.apache.activemq.artemis.spi.core.protocol with type arguments of type ActiveMQComponentModifier and TypeMethodDescriptionvoidAbstractProtocolManagerFactory.loadProtocolServices(ActiveMQServer server, List<ActiveMQComponent> services) voidProtocolManagerFactory.loadProtocolServices(ActiveMQServer server, List<ActiveMQComponent> services) voidAbstractProtocolManagerFactory.updateProtocolServices(ActiveMQServer server, List<ActiveMQComponent> services) voidProtocolManagerFactory.updateProtocolServices(ActiveMQServer server, List<ActiveMQComponent> services) Provides an entry point for the server to trigger the protocol manager factory to update its protocol services based on updates to server configuration. -
Uses of ActiveMQComponent in org.apache.activemq.artemis.spi.core.remoting
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.spi.core.remotingModifier and TypeInterfaceDescriptioninterfaceAn Acceptor is used by the RemotingService to allow clients to connect.Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ActiveMQComponentModifier and TypeMethodDescriptionvoidBaseConnectionLifeCycleListener.connectionCreated(ActiveMQComponent component, Connection connection, ProtocolClass protocol) This method is used both by client connector creation and server connection creation through acceptors. -
Uses of ActiveMQComponent in org.apache.activemq.artemis.utils.critical
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.utils.criticalClasses in org.apache.activemq.artemis.utils.critical that implement ActiveMQComponent