Modifier and Type | Class and Description |
---|---|
class |
CoreProtocolManagerFactory |
Modifier and Type | Method and Description |
---|---|
ProtocolManagerFactory<Interceptor> |
CoreProtocolManager.getFactory() |
Modifier and Type | Class and Description |
---|---|
class |
HornetQProtocolManagerFactory |
Modifier and Type | Method and Description |
---|---|
Map<String,ProtocolManagerFactory> |
RemotingService.getProtocolFactoryMap() |
Modifier and Type | Method and Description |
---|---|
Map<String,ProtocolManagerFactory> |
RemotingServiceImpl.getProtocolFactoryMap() |
Constructor and Description |
---|
RemotingServiceImpl(ClusterManager clusterManager,
Configuration config,
ActiveMQServer server,
ManagementService managementService,
ScheduledExecutorService scheduledThreadPool,
List<ProtocolManagerFactory> protocolManagerFactories,
Executor flushExecutor,
ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQServer.addProtocolManagerFactory(ProtocolManagerFactory factory) |
void |
ActiveMQServer.removeProtocolManagerFactory(ProtocolManagerFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQServerImpl.addProtocolManagerFactory(ProtocolManagerFactory factory) |
void |
ActiveMQServerImpl.removeProtocolManagerFactory(ProtocolManagerFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProtocolManagerFactory<P extends BaseInterceptor> |
Modifier and Type | Method and Description |
---|---|
ProtocolManagerFactory<P> |
ProtocolManager.getFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
MessagePersister.registerProtocol(ProtocolManagerFactory manager) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.