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