jrun.jms.core.message
Class DeliveryModeImpl

jrun.jms.core.message.DeliveryModeImpl
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class DeliveryModeImpl
implements java.io.Externalizable

This class implements /org/exolab/jms/message.DeliveryModeImpl

Version:
$Revision: 1.2 $ $Date: 2001/06/21 20:53:05 $
Author:
Jim Mourikis
See Also:
javax.jms., Serialized Form

Constructor Summary
DeliveryModeImpl()
           
DeliveryModeImpl(int mode)
           
 
Method Summary
 int getDeliveryMode()
           
 boolean isPersistent()
           
 void readExternal(java.io.ObjectInput in)
           
 void setDeliveryMode(int mode)
           
 void writeExternal(java.io.ObjectOutput out)
           
 

Constructor Detail

DeliveryModeImpl

public DeliveryModeImpl()

DeliveryModeImpl

public DeliveryModeImpl(int mode)
                 throws javax.jms.JMSException
Method Detail

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable

setDeliveryMode

public void setDeliveryMode(int mode)
                     throws javax.jms.JMSException

getDeliveryMode

public int getDeliveryMode()

isPersistent

public boolean isPersistent()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.