org.skyscreamer.nevado.jms.destination
Class NevadoDestination
java.lang.Object
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
JNDI_DESTINATION_NAME
public static final String JNDI_DESTINATION_NAME
- See Also:
- Constant Field Values
NevadoDestination
protected NevadoDestination(String name)
NevadoDestination
protected NevadoDestination(NevadoDestination destination)
NevadoDestination
protected NevadoDestination(URL sqsURL)
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.