|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.EPIsolationUnitServices
public class EPIsolationUnitServices
Context for all services that provide the isolated runtime.
Constructor Summary | |
---|---|
EPIsolationUnitServices(java.lang.String name,
int unitId,
FilterServiceSPI filterService,
SchedulingServiceSPI schedulingService)
Ctor. |
Method Summary | |
---|---|
FilterServiceSPI |
getFilterService()
Returns the isolated filter service. |
java.lang.String |
getName()
Returns the name of the isolated service. |
SchedulingServiceSPI |
getSchedulingService()
Returns the isolated scheduling service. |
int |
getUnitId()
Returns the id assigned to that isolated service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPIsolationUnitServices(java.lang.String name, int unitId, FilterServiceSPI filterService, SchedulingServiceSPI schedulingService)
name
- the isolation unit nameunitId
- id of the isolation unitfilterService
- isolated filter serviceschedulingService
- isolated scheduling serviceMethod Detail |
---|
public java.lang.String getName()
public int getUnitId()
public FilterServiceSPI getFilterService()
public SchedulingServiceSPI getSchedulingService()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |