com.espertech.esper.core.service
Interface EPAdministratorIsolatedSPI

All Superinterfaces:
EPAdministratorIsolated
All Known Implementing Classes:
EPAdministratorIsolatedImpl

public interface EPAdministratorIsolatedSPI
extends EPAdministratorIsolated

Implementation for the admin interface.


Method Summary
 void addStatement(java.lang.String name)
          Add a statement name to the list of statements held by the isolated service provider.
 EPStatement createEPLStatementId(java.lang.String eplStatement, java.lang.String statementName, java.lang.Object userObject, java.lang.String statementId)
           
 
Methods inherited from interface com.espertech.esper.client.EPAdministratorIsolated
addStatement, addStatement, createEPL, getStatementNames, removeStatement, removeStatement
 

Method Detail

addStatement

void addStatement(java.lang.String name)
Add a statement name to the list of statements held by the isolated service provider.

Parameters:
name - to add

createEPLStatementId

EPStatement createEPLStatementId(java.lang.String eplStatement,
                                 java.lang.String statementName,
                                 java.lang.Object userObject,
                                 java.lang.String statementId)
                                 throws EPException
Throws:
EPException

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com