|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependsOnType
A representation of the model object 'Depends On Type'. The depends-onType is used to express initialization ordering dependencies between Singleton components. The depends-onType specifies the names of one or more Singleton beans in the same application as the referring Singleton, each of which must be initialized before the referring bean. Each dependent bean is expressed using ejb-link syntax. The order in which dependent beans are initialized at runtime is not guaranteed to match the order in which they are listed.
The following features are supported:
EjbJar31Package.getDependsOnType()
Method Summary | |
---|---|
|
getEjbName()
Returns the value of the 'Ejb Name' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
Method Detail |
---|
getEjbName()
EjbLinkType
.
If the meaning of the 'Ejb Name' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getDependsOnType_EjbName()
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.getDependsOnType_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 |