public class Checkpointer extends Object implements ICheckpointer
| Constructor and Description |
|---|
Checkpointer(TunnelClientInterface client,
String tunnelId,
String clientId,
String channelId,
long sequenceNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkpoint(String token) |
String |
getChannelId() |
TunnelClientInterface |
getClient() |
String |
getClientId() |
long |
getSequenceNumber() |
String |
getTunnelId() |
void |
setChannelId(String channelId) |
void |
setClient(TunnelClientInterface client) |
void |
setClientId(String clientId) |
void |
setSequenceNumber(long sequenceNumber) |
void |
setTunnelId(String tunnelId) |
String |
toString() |
public Checkpointer(TunnelClientInterface client, String tunnelId, String clientId, String channelId, long sequenceNumber)
public void checkpoint(String token)
checkpoint in interface ICheckpointerpublic TunnelClientInterface getClient()
public void setClient(TunnelClientInterface client)
public String getTunnelId()
public void setTunnelId(String tunnelId)
public String getClientId()
public void setClientId(String clientId)
public String getChannelId()
public void setChannelId(String channelId)
public long getSequenceNumber()
public void setSequenceNumber(long sequenceNumber)
Copyright © 2024. All Rights Reserved.