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