org.exolab.jms.message
Class DeliveryModeImpl

java.lang.Object
  extended by org.exolab.jms.message.DeliveryModeImpl
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, javax.jms.DeliveryMode

public class DeliveryModeImpl
extends java.lang.Object
implements javax.jms.DeliveryMode, java.io.Externalizable

Implementation of javax.jms.DeliveryMode

Version:
$Revision: 1.5 $ $Date: 2003/08/17 01:32:24 $
Author:
Jim Mourikis
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.jms.DeliveryMode
NON_PERSISTENT, PERSISTENT
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryModeImpl

public DeliveryModeImpl()

DeliveryModeImpl

public DeliveryModeImpl(int mode)
                 throws javax.jms.JMSException
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
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

setDeliveryMode

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

getDeliveryMode

public int getDeliveryMode()

isPersistent

public boolean isPersistent()


Copyright © 1999-2005 The OpenJMS Group. All Rights Reserved.