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
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 � 2002 Macromedia Corporation. All Rights Reserved.