Click or drag to resize

EPRuntimeProvider Class

Factory for instances of .
Inheritance Hierarchy
SystemObject
  com.espertech.esper.runtime.clientEPRuntimeProvider

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public sealed class EPRuntimeProvider

The EPRuntimeProvider type exposes the following members.

Constructors
  NameDescription
Public methodEPRuntimeProvider
Initializes a new instance of the EPRuntimeProvider class
Top
Properties
  NameDescription
Public propertyStatic memberRuntimeURIs
Returns a list of known URIs.

Returns a the value "default" for the default runtime.

Top
Methods
  NameDescription
Public methodStatic memberGetDefaultRuntime
Returns the runtime for the default URI. The URI value for the runtime returned is "default".
Public methodStatic memberGetDefaultRuntime(Configuration)
Returns the default runtime. The URI value for the runtime returned is "default".
Public methodStatic memberGetExistingRuntime
Returns an existing runtime. Returns null if the runtime for the given URI has not been initialized or the runtime for the given URI is in destroyed state.
Public methodStatic memberGetRuntime(String)
Returns a runtime for a given runtime URI.

Use the URI of "default" or null to return the default runtime.

Public methodStatic memberGetRuntime(String, Configuration)
Returns a runtime for a given URI. Use the URI of "default" or null to return the default runtime.
Public methodStatic memberHasRuntime
Returns an indicator whether a runtime for the given URI is allocated (true) or is not allocated (false)
Top
Fields
  NameDescription
Public fieldStatic memberDEFAULT_RUNTIME_URI
For the default runtime instance the URI value is "default".
Top
See Also