Uses of Interface
com.espertech.esper.client.EPServiceProviderIsolated

Packages that use EPServiceProviderIsolated
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
 

Uses of EPServiceProviderIsolated in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return EPServiceProviderIsolated
 EPServiceProviderIsolated EPServiceProvider.getEPServiceIsolated(java.lang.String name)
          Returns the isolated service provider for that name, creating an isolated service if the name is a new name, or returning an existing isolated service for an existing name.
 

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

Subinterfaces of EPServiceProviderIsolated in com.espertech.esper.core.service
 interface EPServiceProviderIsolatedSPI
          SPU for isolated service provider.
 

Classes in com.espertech.esper.core.service that implement EPServiceProviderIsolated
 class EPServiceProviderIsolatedImpl
          Implementation of the isolated service provider.
 

Methods in com.espertech.esper.core.service that return EPServiceProviderIsolated
 EPServiceProviderIsolated EPServiceProviderImpl.getEPServiceIsolated(java.lang.String name)
           
 EPServiceProviderIsolated StatementIsolationServiceImpl.getIsolationUnit(java.lang.String name, java.lang.Integer optionalUnitId)
           
 EPServiceProviderIsolated StatementIsolationService.getIsolationUnit(java.lang.String name, java.lang.Integer optionalUnitId)
          Returns an isolated service by names, or allocates a new one if none found.
 


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