Package | Description |
---|---|
org.netbeans.modules.j2ee.deployment.devmodules.spi | |
org.netbeans.modules.j2ee.deployment.plugins.spi.config |
Modifier and Type | Method and Description |
---|---|
MessageDestination |
J2eeModuleProvider.ConfigSupport.createMessageDestination(String name,
MessageDestination.Type type)
Creates and saves a message destination in the module if it does not exist in the module yet.
|
MessageDestination |
J2eeModuleProvider.ConfigSupport.findMessageDestination(String name)
Finds message destination with the given name.
|
Modifier and Type | Method and Description |
---|---|
MessageDestination |
MessageDestinationConfiguration.createMessageDestination(String name,
MessageDestination.Type type)
Creates and saves a message destination in the module if it does not exist in the module yet.
|