org.jboss.messaging.util
Interface Streamable
- All Known Subinterfaces:
- Message
- All Known Implementing Classes:
- org.jboss.messaging.core.plugin.postoffice.cluster.ClusterRequest, CreateConnectionResult, DelegateSupport, DeliveryRecovery, IDBlock, MessageSupport, MessagingXid, PacketSupport, QueueStats, TransactionRequest, Version
- public interface Streamable
A Streamable
- Version:
- $Revision: 1919 $
$Id: Streamable.java 1919 2007-01-08 20:36:12Z clebert.suconic@jboss.com $
- Author:
- Tim Fox
Method Summary |
void |
read(java.io.DataInputStream in)
|
void |
write(java.io.DataOutputStream out)
|
write
public void write(java.io.DataOutputStream out)
throws java.lang.Exception
- Throws:
java.lang.Exception
read
public void read(java.io.DataInputStream in)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006 JBoss Inc. All Rights Reserved.