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 |
---|---|
MessageDestinationRef[] |
AppClient.getMessageDestinationRef() |
MessageDestinationRef |
AppClient.getMessageDestinationRef(int index) |
MessageDestinationRef |
AppClient.newMessageDestinationRef() |
Modifier and Type | Method and Description |
---|---|
int |
AppClient.addMessageDestinationRef(MessageDestinationRef valueInterface) |
int |
AppClient.removeMessageDestinationRef(MessageDestinationRef valueInterface) |
void |
AppClient.setMessageDestinationRef(int index,
MessageDestinationRef valueInterface) |
void |
AppClient.setMessageDestinationRef(MessageDestinationRef[] value) |
Modifier and Type | Method and Description |
---|---|
MessageDestinationRef[] |
Ejb.getMessageDestinationRef() |
MessageDestinationRef[] |
Interceptor.getMessageDestinationRef() |
MessageDestinationRef |
Ejb.getMessageDestinationRef(int index) |
MessageDestinationRef |
Interceptor.getMessageDestinationRef(int index) |
MessageDestinationRef |
Ejb.newMessageDestinationRef() |
MessageDestinationRef |
Interceptor.newMessageDestinationRef() |
Modifier and Type | Method and Description |
---|---|
int |
Ejb.addMessageDestinationRef(MessageDestinationRef value) |
int |
Interceptor.addMessageDestinationRef(MessageDestinationRef valueInterface) |
int |
Ejb.removeMessageDestinationRef(MessageDestinationRef value) |
int |
Interceptor.removeMessageDestinationRef(MessageDestinationRef valueInterface) |
void |
Ejb.setMessageDestinationRef(int index,
MessageDestinationRef value) |
void |
Interceptor.setMessageDestinationRef(int index,
MessageDestinationRef valueInterface) |
void |
Ejb.setMessageDestinationRef(MessageDestinationRef[] value) |
void |
Interceptor.setMessageDestinationRef(MessageDestinationRef[] value) |
Modifier and Type | Method and Description |
---|---|
MessageDestinationRef[] |
WebApp.getMessageDestinationRef() |
MessageDestinationRef |
WebApp.getMessageDestinationRef(int index) |
Modifier and Type | Method and Description |
---|---|
int |
WebApp.addMessageDestinationRef(MessageDestinationRef valueInterface) |
int |
WebApp.removeMessageDestinationRef(MessageDestinationRef valueInterface) |
void |
WebApp.setMessageDestinationRef(int index,
MessageDestinationRef valueInterface) |
void |
WebApp.setMessageDestinationRef(MessageDestinationRef[] value) |