public interface StatementNameRuntimeOption
Modifier and Type | Method and Description |
---|---|
String |
getStatementName(StatementNameRuntimeContext env)
Returns the statement name to assign to a newly-deployed statement.
|
String getStatementName(StatementNameRuntimeContext env)
Implementations would typically interrogate the context object EPL expression or module and module item information and determine the right statement name to assign.
When using HA the returned object must implement the Serializable interface.
env
- the statement's deployment contextCopyright © 2005–2018. All rights reserved.