| Package | Description |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar30 |
| Modifier and Type | Method and Description |
|---|---|
NamedMethodType |
EjbJar30Factory.createNamedMethodType()
Returns a new object of class 'Named Method Type'.
|
NamedMethodType |
InitMethodType.getBeanMethod()
Returns the value of the 'Bean Method' containment reference.
|
NamedMethodType |
RemoveMethodType.getBeanMethod()
Returns the value of the 'Bean Method' containment reference.
|
NamedMethodType |
InitMethodType.getCreateMethod()
Returns the value of the 'Create Method' containment reference.
|
NamedMethodType |
InterceptorBindingType.getMethod()
Returns the value of the 'Method' containment reference.
|
NamedMethodType |
MessageDrivenBeanType.getTimeoutMethod()
Returns the value of the 'Timeout Method' containment reference.
|
NamedMethodType |
SessionBeanType.getTimeoutMethod()
Returns the value of the 'Timeout Method' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitMethodType.setBeanMethod(NamedMethodType value)
Sets the value of the '
Bean Method' containment reference. |
void |
RemoveMethodType.setBeanMethod(NamedMethodType value)
Sets the value of the '
Bean Method' containment reference. |
void |
InitMethodType.setCreateMethod(NamedMethodType value)
Sets the value of the '
Create Method' containment reference. |
void |
InterceptorBindingType.setMethod(NamedMethodType value)
Sets the value of the '
Method' containment reference. |
void |
MessageDrivenBeanType.setTimeoutMethod(NamedMethodType value)
Sets the value of the '
Timeout Method' containment reference. |
void |
SessionBeanType.setTimeoutMethod(NamedMethodType value)
Sets the value of the '
Timeout Method' containment reference. |