org.jboss.jms.delegate
Class DeliveryRecovery

java.lang.Object
  extended by org.jboss.jms.delegate.DeliveryRecovery
All Implemented Interfaces:
Streamable

public class DeliveryRecovery
extends java.lang.Object
implements Streamable

A DeliveryRecovery Used for sending information about to recover a delivery to the server on failover

Version:
$Revision: 2684 $ $Id: DeliveryRecovery.java 2684 2007-05-15 07:31:30Z timfox $
Author:
Tim Fox

Constructor Summary
DeliveryRecovery()
           
DeliveryRecovery(long deliveryID, long messageID, java.lang.String queueName)
           
 
Method Summary
 long getDeliveryID()
           
 long getMessageID()
           
 java.lang.String getQueueName()
           
 void read(java.io.DataInputStream in)
           
 java.lang.String toString()
           
 void write(java.io.DataOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeliveryRecovery

public DeliveryRecovery()

DeliveryRecovery

public DeliveryRecovery(long deliveryID,
                        long messageID,
                        java.lang.String queueName)
Method Detail

read

public void read(java.io.DataInputStream in)
          throws java.lang.Exception
Specified by:
read in interface Streamable
Throws:
java.lang.Exception

write

public void write(java.io.DataOutputStream out)
           throws java.lang.Exception
Specified by:
write in interface Streamable
Throws:
java.lang.Exception

getDeliveryID

public long getDeliveryID()

getMessageID

public long getMessageID()

getQueueName

public java.lang.String getQueueName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006 JBoss Inc. All Rights Reserved.