org.ow2.util.ee.metadata.ejbjar.api.xml.struct
Interface IMessageDestination

All Superinterfaces:
Serializable

public interface IMessageDestination
extends Serializable

Interface for element message-destination.

Author:
Florent Benoit

Field Summary
static String NAME
          Name of this element.
 
Method Summary
 String getMappedName()
           
 String getName()
           
 void setMappedName(String mappedName)
          Sets the JNDI name of the message destination.
 void setName(String messageDestinationName)
          Sets the name of the message destination.
 

Field Detail

NAME

static final String NAME
Name of this element.

See Also:
Constant Field Values
Method Detail

getName

String getName()
Returns:
the name of the message-destination.

setName

void setName(String messageDestinationName)
Sets the name of the message destination.

Parameters:
messageDestinationName - the name of the message destination.

getMappedName

String getMappedName()
Returns:
the JNDI name of the message-destination.

setMappedName

void setMappedName(String mappedName)
Sets the JNDI name of the message destination.

Parameters:
mappedName - the JNDI name of the message destination.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.