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

java.lang.Object
  extended by org.apache.qpid.qmf.QMFObject<BrokerSchema.SessionClass,BrokerSchema.SessionDelegate>
      extended by org.apache.qpid.qmf.schema.BrokerSchema.SessionObject
Enclosing class:
BrokerSchema

public final class BrokerSchema.SessionObject
extends QMFObject<BrokerSchema.SessionClass,BrokerSchema.SessionDelegate>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.qmf.QMFObject
QMFObject.Delegate
 
Constructor Summary
protected BrokerSchema.SessionObject(BrokerSchema.SessionDelegate delegate)
           
 
Method Summary
 QMFCommand asConfigInfoCmd(long sampleTime)
           
 QMFCommand asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand asInstrumentInfoCmd(long sampleTime)
           
 BrokerSchema.SessionClass.CloseMethodResponseCommand close(BrokerSchema.SessionClass.CloseMethodResponseCommandFactory factory)
           
 BrokerSchema.SessionClass.DetachMethodResponseCommand detach(BrokerSchema.SessionClass.DetachMethodResponseCommandFactory factory)
           
 Boolean getAttached()
           
 Integer getChannelId()
           
 Long getClientCredit()
           
 BrokerSchema.ConnectionObject getConnectionRef()
           
 Long getDetachedLifespan()
           
 Long getExpireTime()
           
 Long getFramesOutstanding()
           
 Long getMaxClientRate()
           
 String getName()
           
 BrokerSchema.SessionClass getQMFClass()
           
 Long getTxnCommits()
           
 Long getTxnCount()
           
 Long getTxnRejects()
           
 Long getTxnStarts()
           
 BrokerSchema.VhostObject getVhostRef()
           
 BrokerSchema.SessionClass.ResetLifespanMethodResponseCommand resetLifespan(BrokerSchema.SessionClass.ResetLifespanMethodResponseCommandFactory factory)
           
 BrokerSchema.SessionClass.SolicitAckMethodResponseCommand solicitAck(BrokerSchema.SessionClass.SolicitAckMethodResponseCommandFactory factory)
           
 
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.SessionObject

protected BrokerSchema.SessionObject(BrokerSchema.SessionDelegate delegate)
Method Detail

getQMFClass

public BrokerSchema.SessionClass getQMFClass()
Specified by:
getQMFClass in class QMFObject<BrokerSchema.SessionClass,BrokerSchema.SessionDelegate>

asConfigInfoCmd

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

asInstrumentInfoCmd

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

asGetQueryResponseCmd

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

solicitAck

public BrokerSchema.SessionClass.SolicitAckMethodResponseCommand solicitAck(BrokerSchema.SessionClass.SolicitAckMethodResponseCommandFactory factory)

detach

public BrokerSchema.SessionClass.DetachMethodResponseCommand detach(BrokerSchema.SessionClass.DetachMethodResponseCommandFactory factory)

resetLifespan

public BrokerSchema.SessionClass.ResetLifespanMethodResponseCommand resetLifespan(BrokerSchema.SessionClass.ResetLifespanMethodResponseCommandFactory factory)

close

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

getVhostRef

public BrokerSchema.VhostObject getVhostRef()

getName

public String getName()

getChannelId

public Integer getChannelId()

getConnectionRef

public BrokerSchema.ConnectionObject getConnectionRef()

getDetachedLifespan

public Long getDetachedLifespan()

getAttached

public Boolean getAttached()

getExpireTime

public Long getExpireTime()

getMaxClientRate

public Long getMaxClientRate()

getFramesOutstanding

public Long getFramesOutstanding()

getTxnStarts

public Long getTxnStarts()

getTxnCommits

public Long getTxnCommits()

getTxnRejects

public Long getTxnRejects()

getTxnCount

public Long getTxnCount()

getClientCredit

public Long getClientCredit()


Licensed to the Apache Software Foundation