com.ebmwebsourcing.easyviper.extended.service.autoflush.api
Interface AutoFlushMessageService

All Superinterfaces:
java.lang.Runnable, com.ebmwebsourcing.easyviper.core.api.engine.thread.service.Service
All Known Implementing Classes:
AutoFlushMessageServiceImpl

public interface AutoFlushMessageService
extends com.ebmwebsourcing.easyviper.core.api.engine.thread.service.Service


Method Summary
 void addMessagesInRegistry(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage msg, com.ebmwebsourcing.easyviper.core.api.env.ExternalContext ctxt)
           
 void flushMessagesInRegistry()
           
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.thread.service.Service
accept, getDescription, getEngine, getRefreshFrequency, match, setDescription, setRefreshFrequency
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

flushMessagesInRegistry

void flushMessagesInRegistry()
                             throws com.ebmwebsourcing.easyviper.core.api.CoreException
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

addMessagesInRegistry

void addMessagesInRegistry(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage msg,
                           com.ebmwebsourcing.easyviper.core.api.env.ExternalContext ctxt)


Copyright © 2011 Petals Link. All Rights Reserved.