org.ow2.util.ee.metadata.ejbjar.api.struct
Interface IJMessageDriven

All Superinterfaces:
IJCommonBean, Serializable

public interface IJMessageDriven
extends IJCommonBean

IJMessageDriven.

Author:
Gael Lalire

Method Summary
 void addActivationConfigProperty(IActivationConfigProperty activationConfigProperty)
          Adds an activation config property.
 List<IActivationConfigProperty> getActivationConfigProperties()
          Gets the activation config properties.
 String getMessageDestinationLink()
          Gets the message destination link.
 String getMessageListenerInterface()
           
 void setMessageDestinationLink(String messageDestinationLink)
          Set the message destination link.
 void setMessageListenerInterface(String messageListenerInterface)
          Sets the message listener interface.
 
Methods inherited from interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJCommonBean
getDescription, getMappedName, getName, setDescription, setMappedName, setName
 

Method Detail

addActivationConfigProperty

void addActivationConfigProperty(IActivationConfigProperty activationConfigProperty)
Adds an activation config property.

Parameters:
activationConfigProperty - object to add in the list

getActivationConfigProperties

List<IActivationConfigProperty> getActivationConfigProperties()
Gets the activation config properties.

Returns:
the list of activation config properties

getMessageListenerInterface

String getMessageListenerInterface()
Returns:
message listener interface.

setMessageListenerInterface

void setMessageListenerInterface(String messageListenerInterface)
Sets the message listener interface.

Parameters:
messageListenerInterface - the given interface.

setMessageDestinationLink

void setMessageDestinationLink(String messageDestinationLink)
Set the message destination link.

Parameters:
messageDestinationLink - message destination link.

getMessageDestinationLink

String getMessageDestinationLink()
Gets the message destination link.

Returns:
the message destination link


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