public abstract class AbstractSdbCommand extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SdbConfiguration |
configuration |
protected org.apache.camel.Exchange |
exchange |
protected org.slf4j.Logger |
log |
protected com.amazonaws.services.simpledb.AmazonSimpleDB |
sdbClient |
| Constructor and Description |
|---|
AbstractSdbCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient,
SdbConfiguration configuration,
org.apache.camel.Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
determineConsistentRead() |
protected String |
determineDomainName() |
protected String |
determineItemName() |
protected String |
determineNextToken() |
protected com.amazonaws.services.simpledb.model.UpdateCondition |
determineUpdateCondition() |
abstract void |
execute() |
protected final org.slf4j.Logger log
protected com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient
protected SdbConfiguration configuration
protected org.apache.camel.Exchange exchange
public AbstractSdbCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient,
SdbConfiguration configuration,
org.apache.camel.Exchange exchange)
public abstract void execute()
protected String determineDomainName()
protected String determineItemName()
protected Boolean determineConsistentRead()
protected com.amazonaws.services.simpledb.model.UpdateCondition determineUpdateCondition()
protected String determineNextToken()
Apache Camel