org.codehaus.activemq.message
Class PacketFacade
java.lang.Object
org.codehaus.activemq.message.PacketFacade
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- public class PacketFacade
- extends java.lang.Object
- implements java.io.Externalizable
A helper class for using Packet instances with object serialization
- Version:
- $Revision: 1.4 $
- 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(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright © 2004 Protique, Ltd.. All Rights Reserved.