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 ActiveMQServerserver
-
Constructor Summary
Constructors Constructor Description BasicMirrorController(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)
-
-
-
Field Detail
-
server
protected final ActiveMQServer server
-
link
protected T extends org.apache.qpid.proton.engine.Link link
-
remoteMirrorId
protected String remoteMirrorId
-
localMirrorId
protected final String localMirrorId
-
-
Constructor Detail
-
BasicMirrorController
public BasicMirrorController(ActiveMQServer server)
-
-