Class ServerLegacyProducersImpl
java.lang.Object
org.apache.activemq.artemis.core.server.impl.ServerLegacyProducersImpl
- All Implemented Interfaces:
ServerProducers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession) voidput(String id, ServerProducer producer) void
-
Field Details
-
producers
-
-
Constructor Details
-
ServerLegacyProducersImpl
-
-
Method Details
-
cloneProducers
- Specified by:
cloneProducersin interfaceServerProducers
-
getServerProducers
- Specified by:
getServerProducersin interfaceServerProducers
-
getServerProducer
public ServerProducer getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession) - Specified by:
getServerProducerin interfaceServerProducers
-
put
- Specified by:
putin interfaceServerProducers
-
remove
- Specified by:
removein interfaceServerProducers
-
clear
public void clear()- Specified by:
clearin interfaceServerProducers
-