Package com.swiftmq.jms
Interface DestinationImpl
- All Superinterfaces:
javax.jms.Destination
- All Known Implementing Classes:
QueueImpl
,TemporaryQueueImpl
,TemporaryTopicImpl
,TopicImpl
public interface DestinationImpl
extends javax.jms.Destination
-
Method Summary
Modifier and TypeMethodDescriptionint
getType()
void
readContent
(DataInput in) void
void
writeContent
(DataOutput out)
-
Method Details
-
getType
int getType() -
unfoldBuffers
void unfoldBuffers() -
writeContent
- Throws:
IOException
-
readContent
- Throws:
IOException
-