|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EJBLocalRef
The ejb-local-ref element is used for the declaration of a reference to another enterprise bean's local home. The declaration consists of an optional description; the EJB reference name used in the code of the referencing enterprise bean; the expected type of the referenced enterprise bean; the expected local home and local interfaces of the referenced enterprise bean; and an optional ejb-link information. The optional ejb-link element is used to specify the referenced enterprise bean. Used in: entity, session, message-driven
Method Summary | |
---|---|
java.lang.String |
getLocal()
|
java.lang.String |
getLocalHome()
|
void |
setLocal(java.lang.String value)
|
void |
setLocalHome(java.lang.String value)
|
Methods inherited from interface org.eclipse.jst.j2ee.common.EjbRef |
---|
getDescription, getDescriptions, getHome, getLink, getLinkedEjb, getName, getRemote, getType, isEquivalent, isLinked, isLocal, isSetType, setDescription, setHome, setLink, setName, setRemote, setType, unsetType |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getLocal()
java.lang.String getLocalHome()
void setLocal(java.lang.String value)
value
- The new value of the local attributevoid setLocalHome(java.lang.String value)
value
- The new value of the localHome attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |