public interface EJBRef extends ResourceGroup, Describable
Modifier and Type | Field and Description |
---|---|
static int |
KIND_LOCAL
Represents <ejb-local-ref> for
getKindValue() . |
static int |
KIND_REMOTE
Represents <ejb-ref> for
getKindValue() . |
static int |
KIND_UNKNOWN
Represents an unknown kind for
getKindValue() . |
static int |
TYPE_ENTITY
Represents "Entity" for
getTypeValue() . |
static int |
TYPE_SESSION
Represents "Session" for
getTypeValue() . |
static int |
TYPE_UNSPECIFIED
Represents an unspecified value for
getTypeValue() . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHome() |
java.lang.String |
getInterface() |
int |
getKindValue() |
java.lang.String |
getLink() |
int |
getTypeValue() |
getLookupName
getInjectionTargets, getMappedName
getName
getDescriptions
static final int KIND_UNKNOWN
getKindValue()
.static final int KIND_REMOTE
getKindValue()
.static final int KIND_LOCAL
getKindValue()
.static final int TYPE_UNSPECIFIED
getTypeValue()
.static final int TYPE_SESSION
getTypeValue()
.org.eclipse.jst.j2ee.common.EjbRefType#SESSION
,
Constant Field Valuesstatic final int TYPE_ENTITY
getTypeValue()
.org.eclipse.jst.j2ee.common.EjbRefType#ENTITY
,
Constant Field Valuesint getKindValue()
KIND_UNKNOWN
for programmatically created references for
which the kind cannot be determined
KIND_REMOTE
- <ejb-ref>
KIND_LOCAL
- <ejb-local-ref>
int getTypeValue()
TYPE_UNSPECIFIED
if unspecified
TYPE_SESSION
- Session
TYPE_ENTITY
- Entity
java.lang.String getHome()
java.lang.String getInterface()
java.lang.String getLink()