Package com.ibm.ws.javaee.dd.common
Interface JMSDestination
- 
- All Superinterfaces:
- Describable,- JNDIEnvironmentRef
 
 public interface JMSDestination extends JNDIEnvironmentRef, Describable Represents <jms-destination>.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClassNameValue()java.lang.StringgetDestinationName()java.lang.StringgetInterfaceNameValue()java.util.List<Property>getProperties()java.lang.StringgetResourceAdapter()- 
Methods inherited from interface com.ibm.ws.javaee.dd.common.DescribablegetDescriptions
 - 
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefgetName
 
- 
 
- 
- 
- 
Method Detail- 
getInterfaceNameValuejava.lang.String getInterfaceNameValue() - Returns:
- <interface-name>
 
 - 
getClassNameValuejava.lang.String getClassNameValue() - Returns:
- <class-name>, or null if unspecified
 
 - 
getResourceAdapterjava.lang.String getResourceAdapter() - Returns:
- <resource-adapter>, or null if unspecified
 
 - 
getDestinationNamejava.lang.String getDestinationName() - Returns:
- <destination-name>, or null if unspecified
 
 - 
getPropertiesjava.util.List<Property> getProperties() - Returns:
- <property> as a read-only list
 
 
- 
 
-