|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatementNameResolver
Implement this interface to provide a custom statement name for the statements deployed via the deployment API.
Statement names provided by the resolver override the statement name provided via the @Name annotation.
Method Summary | |
---|---|
java.lang.String |
getStatementName(StatementDeploymentContext context)
Returns the statement name to assign to a newly-deployed statement. |
Method Detail |
---|
java.lang.String getStatementName(StatementDeploymentContext context)
Implementations would typically interrogate the context object EPL expression or module and module item information and determine the right statement name to assign.
context
- the statement's deployment context
|
© 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 |