org.apache.qpid.qmf.schema
Interface BrokerSchema.BridgeDelegate

All Superinterfaces:
QMFObject.Delegate
Enclosing class:
BrokerSchema

public static interface BrokerSchema.BridgeDelegate
extends QMFObject.Delegate


Method Summary
 BrokerSchema.BridgeClass.CloseMethodResponseCommand close(BrokerSchema.BridgeClass.CloseMethodResponseCommandFactory factory)
           
 Integer getChannelId()
           
 String getDest()
           
 Boolean getDurable()
           
 Boolean getDynamic()
           
 String getExcludes()
           
 String getKey()
           
 BrokerSchema.LinkObject getLinkRef()
           
 String getSrc()
           
 Boolean getSrcIsLocal()
           
 Boolean getSrcIsQueue()
           
 Integer getSync()
           
 String getTag()
           
 
Methods inherited from interface org.apache.qpid.qmf.QMFObject.Delegate
getCreateTime, getId
 

Method Detail

getLinkRef

BrokerSchema.LinkObject getLinkRef()

getChannelId

Integer getChannelId()

getDurable

Boolean getDurable()

getSrc

String getSrc()

getDest

String getDest()

getKey

String getKey()

getSrcIsQueue

Boolean getSrcIsQueue()

getSrcIsLocal

Boolean getSrcIsLocal()

getTag

String getTag()

getExcludes

String getExcludes()

getDynamic

Boolean getDynamic()

getSync

Integer getSync()

close

BrokerSchema.BridgeClass.CloseMethodResponseCommand close(BrokerSchema.BridgeClass.CloseMethodResponseCommandFactory factory)


Licensed to the Apache Software Foundation