anon.client
Class SequentialChannelDataChain.SendOrderProtocolData

java.lang.Object
  extended by anon.client.SequentialChannelDataChain.SendOrderProtocolData
Enclosing class:
SequentialChannelDataChain

private class SequentialChannelDataChain.SendOrderProtocolData
extends java.lang.Object


Field Summary
private  DataChainChannelListEntry m_channelEntry
           
private  boolean m_enforceFastResponse
           
private  boolean m_sendUpstreamClose
           
 
Constructor Summary
SequentialChannelDataChain.SendOrderProtocolData(DataChainChannelListEntry a_channelEntry, boolean a_sendUpstreamClose, boolean a_enforceFastResponse)
           
 
Method Summary
 boolean enforceFastResponse()
           
 DataChainChannelListEntry getChannelEntry()
           
 boolean sendUpstreamClose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_channelEntry

private DataChainChannelListEntry m_channelEntry

m_sendUpstreamClose

private boolean m_sendUpstreamClose

m_enforceFastResponse

private boolean m_enforceFastResponse
Constructor Detail

SequentialChannelDataChain.SendOrderProtocolData

public SequentialChannelDataChain.SendOrderProtocolData(DataChainChannelListEntry a_channelEntry,
                                                        boolean a_sendUpstreamClose,
                                                        boolean a_enforceFastResponse)
Method Detail

getChannelEntry

public DataChainChannelListEntry getChannelEntry()

sendUpstreamClose

public boolean sendUpstreamClose()

enforceFastResponse

public boolean enforceFastResponse()