org.huihoo.jfox.ms.jms.message
Class Priority

java.lang.Object
  extended byorg.huihoo.jfox.ms.jms.message.Priority

public class Priority
extends java.lang.Object

Message Priority.

Version:
Revision: 1.1 Date: 2002-11-12 12:04:21
Author:
Peter.Cheng

Constructor Summary
Priority()
          Default Constructor.
Priority(int priority)
          Create Priority with speical defaultPriority.
 
Method Summary
 int getPriority()
          Get message defaultPriority.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Priority

public Priority()
Default Constructor.


Priority

public Priority(int priority)
         throws javax.jms.JMSException
Create Priority with speical defaultPriority.

Parameters:
priority -
Method Detail

getPriority

public int getPriority()
Get message defaultPriority.

Returns:
message defaultPriority

toString

public java.lang.String toString()


Copyright © 2002-2003 Open Enterprise Foundation. All Rights Reserved.