net.esper.adapter
Class SpringContextLoader

java.lang.Object
  extended by net.esper.adapter.SpringContextLoader
All Implemented Interfaces:
net.esper.adapter.AdapterLoader

public class SpringContextLoader
extends Object
implements net.esper.adapter.AdapterLoader

Loader for Spring-configured input and output adapters.


Constructor Summary
SpringContextLoader()
          Default Ctor needed for reflection instantiation.
 
Method Summary
 void destroy()
           
 void init(String name, Properties properties, net.esper.core.EPServiceProviderSPI epService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringContextLoader

public SpringContextLoader()
Default Ctor needed for reflection instantiation.

Method Detail

destroy

public void destroy()
Specified by:
destroy in interface net.esper.adapter.AdapterLoader

init

public void init(String name,
                 Properties properties,
                 net.esper.core.EPServiceProviderSPI epService)
Specified by:
init in interface net.esper.adapter.AdapterLoader