org.apache.qpid.server.configuration
Interface LinkConfig
- All Superinterfaces:
- ConfiguredObject<LinkConfigType,LinkConfig>
- All Known Implementing Classes:
- BrokerLink
public interface LinkConfig
- extends ConfiguredObject<LinkConfigType,LinkConfig>
getVirtualHost
VirtualHostConfig getVirtualHost()
getTransport
String getTransport()
getHost
String getHost()
getPort
int getPort()
getRemoteVhost
String getRemoteVhost()
getAuthMechanism
String getAuthMechanism()
getUsername
String getUsername()
getPassword
String getPassword()
close
void close()
createBridge
void createBridge(boolean durable,
boolean dynamic,
boolean srcIsQueue,
boolean srcIsLocal,
String src,
String dest,
String key,
String tag,
String excludes)
Licensed to the Apache Software Foundation