Uses of Class
com.espertech.esper.core.service.EPIsolationUnitServices

Packages that use EPIsolationUnitServices
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
 

Uses of EPIsolationUnitServices in com.espertech.esper.core.service
 

Fields in com.espertech.esper.core.service declared as EPIsolationUnitServices
protected  EPIsolationUnitServices EPRuntimeIsolatedImpl.services
           
 

Methods in com.espertech.esper.core.service that return EPIsolationUnitServices
 EPIsolationUnitServices EPServiceProviderIsolatedSPI.getIsolatedServices()
          Return isolated services.
 EPIsolationUnitServices EPServiceProviderIsolatedImpl.getIsolatedServices()
           
 

Methods in com.espertech.esper.core.service with parameters of type EPIsolationUnitServices
 EPStatement StatementLifecycleSvcImpl.createAndStart(StatementSpecRaw statementSpec, java.lang.String expression, boolean isPattern, java.lang.String optStatementName, java.lang.Object userObject, EPIsolationUnitServices isolationUnitServices, java.lang.Integer optionalStatementId, EPStatementObjectModel optionalModel)
           
 EPStatement StatementLifecycleSvc.createAndStart(StatementSpecRaw statementSpec, java.lang.String expression, boolean isPattern, java.lang.String optStatementName, java.lang.Object userObject, EPIsolationUnitServices isolationUnitServices, java.lang.Integer optionalStatementId, EPStatementObjectModel optionalModel)
          Create and start the statement.
protected  StatementLifecycleSvcImpl.EPStatementDesc StatementLifecycleSvcImpl.createStopped(StatementSpecRaw statementSpec, java.lang.annotation.Annotation[] annotations, java.lang.String expression, boolean isPattern, java.lang.String statementName, boolean nameProvided, int statementId, java.util.Map<java.lang.String,java.lang.Object> optAdditionalContext, java.lang.Object statementUserObject, EPIsolationUnitServices isolationUnitServices, boolean isFailed, EPStatementObjectModel optionalModel)
          Create stopped statement.
protected  StatementLifecycleSvcImpl.EPStatementDesc StatementLifecycleSvcImpl.createStoppedAssignName(StatementSpecRaw statementSpec, java.lang.String expression, boolean isPattern, java.lang.String optStatementName, int statementId, java.util.Map<java.lang.String,java.lang.Object> optAdditionalContext, java.lang.Object userObject, EPIsolationUnitServices isolationUnitServices, EPStatementObjectModel optionalModel)
          Creates and starts statement.
 EPRuntimeIsolatedSPI EPRuntimeIsolatedFactoryImpl.make(EPIsolationUnitServices isolatedServices, EPServicesContext unisolatedSvc)
           
 EPRuntimeIsolatedSPI EPRuntimeIsolatedFactory.make(EPIsolationUnitServices isolatedServices, EPServicesContext unisolatedSvc)
           
 StatementContext StatementContextFactoryDefault.makeContext(int statementId, java.lang.String statementName, java.lang.String expression, StatementType statementType, EPServicesContext engineServices, java.util.Map<java.lang.String,java.lang.Object> optAdditionalContext, boolean isFireAndForget, java.lang.annotation.Annotation[] annotations, EPIsolationUnitServices isolationUnitServices, boolean stateless, StatementSpecRaw statementSpecRaw, java.util.List<ExprSubselectNode> subselectNodes, boolean writesToTables, java.lang.Object statementUserObject)
           
 StatementContext StatementContextFactory.makeContext(int statementId, java.lang.String statementName, java.lang.String expression, StatementType statementType, EPServicesContext engineServices, java.util.Map<java.lang.String,java.lang.Object> optAdditionalContext, boolean isFireAndForget, java.lang.annotation.Annotation[] annotations, EPIsolationUnitServices isolationUnitServices, boolean stateless, StatementSpecRaw statementSpecRaw, java.util.List<ExprSubselectNode> subselectNodes, boolean writesToTables, java.lang.Object statementUserObject)
          Create a new statement context consisting of statement-level services.
 void StatementIsolationServiceImpl.newStatement(int stmtId, java.lang.String stmtName, EPIsolationUnitServices isolatedServices)
           
 void StatementIsolationService.newStatement(int stmtId, java.lang.String stmtName, EPIsolationUnitServices isolatedServices)
          Indicates a new statement created in an isolated service.
 

Constructors in com.espertech.esper.core.service with parameters of type EPIsolationUnitServices
EPAdministratorIsolatedImpl(java.lang.String isolatedServiceName, EPIsolationUnitServices services, EPServicesContext unisolatedServices, EPRuntimeIsolatedSPI isolatedRuntime)
          Ctor.
EPRuntimeIsolatedImpl(EPIsolationUnitServices svc, EPServicesContext unisolatedSvc)
          Ctor.
EPServiceProviderIsolatedImpl(java.lang.String name, EPIsolationUnitServices isolatedServices, EPServicesContext unisolatedSvc, java.util.Map<java.lang.String,EPServiceProviderIsolatedImpl> providers)
          Ctor.
 


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