Class RetryClusterServiceRegistrar.RetryClusterServiceFactoryBean
java.lang.Object
com.broadleafcommerce.data.tracking.jpa.messaging.RetryClusterServiceRegistrar.RetryClusterServiceFactoryBean
- All Implemented Interfaces:
 org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.RetryClusterService>
- Enclosing class:
 - RetryClusterServiceRegistrar
 
public static class RetryClusterServiceRegistrar.RetryClusterServiceFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.RetryClusterService>, org.springframework.beans.factory.BeanFactoryAware
- 
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.springframework.beans.factory.BeanFactoryorg.apache.camel.cluster.CamelClusterServiceorg.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository>getName()com.broadleafcommerce.common.messaging.notification.NotificationHandlercom.broadleafcommerce.common.messaging.notification.RetryClusterServiceClass<?>com.broadleafcommerce.common.messaging.notification.DurableNotificationPropertiesgetProps()com.broadleafcommerce.common.extension.data.DataRouteReferenceorg.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.NotificationStateRepository>inthashCode()voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) voidsetCamelClusterService(org.apache.camel.cluster.CamelClusterService camelClusterService) voidsetIgnoredRepositories(org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories) voidvoidsetNotificationHandler(com.broadleafcommerce.common.messaging.notification.NotificationHandler notificationHandler) voidsetProps(com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties props) voidsetReference(com.broadleafcommerce.common.extension.data.DataRouteReference reference) voidsetRepositories(org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.NotificationStateRepository> repositories) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton 
- 
Constructor Details
- 
RetryClusterServiceFactoryBean
public RetryClusterServiceFactoryBean() 
 - 
 - 
Method Details
- 
getObject
public com.broadleafcommerce.common.messaging.notification.RetryClusterService getObject()- Specified by:
 getObjectin interfaceorg.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.RetryClusterService>
 - 
getObjectType
- Specified by:
 getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.RetryClusterService>
 - 
getCamelClusterService
public org.apache.camel.cluster.CamelClusterService getCamelClusterService() - 
getProps
public com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties getProps() - 
getRepositories
public org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.NotificationStateRepository> getRepositories() - 
getNotificationHandler
public com.broadleafcommerce.common.messaging.notification.NotificationHandler getNotificationHandler() - 
getIgnoredRepositories
public org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> getIgnoredRepositories() - 
getReference
public com.broadleafcommerce.common.extension.data.DataRouteReference getReference() - 
getName
 - 
getBeanFactory
public org.springframework.beans.factory.BeanFactory getBeanFactory() - 
setCamelClusterService
public void setCamelClusterService(org.apache.camel.cluster.CamelClusterService camelClusterService)  - 
setProps
public void setProps(com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties props)  - 
setRepositories
public void setRepositories(org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.NotificationStateRepository> repositories)  - 
setNotificationHandler
public void setNotificationHandler(com.broadleafcommerce.common.messaging.notification.NotificationHandler notificationHandler)  - 
setIgnoredRepositories
public void setIgnoredRepositories(org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories)  - 
setReference
public void setReference(com.broadleafcommerce.common.extension.data.DataRouteReference reference)  - 
setName
 - 
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) - Specified by:
 setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware
 - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -