Package com.swiftmq.jms
Class TemporaryQueueImpl
java.lang.Object
com.swiftmq.jms.QueueImpl
com.swiftmq.jms.TemporaryQueueImpl
- All Implemented Interfaces:
DestinationImpl
,Serializable
,javax.jms.Destination
,javax.jms.Queue
,javax.jms.TemporaryQueue
,Referenceable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
int
getType()
boolean
isCreatungSession
(SessionImpl session) void
setCreatingSession
(SessionImpl creatingSession) Methods inherited from class com.swiftmq.jms.QueueImpl
getQueueName, getReference, readContent, setQueueName, toString, unfoldBuffers, writeContent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.jms.Queue
getQueueName, toString
-
Constructor Details
-
TemporaryQueueImpl
-
-
Method Details
-
getType
public int getType()- Specified by:
getType
in interfaceDestinationImpl
- Overrides:
getType
in classQueueImpl
-
setCreatingSession
-
isCreatungSession
-
delete
public void delete() throws javax.jms.JMSException- Specified by:
delete
in interfacejavax.jms.TemporaryQueue
- Throws:
javax.jms.JMSException
-