|
|||||||||
| Home >> All >> org >> activemq >> transport >> openwire >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.transport.openwire.io
Class CapacityInfoMarshaller

java.lang.Objectorg.activemq.io.impl.AbstractPacketReader
org.activemq.io.impl.AbstractPacketMarshaller
org.activemq.transport.openwire.OpenWirePacketMarshallerSupport
org.activemq.transport.openwire.io.CapacityInfoMarshaller
- All Implemented Interfaces:
- org.activemq.io.impl.PacketReader, org.activemq.io.impl.PacketWriter
- public class CapacityInfoMarshaller
- extends org.activemq.transport.openwire.OpenWirePacketMarshallerSupport
AUTOGENERATED Marshaller for OpenWire command CapacityInfo
- Version:
- $Revision: 1.1 $
| Field Summary |
| Fields inherited from class org.activemq.io.impl.AbstractPacketMarshaller |
wireFormatVersion |
| Constructor Summary | |
CapacityInfoMarshaller()
|
|
| Method Summary | |
void |
buildPacket(org.activemq.message.Packet packet,
java.io.DataInput dataIn)
build a Packet instance from the data input stream |
org.activemq.message.Packet |
createPacket()
|
int |
getPacketType()
Return the type of Packet |
void |
writePacket(org.activemq.message.Packet packet,
java.io.DataOutput dataOut)
Write a Packet instance to data output stream |
| Methods inherited from class org.activemq.transport.openwire.OpenWirePacketMarshallerSupport |
readBoolean, readBytes, readDestination, readProperties, readString, writeBoolean, writeBytes, writeDestination, writeDestination, writeProperties, writeProperties, writeString |
| Methods inherited from class org.activemq.io.impl.AbstractPacketMarshaller |
canWrite, getWireFormatVersion, setWireFormatVersion, writeObject, writePacketToByteArray, writeUTF |
| Methods inherited from class org.activemq.io.impl.AbstractPacketReader |
canRead, readObject, readPacketFromByteArray, readUTF |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
CapacityInfoMarshaller
public CapacityInfoMarshaller()
| Method Detail |
getPacketType
public int getPacketType()
- Return the type of Packet
createPacket
public org.activemq.message.Packet createPacket()
buildPacket
public void buildPacket(org.activemq.message.Packet packet, java.io.DataInput dataIn) throws java.io.IOException
- build a Packet instance from the data input stream
writePacket
public void writePacket(org.activemq.message.Packet packet, java.io.DataOutput dataOut) throws java.io.IOException
- Write a Packet instance to data output stream
|
|||||||||
| Home >> All >> org >> activemq >> transport >> openwire >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC