Class PersistedConnectionFactory

  • All Implemented Interfaces:
    org.apache.activemq.artemis.core.journal.EncodingSupport

    public class PersistedConnectionFactory
    extends java.lang.Object
    implements org.apache.activemq.artemis.core.journal.EncodingSupport
    • Constructor Detail

      • PersistedConnectionFactory

        public PersistedConnectionFactory()
    • Method Detail

      • getId

        public long getId()
        Returns:
        the id
      • setId

        public void setId​(long id)
      • getName

        public java.lang.String getName()
      • decode

        public void decode​(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
        Specified by:
        decode in interface org.apache.activemq.artemis.core.journal.EncodingSupport
      • encode

        public void encode​(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
        Specified by:
        encode in interface org.apache.activemq.artemis.core.journal.EncodingSupport
      • getEncodeSize

        public int getEncodeSize()
        Specified by:
        getEncodeSize in interface org.apache.activemq.artemis.core.journal.EncodingSupport