|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.deploy.StatementDeploymentContext
public class StatementDeploymentContext
Context object passed to StatementNameResolver
or StatementUserObjectResolver
to help
in determining the right statement name or user object for a statement deployed via the deployment admin API.
Constructor Summary | |
---|---|
StatementDeploymentContext(java.lang.String epl,
Module module,
ModuleItem moduleItem,
java.lang.String deploymentId)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getDeploymentId()
Returns the deployment id. |
java.lang.String |
getEpl()
Returns the EPL expression. |
Module |
getModule()
Returns the module. |
ModuleItem |
getModuleItem()
Returns the module item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementDeploymentContext(java.lang.String epl, Module module, ModuleItem moduleItem, java.lang.String deploymentId)
epl
- EPL expressionmodule
- encapsulating modulemoduleItem
- item in moduledeploymentId
- deployment idMethod Detail |
---|
public java.lang.String getEpl()
public Module getModule()
public java.lang.String getDeploymentId()
public ModuleItem getModuleItem()
|
© 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 |