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 Summary
Fields 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 Summary
All 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.Describable
getDescriptions
-
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRef
getName
-
Methods inherited from interface com.ibm.ws.javaee.dd.common.ResourceBaseGroup
getInjectionTargets, getMappedName
-
Methods inherited from interface com.ibm.ws.javaee.dd.common.ResourceGroup
getLookupName
-
-
-
-
Field Detail
-
USAGE_UNSPECIFIED
static final int USAGE_UNSPECIFIED
Represents an unspecified value forgetUsageValue().- See Also:
- Constant Field Values
-
USAGE_CONSUMES
static final int USAGE_CONSUMES
Represents "Consumes" forgetUsageValue().- See Also:
org.eclipse.jst.j2ee.common.MessageDestinationUsageType#CONSUMES, Constant Field Values
-
USAGE_PRODUCES
static final int USAGE_PRODUCES
Represents "Produces" forgetUsageValue().- See Also:
org.eclipse.jst.j2ee.common.MessageDestinationUsageType#PRODUCES, Constant Field Values
-
USAGE_CONSUMES_PRODUCES
static final int USAGE_CONSUMES_PRODUCES
Represents "ConsumesProduces" forgetUsageValue().- See Also:
org.eclipse.jst.j2ee.common.MessageDestinationUsageType#CONSUMES_PRODUCES, Constant Field Values
-
-
Method Detail
-
getType
java.lang.String getType()
- Returns:
- <message-destination-type>, or null if unspecified
-
getUsageValue
int getUsageValue()
- Returns:
- <message-destination-type>
USAGE_UNSPECIFIEDif unspecifiedUSAGE_CONSUMES- ConsumesUSAGE_PRODUCES- ProducesUSAGE_CONSUMES_PRODUCES- ConsumesProduces
-
getLink
java.lang.String getLink()
- Returns:
- <message-destination-link>, or null if unspecified
-
-