public interface StatementAgentInstanceLockFactory
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
getStatementLock(String statementName,
int cpid,
Annotation[] annotations,
boolean stateless,
StatementType statementType)
Create lock for statement
|
StatementAgentInstanceLock getStatementLock(String statementName, int cpid, Annotation[] annotations, boolean stateless, StatementType statementType)
statementName
- is the statement namecpid
- context partition id (also known as agent instance id)annotations
- annotationstateless
- indicator whether statelessstatementType
- statement typeCopyright © 2005–2022. All rights reserved.