|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.activemq.io.impl.AbstractPacketWriter
org.activemq.io.impl.BrokerInfoWriter
Writes a ConsumerInfo object to a Stream
| Field Summary |
| Fields inherited from class org.activemq.io.impl.AbstractPacketWriter |
wireFormatVersion |
| Constructor Summary | |
BrokerInfoWriter()
|
|
| Method Summary | |
int |
getPacketType()
Return the type of Packet |
void |
writePacket(Packet packet,
java.io.DataOutput dataOut)
Write a Packet instance to data output stream |
| Methods inherited from class org.activemq.io.impl.AbstractPacketWriter |
canWrite, getWireFormatVersion, setWireFormatVersion, writeObject, writePacketToByteArray, writeUTF |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BrokerInfoWriter()
| Method Detail |
public int getPacketType()
public void writePacket(Packet packet,
java.io.DataOutput dataOut)
throws java.io.IOException
writePacket in interface PacketWriterwritePacket in class AbstractPacketWriterpacket - the instance to be seralizeddataOut - the output stream
java.io.IOException - thrown if an error occurs
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||