Uses of Class
com.espertech.esper.common.client.EPException
Package
Description
Common API: Classes that are generally relevant to both the compiler API and the processEvent API.
Configuration classes.
Context partition selection and descriptors.
Client API for data flows.
Classes related to fire-and-forget execution
Classes for variable management
Runtime API: Runs compiled EPL.
Deployment option callbacks.
For staging deployments.
Adapter shared classes.
-
Uses of EPException in com.espertech.esper.common.client
Modifier and TypeClassDescriptionclass
Indicates that a problem occurred looking up, assigning or creating and event type.Modifier and TypeMethodDescriptionvoid
EventSender.routeEvent
(Object theEvent) Route the event object back to the event stream processing runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent.void
Processes the event object. -
Uses of EPException in com.espertech.esper.common.client.configuration
Modifier and TypeClassDescriptionfinal class
Thrown to indicate a configuration problem.Modifier and TypeMethodDescriptionConfiguration.configure()
Use the configuration specified in an application resource namedesper.cfg.xml
.Use the configuration specified in the given application file.Use the configuration specified in the given application resource.Use the configuration specified by the given URL.Use the mappings and properties specified in the given XML document.protected static InputStream
Configuration.getConfigurationInputStream
(String resource) Get the configuration file as anInputStream
. -
Uses of EPException in com.espertech.esper.common.client.context
Modifier and TypeClassDescriptionclass
Indicates an invalid combination of context declaration and context partition selector, i.e. -
Uses of EPException in com.espertech.esper.common.client.dataflow.core
Modifier and TypeClassDescriptionclass
Thrown to indicate a data flow saved configuration already exists.class
Indicates cancellation of a data flow instance.class
Thrown to indicate a data flow execution exception.class
Indicates an exception instantiating a data flow.class
Thrown to indicate a data flow is not found. -
Uses of EPException in com.espertech.esper.common.client.fireandforget
Modifier and TypeMethodDescriptionvoid
Sets the value of the designated parameter using the given object.void
Sets the value of the designated parameter using the given object. -
Uses of EPException in com.espertech.esper.common.client.variable
Modifier and TypeClassDescriptionclass
Indicates that a variable cannot be set.class
Indicates that a variable was not found.class
Indicates that a variable value could not be assigned. -
Uses of EPException in com.espertech.esper.runtime.client
Modifier and TypeClassDescriptionclass
This exception is thrown to indicate that a subscriber registration failed such as when the subscribe does not expose an acceptable method to receive statement results.Modifier and TypeMethodDescriptionEPDeploymentService.getDeploymentDependenciesConsumed
(String deploymentId) Obtain information about the dependencies that the given deployment has on other deployments, i.e.EPDeploymentService.getDeploymentDependenciesProvided
(String deploymentId) Obtain information about other deployments that are depending on the given deployment, i.e. -
Uses of EPException in com.espertech.esper.runtime.client.option
Modifier and TypeMethodDescriptionvoid
Sets the value of the designated parameter using the given object.void
Sets the value of the designated parameter using the given object. -
Uses of EPException in com.espertech.esper.runtime.client.stage
-
Uses of EPException in com.espertech.esper.runtime.client.util
Modifier and TypeClassDescriptionclass
Thrown when an illegal Adapter state transition is attempted.Modifier and TypeMethodDescriptionvoid
Adapter.destroy()
Destroy the Adapter, stopping the sending of all events and releasing all the resources, and disallowing any further state changes on the Adapter.void
Adapter.pause()
Pause the sending of events after a Adapter has been started.void
Adapter.resume()
Resume sending events after the Adapter has been paused.void
Adapter.start()
Start the sending of events into the runtime egine.void
Adapter.stop()
Stop sending events and return the Adapter to the OPENED state, ready to be started once again.