jrun.jms.core.message
Class Priority
java.lang.Object
|
+--jrun.jms.core.message.Priority
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- public class Priority
- extends java.lang.Object
- implements java.io.Externalizable
This class implements /org/exolab/jms/message.Priority
- Version:
- $Revision: 1.2 $ $Date: 2001/06/21 20:53:05 $
- Author:
- Jim Mourikis
- See Also:
javax.jms., Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Priority
public Priority()
Priority
public Priority(int priority)
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
getPriority
public int getPriority()
isExpedited
public boolean isExpedited()
isGreater
public boolean isGreater(Priority toCompare)
isEqual
public boolean isEqual(Priority toCompare)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.