org.netbeans.modules.j2eeserver/4 1.55.0 1

org.netbeans.modules.j2ee.deployment.plugins.spi
Interface MessageDestinationDeployment


public interface MessageDestinationDeployment

MessageDestinationDeployment is responsible for retrieving message destinations configured on the server and for message destination deployment.

Since:
1.25

Method Summary
 void deployMessageDestinations(Set<MessageDestination> destinations)
          Deploys message destinations saved in the module.
 Set<MessageDestination> getMessageDestinations()
          Retrieves message destinations configured on the target server instance.
 

Method Detail

getMessageDestinations

Set<MessageDestination> getMessageDestinations()
                                               throws ConfigurationException
Retrieves message destinations configured on the target server instance.

Returns:
set of message destinations
Throws:
ConfigurationException - if there is some problem with message destination configuration

deployMessageDestinations

void deployMessageDestinations(Set<MessageDestination> destinations)
                               throws ConfigurationException
Deploys message destinations saved in the module.

Parameters:
destinations - set of message destinations
Throws:
ConfigurationException - if there is some problem with message destination configuration

org.netbeans.modules.j2eeserver/4 1.55.0 1

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.