public interface MessageDestinationDeployment
| Modifier and Type | Method and Description |
|---|---|
void |
deployMessageDestinations(Set<MessageDestination> destinations)
Deploys message destinations saved in the module.
|
Set<MessageDestination> |
getMessageDestinations()
Retrieves message destinations configured on the target server instance.
|
Set<MessageDestination> getMessageDestinations() throws ConfigurationException
ConfigurationException - if there is some problem with message destination configurationvoid deployMessageDestinations(Set<MessageDestination> destinations) throws ConfigurationException
destinations - set of message destinationsConfigurationException - if there is some problem with message destination configurationBuilt on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.