public abstract class AbstractProtocolManagerFactory<P extends BaseInterceptor> extends Object implements ProtocolManagerFactory<P>
| Constructor and Description |
|---|
AbstractProtocolManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected List<P> |
internalFilterInterceptors(Class<P> type,
List<? extends BaseInterceptor> listIn)
This method exists because java templates won't store the type of P at runtime.
|
void |
loadProtocolServices(ActiveMQServer server,
List<ActiveMQComponent> services) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateProtocolManager, filterInterceptors, getModuleName, getPersister, getProtocolsprotected List<P> internalFilterInterceptors(Class<P> type, List<? extends BaseInterceptor> listIn)
type - listIn - public void loadProtocolServices(ActiveMQServer server, List<ActiveMQComponent> services)
loadProtocolServices in interface ProtocolManagerFactory<P extends BaseInterceptor>Copyright © 2022 The Apache Software Foundation. All rights reserved.