org.mule.util.queue.objectstore
Class QueueKey

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

Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation

@Deprecated
public class QueueKey
extends Object
implements Serializable

See Also:
Serialized Form

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

Field Detail

queueName

public final String queueName
Deprecated. 

id

public final Serializable id
Deprecated. 
Constructor Detail

QueueKey

public QueueKey(String queueName,
                Serializable id)
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

equals

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


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.