Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.config
Class WireFormatStub  view WireFormatStub download WireFormatStub.java

java.lang.Object
  extended byorg.activemq.io.AbstractWireFormat
      extended byorg.activemq.io.impl.AbstractDefaultWireFormat
          extended byorg.activemq.io.impl.DefaultWireFormat
              extended byorg.activemq.config.WireFormatStub
All Implemented Interfaces:
java.io.Serializable, org.activemq.io.WireFormat

public class WireFormatStub
extends org.activemq.io.impl.DefaultWireFormat

Version:
$Revision: 1.1.1.1 $

Field Summary
 
Fields inherited from class org.activemq.io.impl.DefaultWireFormat
cachedBytesOut, cachedDataOut, cachedKeyGenerator, internalBytesIn, internalBytesOut, internalDataIn, internalDataOut, lastWriteValueCacheEvictionPosition, readMutex, writeMutex
 
Fields inherited from class org.activemq.io.impl.AbstractDefaultWireFormat
brokerAdminCommandReader, brokerAdminCommandWriter, brokerInfoReader, brokerInfoWriter, bytesMessageReader, bytesMessageWriter, cachedValueReader, cachedValueWriter, capacityInfoReader, capacityInfoRequestReader, capacityInfoRequestWriter, capacityInfoWriter, cleanupConnectionAndSessionInfoReader, cleanupConnectionAndSessionInfoWriter, connectionInfoReader, connectionInfoWriter, consumerInfoReader, consumerInfoWriter, currentWireFormatVersion, durableUnsubscribeReader, durableUnsubscribeWriter, intReponseReceiptReader, intReponseReceiptWriter, keepAliveReader, keepAliveWriter, mapMessageReader, mapMessageWriter, messageAckReader, messageAckWriter, messageReader, messageWriter, objectMessageReader, objectMessageWriter, producerInfoReader, producerInfoWriter, receiptReader, receiptWriter, reponseReceiptReader, reponseReceiptWriter, sessionInfoReader, sessionInfoWriter, streamMessageReader, streamMessageWriter, textMessageReader, textMessageWriter, transactionInfoReader, transactionInfoWriter, WIRE_FORMAT_VERSION, wireFormatInfoReader, wireFormatInfoWriter, xaTransactionInfoReader, xaTransactionInfoWriter
 
Fields inherited from class org.activemq.io.AbstractWireFormat
cachingEnabled, transportDataIn, transportDataOut
 
Fields inherited from interface org.activemq.io.WireFormat
DEFAULT_MAXIMUM_MESSAGE_SIZE
 
Constructor Summary
WireFormatStub()
           
 
Method Summary
 org.activemq.io.WireFormat copy()
          Creates a new copy of this wire format so it can be used in another thread/context
 
Methods inherited from class org.activemq.io.impl.DefaultWireFormat
getValueFromReadCache, getWriteCachedKey, handleCachedValue, readPacket, toBytes, validateWriteCache, writePacket
 
Methods inherited from class org.activemq.io.impl.AbstractDefaultWireFormat
canProcessWireFormatVersion, getCurrentWireFormatVersion, getWriter, initiateClientSideProtocol, initiateServerSideProtocol, readPacket, setCurrentWireFormatVersion
 
Methods inherited from class org.activemq.io.AbstractWireFormat
doesSupportMessageCompression, doesSupportMessageFragmentation, fromBytes, fromBytes, getTransportDataIn, getTransportDataOut, initiateClientSideProtocol, initiateServerSideProtocol, isCachingEnabled, readPacket, readPacket, registerTransportStreams, setCachingEnabled, setTransportDataIn, setTransportDataOut, writePacket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WireFormatStub

public WireFormatStub()
Method Detail

copy

public org.activemq.io.WireFormat copy()
Description copied from interface: org.activemq.io.WireFormat
Creates a new copy of this wire format so it can be used in another thread/context