public interface PersistableParticipant
Modifier and Type | Method and Description |
---|---|
boolean |
restoreState(com.arjuna.ats.arjuna.state.InputObjectState ios)
Restore the state of the particpant from the specified input object stream.
|
boolean |
saveState(com.arjuna.ats.arjuna.state.OutputObjectState oos)
Save the state of the particpant to the specified input object stream.
|
boolean saveState(com.arjuna.ats.arjuna.state.OutputObjectState oos)
oos
- The output output stream.boolean restoreState(com.arjuna.ats.arjuna.state.InputObjectState ios)
ios
- The Input object stream.Copyright © 2019 JBoss by Red Hat. All rights reserved.