public interface EjbRef 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 |
EJB_LINK |
static String |
EJB_REF_NAME |
static String |
EJB_REF_TYPE |
static String |
EJB_REF_TYPE_ENTITY |
static String |
EJB_REF_TYPE_SESSION |
static String |
HOME |
static String |
REMOTE |
| Modifier and Type | Method and Description |
|---|---|
int |
addInjectionTarget(InjectionTarget valueInterface) |
String |
getEjbLink()
Getter for ejb-link property.
|
String |
getEjbRefName()
Getter for ejb-ref-name property.
|
String |
getEjbRefType()
Getter for ejb-ref-type property.
|
String |
getHome()
Getter for home property.
|
InjectionTarget[] |
getInjectionTarget() |
InjectionTarget |
getInjectionTarget(int index) |
String |
getMappedName() |
String |
getRemote()
Getter for remote property.
|
InjectionTarget |
newInjectionTarget() |
int |
removeInjectionTarget(InjectionTarget valueInterface) |
void |
setEjbLink(String value)
Setter for ejb-link property.
|
void |
setEjbRefName(String value)
Setter for ejb-ref-name property.
|
void |
setEjbRefType(String value)
Setter for ejb-ref-type property.
|
void |
setHome(String value)
Setter for home property.
|
void |
setInjectionTarget(InjectionTarget[] value) |
void |
setInjectionTarget(int index,
InjectionTarget valueInterface) |
void |
setMappedName(String value) |
void |
setRemote(String value)
Setter for remote property.
|
int |
sizeInjectionTarget() |
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writegetAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescriptionstatic final String EJB_REF_NAME
static final String EJB_REF_TYPE
static final String HOME
static final String REMOTE
static final String EJB_LINK
static final String EJB_REF_TYPE_ENTITY
static final String EJB_REF_TYPE_SESSION
void setEjbRefName(String value)
value - property valueString getEjbRefName()
void setEjbRefType(String value)
value - property valueString getEjbRefType()
void setHome(String value)
value - property valueString getHome()
void setRemote(String value)
value - property valueString getRemote()
void setEjbLink(String value)
value - property valueString getEjbLink()
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 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.