Class BasicMirrorController<T extends org.apache.qpid.proton.engine.Link>

  • Direct Known Subclasses:
    AMQPMirrorControllerSource

    public class BasicMirrorController<T extends org.apache.qpid.proton.engine.Link>
    extends java.lang.Object
    • Field Detail

      • server

        protected final org.apache.activemq.artemis.core.server.ActiveMQServer server
      • link

        protected T extends org.apache.qpid.proton.engine.Link link
      • remoteMirrorId

        protected java.lang.String remoteMirrorId
      • localMirrorId

        protected final java.lang.String localMirrorId
    • Constructor Detail

      • BasicMirrorController

        public BasicMirrorController​(org.apache.activemq.artemis.core.server.ActiveMQServer server)
    • Method Detail

      • getLocalMirrorId

        public java.lang.String getLocalMirrorId()
      • getRemoteMirrorId

        public java.lang.String getRemoteMirrorId()
      • getRemoteMirrorID

        public static java.lang.String getRemoteMirrorID​(org.apache.qpid.proton.engine.Link link)
      • getLink

        public T getLink()