Constructor and Description |
---|
ExchangeContext(String session,
SynChangeMeta chgm,
String target)
Create context at server side.
|
ExchangeContext(SynChangeMeta chgm,
String target)
Create context at client side.
|
Modifier and Type | Method and Description |
---|---|
void |
addAnswer(AnResultset answer) |
void |
buffChanges(HashMap<String,Nyquence> myNyquvect,
HashMap<String,Object[]> chcols,
ArrayList<ArrayList<Object>> yourchallenges,
HashMap<String,AnResultset> entities)
Buffering changes while responding to
challenges . |
void |
clear() |
void |
initChallenge(String target,
ChangeLogs diff) |
String |
session() |
public ExchangeContext(SynChangeMeta chgm, String target)
chgm
- localtb
- local transaction buildertarget
- public ExchangeContext(String session, SynChangeMeta chgm, String target)
session
- session id supplied by clientchgm
- localtb
- target
- public void initChallenge(String target, ChangeLogs diff) throws SemanticException
SemanticException
public void buffChanges(HashMap<String,Nyquence> myNyquvect, HashMap<String,Object[]> chcols, ArrayList<ArrayList<Object>> yourchallenges, HashMap<String,AnResultset> entities) throws SemanticException
challenges
.myNyquvect
- chcols
- yourchallenges
- entities
- SemanticException
public void addAnswer(AnResultset answer) throws SemanticException
SemanticException
public void clear() throws SemanticException
SemanticException
public String session()
Copyright © 2024. All rights reserved.