Class BasicMirrorController<T extends org.apache.qpid.proton.engine.Link>
- java.lang.Object
-
- org.apache.activemq.artemis.protocol.amqp.connect.mirror.BasicMirrorController<T>
-
- Direct Known Subclasses:
AMQPMirrorControllerSource
public class BasicMirrorController<T extends org.apache.qpid.proton.engine.Link> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Tlinkprotected StringlocalMirrorIdprotected StringremoteMirrorIdprotected org.apache.activemq.artemis.core.server.ActiveMQServerserver
-
Constructor Summary
Constructors Constructor Description BasicMirrorController(org.apache.activemq.artemis.core.server.ActiveMQServer server)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetLink()StringgetLocalMirrorId()StringgetRemoteMirrorId()static StringgetRemoteMirrorID(org.apache.qpid.proton.engine.Link link)BasicMirrorController<T>setLink(T link)
-