org.apache.qpid.qmf.schema
Class BrokerSchema.BridgeObject

java.lang.Object
  extended by org.apache.qpid.qmf.QMFObject<BrokerSchema.BridgeClass,BrokerSchema.BridgeDelegate>
      extended by org.apache.qpid.qmf.schema.BrokerSchema.BridgeObject
Enclosing class:
BrokerSchema

public final class BrokerSchema.BridgeObject
extends QMFObject<BrokerSchema.BridgeClass,BrokerSchema.BridgeDelegate>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.qmf.QMFObject
QMFObject.Delegate
 
Constructor Summary
protected BrokerSchema.BridgeObject(BrokerSchema.BridgeDelegate delegate)
           
 
Method Summary
 QMFCommand asConfigInfoCmd(long sampleTime)
           
 QMFCommand asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand asInstrumentInfoCmd(long sampleTime)
           
 BrokerSchema.BridgeClass.CloseMethodResponseCommand close(BrokerSchema.BridgeClass.CloseMethodResponseCommandFactory factory)
           
 Integer getChannelId()
           
 String getDest()
           
 Boolean getDurable()
           
 Boolean getDynamic()
           
 String getExcludes()
           
 String getKey()
           
 BrokerSchema.LinkObject getLinkRef()
           
 BrokerSchema.BridgeClass getQMFClass()
           
 String getSrc()
           
 Boolean getSrcIsLocal()
           
 Boolean getSrcIsQueue()
           
 Integer getSync()
           
 String getTag()
           
 
Methods inherited from class org.apache.qpid.qmf.QMFObject
getCreateTime, getDelegate, getDeleteTime, getId, setDeleteTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerSchema.BridgeObject

protected BrokerSchema.BridgeObject(BrokerSchema.BridgeDelegate delegate)
Method Detail

getQMFClass

public BrokerSchema.BridgeClass getQMFClass()
Specified by:
getQMFClass in class QMFObject<BrokerSchema.BridgeClass,BrokerSchema.BridgeDelegate>

asConfigInfoCmd

public QMFCommand asConfigInfoCmd(long sampleTime)
Specified by:
asConfigInfoCmd in class QMFObject<BrokerSchema.BridgeClass,BrokerSchema.BridgeDelegate>

asInstrumentInfoCmd

public QMFCommand asInstrumentInfoCmd(long sampleTime)
Specified by:
asInstrumentInfoCmd in class QMFObject<BrokerSchema.BridgeClass,BrokerSchema.BridgeDelegate>

asGetQueryResponseCmd

public QMFCommand asGetQueryResponseCmd(QMFGetQueryCommand queryCommand,
                                        long sampleTime)
Specified by:
asGetQueryResponseCmd in class QMFObject<BrokerSchema.BridgeClass,BrokerSchema.BridgeDelegate>

close

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

getLinkRef

public BrokerSchema.LinkObject getLinkRef()

getChannelId

public Integer getChannelId()

getDurable

public Boolean getDurable()

getSrc

public String getSrc()

getDest

public String getDest()

getKey

public String getKey()

getSrcIsQueue

public Boolean getSrcIsQueue()

getSrcIsLocal

public Boolean getSrcIsLocal()

getTag

public String getTag()

getExcludes

public String getExcludes()

getDynamic

public Boolean getDynamic()

getSync

public Integer getSync()


Licensed to the Apache Software Foundation