| Package | Description |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar21 |
| Modifier and Type | Method and Description |
|---|---|
LocalHomeType |
EjbJar21Factory.createLocalHomeType()
Returns a new object of class 'Local Home Type'.
|
LocalHomeType |
EjbLocalRefType.getLocalHome()
Returns the value of the 'Local Home' containment reference.
|
LocalHomeType |
EntityBeanType.getLocalHome()
Returns the value of the 'Local Home' containment reference.
|
LocalHomeType |
SessionBeanType.getLocalHome()
Returns the value of the 'Local Home' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbLocalRefType.setLocalHome(LocalHomeType value)
Sets the value of the '
Local Home' containment reference. |
void |
EntityBeanType.setLocalHome(LocalHomeType value)
Sets the value of the '
Local Home' containment reference. |
void |
SessionBeanType.setLocalHome(LocalHomeType value)
Sets the value of the '
Local Home' containment reference. |