| Package | Description |
|---|---|
| org.netbeans.modules.j2ee.dd.api.ejb |
Interfaces for working with ejb module deployment descriptor, DDProvider class.
|
| Modifier and Type | Method and Description |
|---|---|
NamedMethod |
RemoveMethod.getBeanMethod() |
NamedMethod |
InitMethod.getBeanMethod() |
NamedMethod |
InitMethod.getCreateMethod() |
NamedMethod |
InterceptorBinding.getMethod() |
NamedMethod |
MessageDriven.getTimeoutMethod() |
NamedMethod |
Session.getTimeoutMethod() |
NamedMethod |
MessageDriven.newNamedMethod() |
NamedMethod |
Session.newNamedMethod() |
NamedMethod |
RemoveMethod.newNamedMethod() |
NamedMethod |
InitMethod.newNamedMethod() |
NamedMethod |
InterceptorBinding.newNamedMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveMethod.setBeanMethod(NamedMethod value) |
void |
InitMethod.setBeanMethod(NamedMethod value) |
void |
InitMethod.setCreateMethod(NamedMethod value) |
void |
InterceptorBinding.setMethod(NamedMethod value) |
void |
MessageDriven.setTimeoutMethod(NamedMethod valueInterface) |
void |
Session.setTimeoutMethod(NamedMethod valueInterface) |
Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.