org.mule.util.queue
Class QueueKey

java.lang.Object
  extended by org.mule.util.queue.QueueKey
All Implemented Interfaces:
Serializable

public class QueueKey
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Serializable id
           
 String queueName
           
 
Constructor Summary
QueueKey(String queueName, Serializable id)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

queueName

public final String queueName

id

public final Serializable id
Constructor Detail

QueueKey

public QueueKey(String queueName,
                Serializable id)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.