Groovy Documentation

[Groovy] Class JmsNotificationService

java.lang.Object
  JmsNotificationService

class JmsNotificationService

Property Summary
java.lang.Object agentStrategyService

boolean transactional

java.lang.Object xmlDataBinderService

 
Constructor Summary
JmsNotificationService()

 
Method Summary
java.lang.Object cashPositionListener(groovy.util.slurpersupport.GPathResult gpathSource)

java.lang.Object competitionListener(groovy.util.slurpersupport.GPathResult gpathSource)

java.lang.Object depotPositionListener(groovy.util.slurpersupport.GPathResult gpathSource)

java.lang.Object forecastListener(groovy.util.slurpersupport.GPathResult gpathSource)

java.lang.Object orderStatusListener(groovy.util.slurpersupport.GPathResult gpathSource)

java.lang.Object orderbookListener(groovy.util.slurpersupport.GPathResult gpathSource)

java.lang.Object productListener(groovy.util.slurpersupport.GPathResult gpathSource)

java.lang.Object quoteListener(groovy.util.slurpersupport.GPathResult gpathSource)

java.lang.Object receiveNotification(java.lang.String xml)

java.lang.Object tradeListener(groovy.util.slurpersupport.GPathResult gpathSource)

Listener subscribes to topic public.Trade receives TradeNotification map and saves it as local TradeLog object in database

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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()
 

Property Detail

agentStrategyService

java.lang.Object agentStrategyService


transactional

boolean transactional


xmlDataBinderService

java.lang.Object xmlDataBinderService


 
Constructor Detail

JmsNotificationService

JmsNotificationService()


 
Method Detail

cashPositionListener

java.lang.Object cashPositionListener(groovy.util.slurpersupport.GPathResult gpathSource)


competitionListener

java.lang.Object competitionListener(groovy.util.slurpersupport.GPathResult gpathSource)


depotPositionListener

java.lang.Object depotPositionListener(groovy.util.slurpersupport.GPathResult gpathSource)


forecastListener

java.lang.Object forecastListener(groovy.util.slurpersupport.GPathResult gpathSource)


orderStatusListener

java.lang.Object orderStatusListener(groovy.util.slurpersupport.GPathResult gpathSource)


orderbookListener

java.lang.Object orderbookListener(groovy.util.slurpersupport.GPathResult gpathSource)


productListener

java.lang.Object productListener(groovy.util.slurpersupport.GPathResult gpathSource)


quoteListener

java.lang.Object quoteListener(groovy.util.slurpersupport.GPathResult gpathSource)


receiveNotification

java.lang.Object receiveNotification(java.lang.String xml)


tradeListener

java.lang.Object tradeListener(groovy.util.slurpersupport.GPathResult gpathSource)
Listener subscribes to topic public.Trade receives TradeNotification map and saves it as local TradeLog object in database


 

Groovy Documentation