Package | Description |
---|---|
org.netbeans.modules.j2ee.dd.api.ejb |
Interfaces for working with ejb module deployment descriptor, DDProvider class.
|
org.netbeans.modules.j2ee.dd.api.web |
Interfaces for working with web module deployment descriptor, DDProvider class.
|
Modifier and Type | Method and Description |
---|---|
EjbLocalRef[] |
Ejb.getEjbLocalRef() |
EjbLocalRef[] |
Interceptor.getEjbLocalRef() |
EjbLocalRef |
Ejb.getEjbLocalRef(int index) |
EjbLocalRef |
Interceptor.getEjbLocalRef(int index) |
EjbLocalRef |
Ejb.newEjbLocalRef() |
EjbLocalRef |
Interceptor.newEjbLocalRef() |
Modifier and Type | Method and Description |
---|---|
int |
Ejb.addEjbLocalRef(EjbLocalRef value) |
int |
Interceptor.addEjbLocalRef(EjbLocalRef valueInterface) |
int |
Ejb.removeEjbLocalRef(EjbLocalRef value) |
int |
Interceptor.removeEjbLocalRef(EjbLocalRef valueInterface) |
void |
Ejb.setEjbLocalRef(EjbLocalRef[] value) |
void |
Interceptor.setEjbLocalRef(EjbLocalRef[] value) |
void |
Ejb.setEjbLocalRef(int index,
EjbLocalRef value) |
void |
Interceptor.setEjbLocalRef(int index,
EjbLocalRef valueInterface) |
Modifier and Type | Method and Description |
---|---|
EjbLocalRef[] |
WebApp.getEjbLocalRef() |
EjbLocalRef |
WebApp.getEjbLocalRef(int index) |
Modifier and Type | Method and Description |
---|---|
int |
WebApp.addEjbLocalRef(EjbLocalRef valueInterface) |
int |
WebApp.removeEjbLocalRef(EjbLocalRef valueInterface) |
void |
WebApp.setEjbLocalRef(EjbLocalRef[] value) |
void |
WebApp.setEjbLocalRef(int index,
EjbLocalRef valueInterface) |