org.apache.qpid.server.configuration
Interface LinkConfig

All Superinterfaces:
ConfiguredObject<LinkConfigType,LinkConfig>
All Known Implementing Classes:
BrokerLink

public interface LinkConfig
extends ConfiguredObject<LinkConfigType,LinkConfig>


Method Summary
 void close()
           
 void createBridge(boolean durable, boolean dynamic, boolean srcIsQueue, boolean srcIsLocal, String src, String dest, String key, String tag, String excludes)
           
 String getAuthMechanism()
           
 String getHost()
           
 String getPassword()
           
 int getPort()
           
 String getRemoteVhost()
           
 String getTransport()
           
 String getUsername()
           
 VirtualHostConfig getVirtualHost()
           
 
Methods inherited from interface org.apache.qpid.server.configuration.ConfiguredObject
getConfigType, getCreateTime, getId, getParent, isDurable
 

Method Detail

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