Package com.ibm.ws.javaee.dd.common
Interface MessageDestinationRef
- 
- All Superinterfaces:
- Describable,- JNDIEnvironmentRef,- ResourceBaseGroup,- ResourceGroup
 
 public interface MessageDestinationRef extends ResourceGroup, Describable Represents <message-destination-ref>.
- 
- 
Field SummaryFields Modifier and Type Field Description static intUSAGE_CONSUMESRepresents "Consumes" forgetUsageValue().static intUSAGE_CONSUMES_PRODUCESRepresents "ConsumesProduces" forgetUsageValue().static intUSAGE_PRODUCESRepresents "Produces" forgetUsageValue().static intUSAGE_UNSPECIFIEDRepresents an unspecified value forgetUsageValue().
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLink()java.lang.StringgetType()intgetUsageValue()- 
Methods inherited from interface com.ibm.ws.javaee.dd.common.DescribablegetDescriptions
 - 
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefgetName
 - 
Methods inherited from interface com.ibm.ws.javaee.dd.common.ResourceBaseGroupgetInjectionTargets, getMappedName
 - 
Methods inherited from interface com.ibm.ws.javaee.dd.common.ResourceGroupgetLookupName
 
- 
 
- 
- 
- 
Field Detail- 
USAGE_UNSPECIFIEDstatic final int USAGE_UNSPECIFIED Represents an unspecified value forgetUsageValue().- See Also:
- Constant Field Values
 
 - 
USAGE_CONSUMESstatic final int USAGE_CONSUMES Represents "Consumes" forgetUsageValue().- See Also:
- org.eclipse.jst.j2ee.common.MessageDestinationUsageType#CONSUMES, Constant Field Values
 
 - 
USAGE_PRODUCESstatic final int USAGE_PRODUCES Represents "Produces" forgetUsageValue().- See Also:
- org.eclipse.jst.j2ee.common.MessageDestinationUsageType#PRODUCES, Constant Field Values
 
 - 
USAGE_CONSUMES_PRODUCESstatic final int USAGE_CONSUMES_PRODUCES Represents "ConsumesProduces" forgetUsageValue().- See Also:
- org.eclipse.jst.j2ee.common.MessageDestinationUsageType#CONSUMES_PRODUCES, Constant Field Values
 
 
- 
 - 
Method Detail- 
getTypejava.lang.String getType() - Returns:
- <message-destination-type>, or null if unspecified
 
 - 
getUsageValueint getUsageValue() - Returns:
- <message-destination-type>
         - USAGE_UNSPECIFIEDif unspecified
- USAGE_CONSUMES- Consumes
- USAGE_PRODUCES- Produces
- USAGE_CONSUMES_PRODUCES- ConsumesProduces
 
 
 - 
getLinkjava.lang.String getLink() - Returns:
- <message-destination-link>, or null if unspecified
 
 
- 
 
-