public interface MessageDestinationRef extends CommonDDBean, DescriptionInterface
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_DESTINATION_LINK |
static String |
MESSAGE_DESTINATION_REF_NAME |
static String |
MESSAGE_DESTINATION_TYPE |
static String |
MESSAGE_DESTINATION_USAGE |
static String |
MESSAGE_DESTINATION_USAGE_CONSUMES |
static String |
MESSAGE_DESTINATION_USAGE_CONSUMESPRODUCES |
static String |
MESSAGE_DESTINATION_USAGE_PRODUCES |
| Modifier and Type | Method and Description |
|---|---|
int |
addInjectionTarget(InjectionTarget valueInterface) |
InjectionTarget[] |
getInjectionTarget() |
InjectionTarget |
getInjectionTarget(int index) |
String |
getMappedName() |
String |
getMessageDestinationLink()
Getter for message-destination-link property.
|
String |
getMessageDestinationRefName()
Getter for message-destination-ref-name property.
|
String |
getMessageDestinationType()
Getter for message-destination-type property.
|
String |
getMessageDestinationUsage()
Getter for message-destination-usage property.
|
InjectionTarget |
newInjectionTarget() |
int |
removeInjectionTarget(InjectionTarget valueInterface) |
void |
setInjectionTarget(InjectionTarget[] value) |
void |
setInjectionTarget(int index,
InjectionTarget valueInterface) |
void |
setMappedName(String value) |
void |
setMessageDestinationLink(String value)
Setter for message-destination-link property.
|
void |
setMessageDestinationRefName(String value)
Setter for message-destination-ref-name property.
|
void |
setMessageDestinationType(String value)
Setter for message-destination-type property.
|
void |
setMessageDestinationUsage(String value)
Setter for message-destination-usage property.
|
int |
sizeInjectionTarget() |
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writegetAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescriptionstatic final String MESSAGE_DESTINATION_REF_NAME
static final String MESSAGE_DESTINATION_TYPE
static final String MESSAGE_DESTINATION_USAGE
static final String MESSAGE_DESTINATION_LINK
static final String MESSAGE_DESTINATION_USAGE_CONSUMES
static final String MESSAGE_DESTINATION_USAGE_PRODUCES
static final String MESSAGE_DESTINATION_USAGE_CONSUMESPRODUCES
void setMessageDestinationRefName(String value)
value - property valueString getMessageDestinationRefName()
void setMessageDestinationType(String value)
value - property valueString getMessageDestinationType()
void setMessageDestinationUsage(String value)
value - property valueString getMessageDestinationUsage()
void setMessageDestinationLink(String value)
value - property valueString getMessageDestinationLink()
void setMappedName(String value) throws VersionNotSupportedException
VersionNotSupportedExceptionString getMappedName() throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setInjectionTarget(int index,
InjectionTarget valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionInjectionTarget getInjectionTarget(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeInjectionTarget()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setInjectionTarget(InjectionTarget[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionInjectionTarget[] getInjectionTarget() throws VersionNotSupportedException
VersionNotSupportedExceptionint addInjectionTarget(InjectionTarget valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removeInjectionTarget(InjectionTarget valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionInjectionTarget newInjectionTarget() throws VersionNotSupportedException
VersionNotSupportedExceptionBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.