com.espertech.esper.core
Interface ExtensionServicesContext


public interface ExtensionServicesContext

Marker interface for extension services that provide additional engine or statement-level extensions, such as views backed by a write-behind store.


Method Summary
 void destroy()
          Invoked to destroy the extension services, when an existing engine is initialized.
 void init()
          Invoked to initialize extension services after engine services initialization.
 

Method Detail

init

void init()
Invoked to initialize extension services after engine services initialization.


destroy

void destroy()
Invoked to destroy the extension services, when an existing engine is initialized.


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com