jms4spread
Class Destination

java.lang.Object
  |
  +--jms4spread.Destination
All Implemented Interfaces:
java.io.Serializable

public class Destination
extends java.lang.Object
implements java.io.Serializable

A Destination Object encapsulates implementation specific address.\ Destination is not an adminiserted object currently.

See Also:
Serialized Form

Constructor Summary
Destination(java.lang.String d)
          Creates Destination Object
 
Method Summary
 java.lang.String getDestination()
          Get the Destination
 java.lang.String getDestinationType()
          Get The Destination Type
 void setDestinationType(java.lang.String t)
          Set the Destination Type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Destination

public Destination(java.lang.String d)
Creates Destination Object
Method Detail

setDestinationType

public void setDestinationType(java.lang.String t)
Set the Destination Type

getDestinationType

public java.lang.String getDestinationType()
Get The Destination Type

getDestination

public java.lang.String getDestination()
Get the Destination