|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy | |
---|---|
com.espertech.esper.client | This package and its sub-packages defines the central Esper Client APIs. |
com.espertech.esper.core.deploy | Module and deployment utility and parser. |
Uses of ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy in com.espertech.esper.client |
---|
Methods in com.espertech.esper.client that return ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy | |
---|---|
ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy |
ConfigurationEngineDefaults.ExceptionHandling.getUndeployRethrowPolicy()
Returns the policy to instruct the engine whether a module un-deploy rethrows runtime exceptions that are encountered during the undeploy for any statement that is undeployed. |
static ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy |
ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy[] |
ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.espertech.esper.client with parameters of type ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy | |
---|---|
void |
ConfigurationEngineDefaults.ExceptionHandling.setUndeployRethrowPolicy(ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy undeployRethrowPolicy)
Sets the policy to instruct the engine whether a module un-deploy rethrows runtime exceptions that are encountered during the undeploy for any statement that is undeployed. |
Uses of ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy in com.espertech.esper.core.deploy |
---|
Constructors in com.espertech.esper.core.deploy with parameters of type ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy | |
---|---|
EPDeploymentAdminImpl(EPAdministratorSPI epService,
DeploymentStateService deploymentStateService,
StatementEventTypeRef statementEventTypeRef,
EventAdapterService eventAdapterService,
StatementIsolationService statementIsolationService,
FilterService filterService,
java.util.TimeZone timeZone,
ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy undeployRethrowPolicy)
Ctor. |
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |