|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EjbRefType
A representation of the model object 'Ejb Ref Type'. The ejb-refType is used by ejb-ref elements for the declaration of a reference to an enterprise bean's home or to the remote 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 remote interface of the referenced enterprise bean or the remote business interface of the referenced enterprise bean - the optional expected home interface of the referenced enterprise bean. Not applicable if this ejb-ref refers to the remote 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:
Description
Ejb Ref Name
Ejb Ref Type
Home
Remote
Ejb Link
Mapped Name
Injection Target
Lookup Name
Id
EjbJar31Package.getEjbRefType()
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. |
HomeType |
getHome()
Returns the value of the 'Home' containment reference. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
|
getInjectionTarget()
Returns the value of the 'Injection Target' containment reference list. |
XsdStringType |
getLookupName()
Returns the value of the 'Lookup Name' containment reference. |
XsdStringType |
getMappedName()
Returns the value of the 'Mapped Name' containment reference. |
RemoteType |
getRemote()
Returns the value of the 'Remote' 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 |
setHome(HomeType value)
Sets the value of the ' Home ' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setLookupName(XsdStringType value)
Sets the value of the ' Lookup Name ' containment reference. |
void |
setMappedName(XsdStringType value)
Sets the value of the ' Mapped Name ' containment reference. |
void |
setRemote(RemoteType value)
Sets the value of the ' Remote ' 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...
EjbJar31Package.getEjbRefType_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)
,
EjbJar31Package.getEjbRefType_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)
,
EjbJar31Package.getEjbRefType_EjbRefType()
void setEjbRefType(EjbRefTypeType value)
Ejb Ref Type
' containment reference.
value
- the new value of the 'Ejb Ref Type' containment reference.getEjbRefType()
HomeType getHome()
If the meaning of the 'Home' containment reference isn't clear, there really should be more of a description here...
setHome(HomeType)
,
EjbJar31Package.getEjbRefType_Home()
void setHome(HomeType value)
Home
' containment reference.
value
- the new value of the 'Home' containment reference.getHome()
RemoteType getRemote()
If the meaning of the 'Remote' containment reference isn't clear, there really should be more of a description here...
setRemote(RemoteType)
,
EjbJar31Package.getEjbRefType_Remote()
void setRemote(RemoteType value)
Remote
' containment reference.
value
- the new value of the 'Remote' containment reference.getRemote()
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)
,
EjbJar31Package.getEjbRefType_EjbLink()
void setEjbLink(EjbLinkType value)
Ejb Link
' containment reference.
value
- the new value of the 'Ejb Link' containment reference.getEjbLink()
XsdStringType getMappedName()
setMappedName(XsdStringType)
,
EjbJar31Package.getEjbRefType_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...
EjbJar31Package.getEjbRefType_InjectionTarget()
XsdStringType getLookupName()
setLookupName(XsdStringType)
,
EjbJar31Package.getEjbRefType_LookupName()
void setLookupName(XsdStringType value)
Lookup Name
' containment reference.
value
- the new value of the 'Lookup Name' containment reference.getLookupName()
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)
,
EjbJar31Package.getEjbRefType_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 |