| Package | Description |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar31 |
| Modifier and Type | Method and Description |
|---|---|
NamedMethodType |
EjbJar31Factory.createNamedMethodType()
Returns a new object of class 'Named Method Type'.
|
NamedMethodType |
SessionBeanType.getAfterBeginMethod()
Returns the value of the 'After Begin Method' containment reference.
|
NamedMethodType |
SessionBeanType.getAfterCompletionMethod()
Returns the value of the 'After Completion Method' containment reference.
|
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 |
SessionBeanType.getBeforeCompletionMethod()
Returns the value of the 'Before Completion Method' containment reference.
|
NamedMethodType |
InitMethodType.getCreateMethod()
Returns the value of the 'Create Method' containment reference.
|
NamedMethodType |
ConcurrentMethodType.getMethod()
Returns the value of the '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.
|
NamedMethodType |
TimerType.getTimeoutMethod()
Returns the value of the 'Timeout Method' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionBeanType.setAfterBeginMethod(NamedMethodType value)
Sets the value of the '
After Begin Method' containment reference. |
void |
SessionBeanType.setAfterCompletionMethod(NamedMethodType value)
Sets the value of the '
After Completion Method' containment reference. |
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 |
SessionBeanType.setBeforeCompletionMethod(NamedMethodType value)
Sets the value of the '
Before Completion Method' containment reference. |
void |
InitMethodType.setCreateMethod(NamedMethodType value)
Sets the value of the '
Create Method' containment reference. |
void |
ConcurrentMethodType.setMethod(NamedMethodType value)
Sets the value of the '
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. |
void |
TimerType.setTimeoutMethod(NamedMethodType value)
Sets the value of the '
Timeout Method' containment reference. |