Package com.ibm.ws.javaee.dd.common
Interface MessageDestinationRef
- All Superinterfaces:
Describable
,JNDIEnvironmentRef
,ResourceBaseGroup
,ResourceGroup
Represents <message-destination-ref>.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Represents "Consumes" forgetUsageValue()
.static final int
Represents "ConsumesProduces" forgetUsageValue()
.static final int
Represents "Produces" forgetUsageValue()
.static final int
Represents an unspecified value forgetUsageValue()
. -
Method Summary
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 Details
-
USAGE_UNSPECIFIED
static final int USAGE_UNSPECIFIEDRepresents an unspecified value forgetUsageValue()
.- See Also:
-
USAGE_CONSUMES
static final int USAGE_CONSUMESRepresents "Consumes" forgetUsageValue()
.- See Also:
-
org.eclipse.jst.j2ee.common.MessageDestinationUsageType#CONSUMES
- Constant Field Values
-
USAGE_PRODUCES
static final int USAGE_PRODUCESRepresents "Produces" forgetUsageValue()
.- See Also:
-
org.eclipse.jst.j2ee.common.MessageDestinationUsageType#PRODUCES
- Constant Field Values
-
USAGE_CONSUMES_PRODUCES
static final int USAGE_CONSUMES_PRODUCESRepresents "ConsumesProduces" forgetUsageValue()
.- See Also:
-
org.eclipse.jst.j2ee.common.MessageDestinationUsageType#CONSUMES_PRODUCES
- Constant Field Values
-
-
Method Details
-
getType
String getType()- Returns:
- <message-destination-type>, or null if unspecified
-
getUsageValue
int getUsageValue()- Returns:
- <message-destination-type>
USAGE_UNSPECIFIED
if unspecifiedUSAGE_CONSUMES
- ConsumesUSAGE_PRODUCES
- ProducesUSAGE_CONSUMES_PRODUCES
- ConsumesProduces
-
getLink
String getLink()- Returns:
- <message-destination-link>, or null if unspecified
-