com.ebmwebsourcing.easyviper.tools
Class MemoryReceiverImpl
java.lang.Object
com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
com.ebmwebsourcing.easyviper.core.impl.env.AbstractReceiverImpl
com.ebmwebsourcing.easyviper.tools.MemoryReceiverImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, com.ebmwebsourcing.easyviper.core.api.env.Receiver, MemoryReceiver
public class MemoryReceiverImpl
- extends AbstractReceiverImpl
- implements MemoryReceiver
- Author:
- Nicolas Salatge - eBM WebSourcing
|
Method Summary |
void |
accept(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage externalMessage,
com.ebmwebsourcing.easyviper.core.api.env.ExternalContext context)
|
java.util.List<DatedExternalMessage> |
getMessages()
|
void |
setLog(java.util.logging.Logger logger)
|
| Methods inherited from class com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl |
createSCAComponent, destroySCAComponent, getComponent, getInitializationContext, getName, setInitializationContext, setName, startSCAComponent, stopSCAComponent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.env.Receiver |
getExternalEnvironment, getMessageConverter, isTaken, setMessageConverter, setTaken |
| Methods inherited from interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent |
createSCAComponent, destroySCAComponent, getComponent, getInitializationContext, getName, setInitializationContext, setName, startSCAComponent, stopSCAComponent |
MemoryReceiverImpl
public MemoryReceiverImpl()
accept
public void accept(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage externalMessage,
com.ebmwebsourcing.easyviper.core.api.env.ExternalContext context)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
accept in interface com.ebmwebsourcing.easyviper.core.api.env.Receiver
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getMessages
public java.util.List<DatedExternalMessage> getMessages()
- Specified by:
getMessages in interface MemoryReceiver
setLog
public void setLog(java.util.logging.Logger logger)
- Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.env.Receiver- Overrides:
setLog in class AbstractReceiverImpl
Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.