public class RunnableDMLContext extends Object
Constructor and Description |
---|
RunnableDMLContext(String name,
com.espertech.esper.epl.db.DatabaseConnectionFactory connectionFactory,
DMLStatement dmlStatement,
Integer retry,
Double retryWait) |
Modifier and Type | Method and Description |
---|---|
com.espertech.esper.epl.db.DatabaseConnectionFactory |
getConnectionFactory() |
DMLStatement |
getDmlStatement() |
String |
getName() |
Integer |
getRetry() |
Double |
getRetryWait() |
public RunnableDMLContext(String name, com.espertech.esper.epl.db.DatabaseConnectionFactory connectionFactory, DMLStatement dmlStatement, Integer retry, Double retryWait)
public String getName()
public com.espertech.esper.epl.db.DatabaseConnectionFactory getConnectionFactory()
public DMLStatement getDmlStatement()
public Integer getRetry()
public Double getRetryWait()