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 |
---|---|
InitMethod[] |
Session.getInitMethod() |
InitMethod |
Session.getInitMethod(int index) |
InitMethod |
Session.newInitMethod() |
Modifier and Type | Method and Description |
---|---|
int |
Session.addInitMethod(InitMethod valueInterface) |
int |
Session.removeInitMethod(InitMethod valueInterface) |
void |
Session.setInitMethod(InitMethod[] value) |
void |
Session.setInitMethod(int index,
InitMethod valueInterface) |