Class DestinationReferenceDescriptor
- java.lang.Object
-
- net.timewalker.ffmq4.management.destination.DestinationReferenceDescriptor
-
-
Constructor Summary
Constructors Constructor Description DestinationReferenceDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck()Check the object consistencyStringgetDestinationName()StringgetDestinationType()voidsetDestinationName(String destinationName)voidsetDestinationType(String destinationType)StringtoString()
-
-
-
Method Detail
-
getDestinationType
public String getDestinationType()
-
setDestinationType
public void setDestinationType(String destinationType)
-
getDestinationName
public String getDestinationName()
-
setDestinationName
public void setDestinationName(String destinationName)
-
check
public void check() throws javax.jms.JMSExceptionDescription copied from interface:CheckableCheck the object consistency
-
-