Package | Description |
---|---|
org.netbeans.modules.j2ee.dd.api.client | |
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 |
---|---|
ServiceRef[] |
AppClient.getServiceRef() |
ServiceRef |
AppClient.getServiceRef(int index) |
ServiceRef |
AppClient.newServiceRef() |
Modifier and Type | Method and Description |
---|---|
int |
AppClient.addServiceRef(ServiceRef valueInterface) |
int |
AppClient.removeServiceRef(ServiceRef valueInterface) |
void |
AppClient.setServiceRef(int index,
ServiceRef valueInterface) |
void |
AppClient.setServiceRef(ServiceRef[] value) |
Modifier and Type | Method and Description |
---|---|
ServiceRef[] |
Ejb.getServiceRef() |
ServiceRef[] |
Interceptor.getServiceRef() |
ServiceRef |
Ejb.getServiceRef(int index) |
ServiceRef |
Interceptor.getServiceRef(int index) |
ServiceRef |
Ejb.newServiceRef() |
ServiceRef |
Interceptor.newServiceRef() |
Modifier and Type | Method and Description |
---|---|
int |
Ejb.addServiceRef(ServiceRef value) |
int |
Interceptor.addServiceRef(ServiceRef valueInterface) |
int |
Ejb.removeServiceRef(ServiceRef value) |
int |
Interceptor.removeServiceRef(ServiceRef valueInterface) |
void |
Ejb.setServiceRef(int index,
ServiceRef value) |
void |
Interceptor.setServiceRef(int index,
ServiceRef valueInterface) |
void |
Ejb.setServiceRef(ServiceRef[] value) |
void |
Interceptor.setServiceRef(ServiceRef[] value) |
Modifier and Type | Method and Description |
---|---|
ServiceRef[] |
WebApp.getServiceRef() |
ServiceRef |
WebApp.getServiceRef(int index) |
Modifier and Type | Method and Description |
---|---|
int |
WebApp.addServiceRef(ServiceRef valueInterface) |
int |
WebApp.removeServiceRef(ServiceRef valueInterface) |
void |
WebApp.setServiceRef(int index,
ServiceRef valueInterface) |
void |
WebApp.setServiceRef(ServiceRef[] value) |