Package com.ibm.ws.javaee.dd.common
Interface JMSDestination
- All Superinterfaces:
Describable
,JNDIEnvironmentRef
Represents <jms-destination>.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.ibm.ws.javaee.dd.common.Describable
getDescriptions
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRef
getName
-
Method Details
-
getInterfaceNameValue
String getInterfaceNameValue()- Returns:
- <interface-name>
-
getClassNameValue
String getClassNameValue()- Returns:
- <class-name>, or null if unspecified
-
getResourceAdapter
String getResourceAdapter()- Returns:
- <resource-adapter>, or null if unspecified
-
getDestinationName
String getDestinationName()- Returns:
- <destination-name>, or null if unspecified
-
getProperties
- Returns:
- <property> as a read-only list
-