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 int
USAGE_CONSUMES
Represents "Consumes" forgetUsageValue()
.static int
USAGE_CONSUMES_PRODUCES
Represents "ConsumesProduces" forgetUsageValue()
.static int
USAGE_PRODUCES
Represents "Produces" forgetUsageValue()
.static int
USAGE_UNSPECIFIED
Represents an unspecified value forgetUsageValue()
.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLink()
java.lang.String
getType()
int
getUsageValue()
-
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_UNSPECIFIED
if unspecifiedUSAGE_CONSUMES
- ConsumesUSAGE_PRODUCES
- ProducesUSAGE_CONSUMES_PRODUCES
- ConsumesProduces
-
getLink
java.lang.String getLink()
- Returns:
- <message-destination-link>, or null if unspecified
-
-