| java.lang.Object com.sun.jbi.binding.jms.util.UtilBase com.sun.jbi.binding.jms.mq.MQDestination
MQDestination | final public class MQDestination extends UtilBase (Code) | | MQ destination wrapper.
author: Sun Microsystems Inc. |
Constructor Summary | |
public | MQDestination(javax.jms.Destination dest) Creates a new MQDestination object. | public | MQDestination(javax.jms.Destination dest, int style, String lookupname) Creates a new MQDestination object. |
MQDestination | public MQDestination(javax.jms.Destination dest)(Code) | | Creates a new MQDestination object.
Parameters: dest - JMS destination. |
MQDestination | public MQDestination(javax.jms.Destination dest, int style, String lookupname)(Code) | | Creates a new MQDestination object.
Parameters: dest - jms destination. Parameters: style - q or topic. Parameters: lookupname - destination lookup name. |
getDestination | public javax.jms.Destination getDestination()(Code) | | Gets the destination.
JMS destination. |
getDestinationName | public String getDestinationName()(Code) | | Gets the lookup name.
lookup name. |
getLookupName | public String getLookupName()(Code) | | Gets the lookup name.
lookup name. |
getStyle | public int getStyle()(Code) | | Gets the style.
topic or queue. |
|
|