org.apache.qpid.client
Class ConnectionTuneParameters

java.lang.Object
  extended by org.apache.qpid.client.ConnectionTuneParameters

public class ConnectionTuneParameters
extends Object


Constructor Summary
ConnectionTuneParameters()
           
 
Method Summary
 int getChannelMax()
           
 long getFrameMax()
           
 int getHeartbeat()
           
 long getTxnLimit()
           
 void setChannelMax(int channelMax)
           
 void setFrameMax(long frameMax)
           
 void setHeartbeat(int hearbeat)
           
 void setTxnLimit(long txnLimit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionTuneParameters

public ConnectionTuneParameters()
Method Detail

getFrameMax

public long getFrameMax()

setFrameMax

public void setFrameMax(long frameMax)

getChannelMax

public int getChannelMax()

setChannelMax

public void setChannelMax(int channelMax)

getHeartbeat

public int getHeartbeat()

setHeartbeat

public void setHeartbeat(int hearbeat)

getTxnLimit

public long getTxnLimit()

setTxnLimit

public void setTxnLimit(long txnLimit)


Licensed to the Apache Software Foundation