public class SymmetricPushClient
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.jumpmind.symmetric.io.data.Batch |
batch |
protected static org.slf4j.Logger |
log |
protected java.lang.String |
nodeId |
protected java.lang.String |
securityToken |
protected java.lang.String |
syncUrl |
protected HttpOutgoingTransport |
transport |
protected org.jumpmind.symmetric.io.data.writer.ProtocolDataWriter |
writer |
| Constructor and Description |
|---|
SymmetricPushClient(java.lang.String nodeId,
java.lang.String securityToken,
java.lang.String syncUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
buildUrl() |
BatchAck |
close() |
void |
delete(org.jumpmind.db.model.Table table,
java.lang.String[] pkData) |
void |
insert(org.jumpmind.db.model.Table table,
java.lang.String[] data) |
void |
open() |
void |
update(org.jumpmind.db.model.Table table,
java.lang.String[] data,
java.lang.String[] pkData) |
protected static final org.slf4j.Logger log
protected java.lang.String nodeId
protected java.lang.String securityToken
protected java.lang.String syncUrl
protected HttpOutgoingTransport transport
protected org.jumpmind.symmetric.io.data.writer.ProtocolDataWriter writer
protected org.jumpmind.symmetric.io.data.Batch batch
public SymmetricPushClient(java.lang.String nodeId,
java.lang.String securityToken,
java.lang.String syncUrl)
public void open()
public BatchAck close()
public void insert(org.jumpmind.db.model.Table table,
java.lang.String[] data)
public void update(org.jumpmind.db.model.Table table,
java.lang.String[] data,
java.lang.String[] pkData)
public void delete(org.jumpmind.db.model.Table table,
java.lang.String[] pkData)
protected java.lang.String buildUrl()