org.activemq.message
Class PacketFacade
java.lang.Object
org.activemq.message.PacketFacade
- All Implemented Interfaces:
- Externalizable, Serializable
public class PacketFacade
- extends Object
- implements Externalizable
A helper class for using Packet instances with object serialization
- Version:
- $Revision: 1.1.1.1 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PacketFacade
public PacketFacade()
PacketFacade
public PacketFacade(Packet packet)
getPacket
public Packet getPacket()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.