|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EjbLocalRefType
A representation of the model object 'Ejb Local Ref Type'. The ejb-local-refType is used by ejb-local-ref elements for the declaration of a reference to an enterprise bean's local home or to the local business interface of a 3.0 bean. The declaration consists of: - an optional description - the EJB reference name used in the code of the Deployment Component that's referencing the enterprise bean. - the optional expected type of the referenced enterprise bean - the optional expected local interface of the referenced enterprise bean or the local business interface of the referenced enterprise bean. - the optional expected local home interface of the referenced enterprise bean. Not applicable if this ejb-local-ref refers to the local business interface of a 3.0 bean. - optional ejb-link information, used to specify the referenced enterprise bean - optional elements to define injection of the named enterprise bean into a component field or property.
The following features are supported:
EjbJar30Package.getEjbLocalRefType()
Method Summary | |
---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list. |
EjbLinkType |
getEjbLink()
Returns the value of the 'Ejb Link' containment reference. |
EjbRefNameType |
getEjbRefName()
Returns the value of the 'Ejb Ref Name' containment reference. |
EjbRefTypeType |
getEjbRefType()
Returns the value of the 'Ejb Ref Type' containment reference. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
|
getInjectionTarget()
Returns the value of the 'Injection Target' containment reference list. |
LocalType |
getLocal()
Returns the value of the 'Local' containment reference. |
LocalHomeType |
getLocalHome()
Returns the value of the 'Local Home' containment reference. |
XsdStringType |
getMappedName()
Returns the value of the 'Mapped Name' containment reference. |
void |
setEjbLink(EjbLinkType value)
Sets the value of the ' Ejb Link ' containment reference. |
void |
setEjbRefName(EjbRefNameType value)
Sets the value of the ' Ejb Ref Name ' containment reference. |
void |
setEjbRefType(EjbRefTypeType value)
Sets the value of the ' Ejb Ref Type ' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setLocal(LocalType value)
Sets the value of the ' Local ' containment reference. |
void |
setLocalHome(LocalHomeType value)
Sets the value of the ' Local Home ' containment reference. |
void |
setMappedName(XsdStringType value)
Sets the value of the ' Mapped Name ' containment reference. |
Method Detail |
---|
getDescription()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getEjbLocalRefType_Description()
EjbRefNameType getEjbRefName()
If the meaning of the 'Ejb Ref Name' containment reference isn't clear, there really should be more of a description here...
setEjbRefName(EjbRefNameType)
,
EjbJar30Package.getEjbLocalRefType_EjbRefName()
void setEjbRefName(EjbRefNameType value)
Ejb Ref Name
' containment reference.
value
- the new value of the 'Ejb Ref Name' containment reference.getEjbRefName()
EjbRefTypeType getEjbRefType()
If the meaning of the 'Ejb Ref Type' containment reference isn't clear, there really should be more of a description here...
setEjbRefType(EjbRefTypeType)
,
EjbJar30Package.getEjbLocalRefType_EjbRefType()
void setEjbRefType(EjbRefTypeType value)
Ejb Ref Type
' containment reference.
value
- the new value of the 'Ejb Ref Type' containment reference.getEjbRefType()
LocalHomeType getLocalHome()
If the meaning of the 'Local Home' containment reference isn't clear, there really should be more of a description here...
setLocalHome(LocalHomeType)
,
EjbJar30Package.getEjbLocalRefType_LocalHome()
void setLocalHome(LocalHomeType value)
Local Home
' containment reference.
value
- the new value of the 'Local Home' containment reference.getLocalHome()
LocalType getLocal()
If the meaning of the 'Local' containment reference isn't clear, there really should be more of a description here...
setLocal(LocalType)
,
EjbJar30Package.getEjbLocalRefType_Local()
void setLocal(LocalType value)
Local
' containment reference.
value
- the new value of the 'Local' containment reference.getLocal()
EjbLinkType getEjbLink()
If the meaning of the 'Ejb Link' containment reference isn't clear, there really should be more of a description here...
setEjbLink(EjbLinkType)
,
EjbJar30Package.getEjbLocalRefType_EjbLink()
void setEjbLink(EjbLinkType value)
Ejb Link
' containment reference.
value
- the new value of the 'Ejb Link' containment reference.getEjbLink()
XsdStringType getMappedName()
setMappedName(XsdStringType)
,
EjbJar30Package.getEjbLocalRefType_MappedName()
void setMappedName(XsdStringType value)
Mapped Name
' containment reference.
value
- the new value of the 'Mapped Name' containment reference.getMappedName()
getInjectionTarget()
InjectionTargetType
.
If the meaning of the 'Injection Target' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getEjbLocalRefType_InjectionTarget()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
EjbJar30Package.getEjbLocalRefType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |