Websphere MQ Everyplace

com.ibm.mqe.jms
Class MQeDestination

java.lang.Object
  |
  +--com.ibm.mqe.jms.MQeDestination
All Implemented Interfaces:
javax.jms.Destination
Direct Known Subclasses:
MQeJMSQueue

public class MQeDestination
extends java.lang.Object
implements javax.jms.Destination

The Destination object encapsulates provider-specific destination addresses. Actual functionality is provided by the Queue subclass.

A Destination is a JMS administered object.

See Also:
Constructor Summary
MQeDestination()
           
 
Method Summary
 java.lang.String getDescription()
          Get the description of this Destination object.
 void setDescription(java.lang.String desc)
          Set a short description of this Destination object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MQeDestination

public MQeDestination()
Method Detail

setDescription

public final void setDescription(java.lang.String desc)
Set a short description of this Destination object.


getDescription

public final java.lang.String getDescription()
Get the description of this Destination object.

Returns:
String the description

Websphere MQ Everyplace