Groovy Documentation

org.grails.plugin.platform.events.publisher
[Java] Class GormBridgePublisher

java.lang.Object
  org.grails.plugin.platform.events.publisher.GormBridgePublisher
All Implemented Interfaces:
org.springframework.context.ApplicationListener

public class GormBridgePublisher

file:
@date 29/05/12
section:
DESCRIPTION

[Does stuff]

Authors:
Stephane Maldini
Version:
1.0


Field Summary
private static java.lang.String GORM_EVENT_PACKAGE

private GormTopicSupport gormTopicSupport

private Events grailsEvents

private static org.apache.log4j.Logger log

 
Constructor Summary
GormBridgePublisher()

 
Method Summary
void onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)

void setGormTopicSupport(GormTopicSupport gormTopicSupport)

void setGrailsEvents(Events grailsEvents)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

GORM_EVENT_PACKAGE

private static final java.lang.String GORM_EVENT_PACKAGE


gormTopicSupport

private GormTopicSupport gormTopicSupport


grailsEvents

private Events grailsEvents


log

private static final org.apache.log4j.Logger log


 
Constructor Detail

GormBridgePublisher

GormBridgePublisher()


 
Method Detail

onApplicationEvent

public void onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)


setGormTopicSupport

public void setGormTopicSupport(GormTopicSupport gormTopicSupport)


setGrailsEvents

public void setGrailsEvents(Events grailsEvents)


 

Groovy Documentation