Package com.hybris.cockpitng.events.impl
Class DefaultCockpitEventQueueConnector
- java.lang.Object
-
- com.hybris.cockpitng.events.impl.DefaultCockpitEventQueueConnector
-
- All Implemented Interfaces:
CockpitEventQueueConnector,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class DefaultCockpitEventQueueConnector extends java.lang.Object implements CockpitEventQueueConnector, org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description DefaultCockpitEventQueueConnector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize()voidpublishEvent(CockpitEvent event)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)voidsetEventQueue(CockpitEventQueue eventQueue)
-
-
-
Method Detail
-
initialize
public void initialize()
- Specified by:
initializein interfaceCockpitEventQueueConnector
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
publishEvent
public void publishEvent(CockpitEvent event)
- Specified by:
publishEventin interfaceCockpitEventQueueConnector
-
setEventQueue
public void setEventQueue(CockpitEventQueue eventQueue)
-
-