public interface EjbLocalRef 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 |
LOCAL |
static String |
LOCAL_HOME |
| 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.
|
InjectionTarget[] |
getInjectionTarget() |
InjectionTarget |
getInjectionTarget(int index) |
String |
getLocal()
Getter for local property.
|
String |
getLocalHome()
Getter for local-home property.
|
String |
getMappedName() |
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 |
setInjectionTarget(InjectionTarget[] value) |
void |
setInjectionTarget(int index,
InjectionTarget valueInterface) |
void |
setLocal(String value)
Setter for local property.
|
void |
setLocalHome(String value)
Setter for local-home property.
|
void |
setMappedName(String value) |
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 LOCAL_HOME
static final String LOCAL
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 setLocalHome(String value)
value - property valueString getLocalHome()
void setLocal(String value)
value - property valueString getLocal()
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 June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.