org.eclipse.modisco.jee.ejbjar.EjbJar31
Interface DependsOnType


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:

See Also:
EjbJar31Package.getDependsOnType()
Generated:
Model:
extendedMetaData="name='depends-onType' kind='elementOnly'"

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

 getEjbName()
Returns the value of the 'Ejb Name' containment reference list. The list contents are of type EjbLinkType.

If the meaning of the 'Ejb Name' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Name' containment reference list.
See Also:
EjbJar31Package.getDependsOnType_EjbName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-name' namespace='http://java.sun.com/xml/ns/javaee'"

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar31Package.getDependsOnType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: