| 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 | Class and Description |
|---|---|
class |
ProtonProtocolManagerFactory |
| Modifier and Type | Method and Description |
|---|---|
ProtocolManagerFactory<Interceptor> |
ProtonProtocolManager.getFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
StompProtocolManagerFactory |
| Modifier and Type | Method and Description |
|---|---|
ProtocolManagerFactory<StompFrameInterceptor> |
StompProtocolManager.getFactory() |
| 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 | Method and Description |
|---|---|
ProtocolManagerFactory |
ProtocolTracker.addingService(org.osgi.framework.ServiceReference<ProtocolManagerFactory<Interceptor>> reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolTrackerCallBack.addFactory(ProtocolManagerFactory<Interceptor> pmf) |
void |
ProtocolTracker.modifiedService(org.osgi.framework.ServiceReference<ProtocolManagerFactory<Interceptor>> reference,
ProtocolManagerFactory<Interceptor> pmf) |
void |
ProtocolTracker.removedService(org.osgi.framework.ServiceReference<ProtocolManagerFactory<Interceptor>> reference,
ProtocolManagerFactory<Interceptor> pmf) |
void |
ProtocolTrackerCallBack.removeFactory(ProtocolManagerFactory<Interceptor> pmf) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolManagerFactory |
ProtocolTracker.addingService(org.osgi.framework.ServiceReference<ProtocolManagerFactory<Interceptor>> reference) |
void |
ProtocolTracker.modifiedService(org.osgi.framework.ServiceReference<ProtocolManagerFactory<Interceptor>> reference,
ProtocolManagerFactory<Interceptor> pmf) |
void |
ProtocolTracker.removedService(org.osgi.framework.ServiceReference<ProtocolManagerFactory<Interceptor>> reference,
ProtocolManagerFactory<Interceptor> pmf) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProtocolManagerFactory<P extends BaseInterceptor> |
| Modifier and Type | Method and Description |
|---|---|
ProtocolManagerFactory<P> |
ProtocolManager.getFactory() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.