public final class StatementContextEngineServices
extends java.lang.Object
Constructor and Description |
---|
StatementContextEngineServices(java.lang.String engineURI,
EventAdapterService eventAdapterService,
NamedWindowService namedWindowService,
VariableService variableService,
EngineSettingsService engineSettingsService,
ValueAddEventService valueAddEventService,
ConfigurationInformation configSnapshot,
MetricReportingServiceSPI metricReportingService,
ViewService viewService,
ExceptionHandlingService exceptionHandlingService,
ExpressionResultCacheService expressionResultCacheService,
StatementEventTypeRef statementEventTypeRef) |
Modifier and Type | Method and Description |
---|---|
ConfigurationInformation |
getConfigSnapshot() |
java.lang.String |
getEngineURI() |
EventAdapterService |
getEventAdapterService() |
ExceptionHandlingService |
getExceptionHandlingService() |
ExpressionResultCacheService |
getExpressionResultCacheService() |
MetricReportingServiceSPI |
getMetricReportingService() |
NamedWindowService |
getNamedWindowService() |
java.net.URI[] |
getPlugInTypeResolutionURIs() |
StatementEventTypeRef |
getStatementEventTypeRef() |
ValueAddEventService |
getValueAddEventService() |
VariableService |
getVariableService() |
ViewService |
getViewService() |
public StatementContextEngineServices(java.lang.String engineURI, EventAdapterService eventAdapterService, NamedWindowService namedWindowService, VariableService variableService, EngineSettingsService engineSettingsService, ValueAddEventService valueAddEventService, ConfigurationInformation configSnapshot, MetricReportingServiceSPI metricReportingService, ViewService viewService, ExceptionHandlingService exceptionHandlingService, ExpressionResultCacheService expressionResultCacheService, StatementEventTypeRef statementEventTypeRef)
public java.lang.String getEngineURI()
public EventAdapterService getEventAdapterService()
public NamedWindowService getNamedWindowService()
public VariableService getVariableService()
public java.net.URI[] getPlugInTypeResolutionURIs()
public ValueAddEventService getValueAddEventService()
public ConfigurationInformation getConfigSnapshot()
public MetricReportingServiceSPI getMetricReportingService()
public ViewService getViewService()
public ExceptionHandlingService getExceptionHandlingService()
public ExpressionResultCacheService getExpressionResultCacheService()
public StatementEventTypeRef getStatementEventTypeRef()