org.figure8.join.core.messaging.persistence
Interface JMSConsumerBeanInfoDao

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
HibernateJMSConsumerBeanInfoDao

public interface JMSConsumerBeanInfoDao
extends ObjectDao

Data Access interface for JMSConsumerBeanInfo objects.

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux

Method Summary
 JMSConsumerBeanInfo getJMSConsumerBeanInfo(java.lang.String name)
          Retrieve JMSConsumerBean info using its name
 void initializeConsumerParameterInfos(JMSConsumerBeanInfo info)
          Initialize the informations on parameters of a JMSConsumerBeanInfo (this because parameters may be lazy-loaded from persistence store)
 
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save
 

Method Detail

getJMSConsumerBeanInfo

JMSConsumerBeanInfo getJMSConsumerBeanInfo(java.lang.String name)
Retrieve JMSConsumerBean info using its name

Parameters:
name - The name of the consumer info to retrieve
Returns:
The consumer info or null if no consumer exists with this name

initializeConsumerParameterInfos

void initializeConsumerParameterInfos(JMSConsumerBeanInfo info)
Initialize the informations on parameters of a JMSConsumerBeanInfo (this because parameters may be lazy-loaded from persistence store)

Parameters:
info - The bean wrapping information on JMS consumer to get parameters for


Copyright © 2005-2008 Join. All Rights Reserved.