org.skyscreamer.nevado.jms.destination
Class NevadoDestination

java.lang.Object
  extended by org.skyscreamer.nevado.jms.destination.NevadoDestination
All Implemented Interfaces:
Serializable, javax.jms.Destination, Referenceable
Direct Known Subclasses:
NevadoQueue, NevadoTopic

public abstract class NevadoDestination
extends Object
implements javax.jms.Destination, Serializable, Referenceable

Created by IntelliJ IDEA. User: Carter Page Date: 3/24/12 Time: 10:22 AM

See Also:
Serialized Form

Field Summary
static String JNDI_DESTINATION_NAME
           
 
Constructor Summary
protected NevadoDestination(NevadoDestination destination)
           
protected NevadoDestination(String name)
           
protected NevadoDestination(URL sqsURL)
           
 
Method Summary
 boolean equals(Object o)
           
static NevadoDestination getInstance(javax.jms.Destination destination)
           
 String getName()
           
 Reference getReference()
           
 int hashCode()
           
 boolean isDeleted()
           
 void setDeleted(boolean deleted)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

JNDI_DESTINATION_NAME

public static final String JNDI_DESTINATION_NAME
See Also:
Constant Field Values
Constructor Detail

NevadoDestination

protected NevadoDestination(String name)

NevadoDestination

protected NevadoDestination(NevadoDestination destination)

NevadoDestination

protected NevadoDestination(URL sqsURL)
Method Detail

getName

public String getName()

isDeleted

public boolean isDeleted()

setDeleted

public void setDeleted(boolean deleted)

getInstance

public static NevadoDestination getInstance(javax.jms.Destination destination)
                                     throws javax.jms.JMSException
Throws:
javax.jms.JMSException

getReference

public Reference getReference()
                       throws NamingException
Specified by:
getReference in interface Referenceable
Throws:
NamingException

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.