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 |
---|---|
AroundInvoke[] |
Interceptor.getAroundInvoke() |
AroundInvoke[] |
MessageDriven.getAroundInvoke() |
AroundInvoke[] |
Session.getAroundInvoke() |
AroundInvoke |
Interceptor.getAroundInvoke(int index) |
AroundInvoke |
MessageDriven.getAroundInvoke(int index) |
AroundInvoke |
Session.getAroundInvoke(int index) |
AroundInvoke |
Interceptor.newAroundInvoke() |
AroundInvoke |
MessageDriven.newAroundInvoke() |
AroundInvoke |
Session.newAroundInvoke() |
Modifier and Type | Method and Description |
---|---|
int |
Interceptor.addAroundInvoke(AroundInvoke value) |
int |
MessageDriven.addAroundInvoke(AroundInvoke valueInterface) |
int |
Session.addAroundInvoke(AroundInvoke valueInterface) |
int |
Interceptor.removeAroundInvoke(AroundInvoke value) |
int |
MessageDriven.removeAroundInvoke(AroundInvoke valueInterface) |
int |
Session.removeAroundInvoke(AroundInvoke valueInterface) |
void |
Interceptor.setAroundInvoke(AroundInvoke[] value) |
void |
MessageDriven.setAroundInvoke(AroundInvoke[] value) |
void |
Session.setAroundInvoke(AroundInvoke[] value) |
void |
Interceptor.setAroundInvoke(int index,
AroundInvoke value) |
void |
MessageDriven.setAroundInvoke(int index,
AroundInvoke valueInterface) |
void |
Session.setAroundInvoke(int index,
AroundInvoke valueInterface) |