org.exolab.jms.message
Class DeliveryModeImpl
java.lang.Object
|
+--org.exolab.jms.message.DeliveryModeImpl
- All Implemented Interfaces:
- javax.jms.DeliveryMode, java.io.Externalizable, java.io.Serializable
- 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
Fields inherited from interface javax.jms.DeliveryMode |
NON_PERSISTENT, PERSISTENT |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeliveryModeImpl
public DeliveryModeImpl()
DeliveryModeImpl
public DeliveryModeImpl(int mode)
throws javax.jms.JMSException
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 © 1999-2004 The OpenJMS Group. All Rights Reserved.