org.apache.qpid.server.configuration
Interface BridgeConfig

All Superinterfaces:
ConfiguredObject<BridgeConfigType,BridgeConfig>
All Known Implementing Classes:
Bridge

public interface BridgeConfig
extends ConfiguredObject<BridgeConfigType,BridgeConfig>


Method Summary
 int getAckBatching()
           
 Integer getChannelId()
           
 String getDestination()
           
 String getExcludes()
           
 String getKey()
           
 LinkConfig getLink()
           
 String getSource()
           
 String getTag()
           
 boolean isDynamic()
           
 boolean isLocalSource()
           
 boolean isQueueBridge()
           
 
Methods inherited from interface org.apache.qpid.server.configuration.ConfiguredObject
getConfigType, getCreateTime, getId, getParent, isDurable
 

Method Detail

isDynamic

boolean isDynamic()

isQueueBridge

boolean isQueueBridge()

isLocalSource

boolean isLocalSource()

getSource

String getSource()

getDestination

String getDestination()

getKey

String getKey()

getTag

String getTag()

getExcludes

String getExcludes()

getLink

LinkConfig getLink()

getChannelId

Integer getChannelId()

getAckBatching

int getAckBatching()


Licensed to the Apache Software Foundation