org.skyscreamer.nevado.jms.destination
Class NevadoQueue

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

public class NevadoQueue
extends NevadoDestination
implements javax.jms.Queue

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.skyscreamer.nevado.jms.destination.NevadoDestination
JNDI_DESTINATION_NAME
 
Constructor Summary
protected NevadoQueue(javax.jms.Queue queue)
           
  NevadoQueue(String name)
           
  NevadoQueue(URL sqsURL)
           
 
Method Summary
 String getQueueName()
           
 String getQueueUrl()
           
 void setQueueUrl(String queueUrl)
           
 
Methods inherited from class org.skyscreamer.nevado.jms.destination.NevadoDestination
equals, getInstance, getName, getReference, hashCode, isDeleted, setDeleted, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.jms.Queue
toString
 

Constructor Detail

NevadoQueue

public NevadoQueue(String name)

NevadoQueue

protected NevadoQueue(javax.jms.Queue queue)
               throws javax.jms.JMSException
Throws:
javax.jms.JMSException

NevadoQueue

public NevadoQueue(URL sqsURL)
Method Detail

getQueueName

public String getQueueName()
Specified by:
getQueueName in interface javax.jms.Queue

getQueueUrl

public String getQueueUrl()

setQueueUrl

public void setQueueUrl(String queueUrl)


Copyright © 2012. All Rights Reserved.