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

All Superinterfaces:
IBean, IEnvironment, Serializable

public interface IMessageDriven
extends IBean

Interface for element message-driven.

Author:
Florent Benoit

Field Summary
static String NAME
          Name of this element.
 
Method Summary
 void addActivationConfig(IActivationConfig activationConfig)
          Add the activation-config property.
 List<IActivationConfig> getActivationConfigList()
          Gets the activation-config list.
 String getMessageDestinationLink()
          Gets the message destination link.
 String getMessageDestinationType()
          Gets the message destination type.
 String getMessagingType()
          Gets the messaging-type.
 void setMessageDestinationLink(String messageDestinationLink)
          Set the message destination link.
 void setMessageDestinationType(String messageDestinationType)
          Set the message destination type.
 void setMessagingType(String messagingType)
          Set the messaging-type.
 
Methods inherited from interface org.ow2.util.ee.metadata.ejbjar.api.xml.struct.IBean
addTimer, getEjbClass, getEjbName, getMappedName, getRunAsRole, getTimeoutMethod, getTimers, getTransactionType, setEjbClass, setEjbName, setMappedName, setRunAsRole, setTimeoutMethod, setTransactionType
 
Methods inherited from interface org.ow2.util.ee.metadata.common.api.xml.struct.IEnvironment
addAroundInvoke, addDataSource, addEJBLocalRef, addEJBRef, addEnvEntry, addMessageDestinationRef, addPersistenceContextRef, addPersistenceUnitRef, addPostActivateCallback, addPostConstructCallback, addPreDestroyCallback, addPrePassivateCallback, addResourceEnvRef, addResourceRef, addSecurityRoleRef, addServiceRef, getAroundInvokeList, getDataSourceList, getEJBLocalRefList, getEJBRefList, getEnvEntryList, getMessageDestinationRefList, getPersistenceContextRefList, getPersistenceUnitRefList, getPostActivateCallbackList, getPostConstructCallbackList, getPreDestroyCallbackList, getPrePassivateCallbackList, getResourceEnvRefList, getResourceRefList, getSecurityRoleRefList, getServiceRefList
 

Field Detail

NAME

static final String NAME
Name of this element.

See Also:
Constant Field Values
Method Detail

setMessagingType

void setMessagingType(String messagingType)
Set the messaging-type.

Parameters:
messagingType - the message listener interface of the message-driven bean.

getMessagingType

String getMessagingType()
Gets the messaging-type.

Returns:
the messaging-type

setMessageDestinationType

void setMessageDestinationType(String messageDestinationType)
Set the message destination type.

Parameters:
messageDestinationType - message destination type.

getMessageDestinationType

String getMessageDestinationType()
Gets the message destination type.

Returns:
the message destination type

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

getActivationConfigList

List<IActivationConfig> getActivationConfigList()
Gets the activation-config list.

Returns:
activation-config list

addActivationConfig

void addActivationConfig(IActivationConfig activationConfig)
Add the activation-config property.

Parameters:
activationConfig - activation-config property


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