Class ServerProducerImpl
java.lang.Object
org.apache.activemq.artemis.core.server.impl.ServerProducerImpl
- All Implemented Interfaces:
ServerProducer
-
Field Summary
Fields inherited from interface org.apache.activemq.artemis.core.server.ServerProducer
ANONYMOUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonggetID()longlonggetName()voidsetConnectionID(String connectionID) voidsetSessionID(String sessionID) voidupdateMetrics(Object lastProducedMessageID, int encodeSize)
-
Constructor Details
-
ServerProducerImpl
-
-
Method Details
-
getID
public long getID()- Specified by:
getIDin interfaceServerProducer
-
getName
- Specified by:
getNamein interfaceServerProducer
-
getAddress
- Specified by:
getAddressin interfaceServerProducer
-
getProtocol
- Specified by:
getProtocolin interfaceServerProducer
-
setSessionID
- Specified by:
setSessionIDin interfaceServerProducer
-
setConnectionID
- Specified by:
setConnectionIDin interfaceServerProducer
-
getSessionID
- Specified by:
getSessionIDin interfaceServerProducer
-
getConnectionID
- Specified by:
getConnectionIDin interfaceServerProducer
-
getCreationTime
public long getCreationTime()- Specified by:
getCreationTimein interfaceServerProducer
-
updateMetrics
- Specified by:
updateMetricsin interfaceServerProducer
-
getLastProducedMessageID
- Specified by:
getLastProducedMessageIDin interfaceServerProducer
-
getMessagesSent
public long getMessagesSent()- Specified by:
getMessagesSentin interfaceServerProducer
-
getMessagesSentSize
public long getMessagesSentSize()- Specified by:
getMessagesSentSizein interfaceServerProducer
-