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

All Superinterfaces:
IJCommonBean

public interface IJMessageDriven
extends IJCommonBean

IJMessageDriven.

Author:
Gael Lalire

Method Summary
 void addActivationConfigProperty(javax.ejb.ActivationConfigProperty activationConfigProperty)
          Adds an activation config property.
 java.util.List<javax.ejb.ActivationConfigProperty> getActivationConfigProperties()
          Gets the activation config properties.
 java.lang.String getMessageListenerInterface()
           
 void setMessageListenerInterface(java.lang.String messageListenerInterface)
          Sets the message listener interface.
 
Methods inherited from interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJCommonBean
addAlias, getAliases, getDescription, getMappedName, getName, isDefaultName, setDefaultName, setDescription, setMappedName, setName
 

Method Detail

addActivationConfigProperty

void addActivationConfigProperty(javax.ejb.ActivationConfigProperty activationConfigProperty)
Adds an activation config property.

Parameters:
activationConfigProperty - object to add in the list

getActivationConfigProperties

java.util.List<javax.ejb.ActivationConfigProperty> getActivationConfigProperties()
Gets the activation config properties.

Returns:
the list of activation config properties

getMessageListenerInterface

java.lang.String getMessageListenerInterface()
Returns:
message listener interface.

setMessageListenerInterface

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

Parameters:
messageListenerInterface - the given interface.


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