public class BasicMirrorController<T extends org.apache.qpid.proton.engine.Link> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
link |
protected String |
localMirrorId |
protected String |
remoteMirrorId |
protected ActiveMQServer |
server |
| Constructor and Description |
|---|
BasicMirrorController(ActiveMQServer server) |
| Modifier and Type | Method and Description |
|---|---|
T |
getLink() |
String |
getLocalMirrorId() |
String |
getRemoteMirrorId() |
static String |
getRemoteMirrorID(org.apache.qpid.proton.engine.Link link) |
BasicMirrorController<T> |
setLink(T link) |
protected final ActiveMQServer server
protected T extends org.apache.qpid.proton.engine.Link link
protected String remoteMirrorId
protected final String localMirrorId
public BasicMirrorController(ActiveMQServer server)
Copyright © 2021 The Apache Software Foundation. All rights reserved.