public class PersistableParticipantHelper extends Object
Constructor and Description |
---|
PersistableParticipantHelper() |
Modifier and Type | Method and Description |
---|---|
static Object |
restore_state(com.arjuna.ats.arjuna.state.InputObjectState ios)
Restore the resource state.
|
static boolean |
save_state(com.arjuna.ats.arjuna.state.OutputObjectState os,
Object resource)
Save the resource state.
|
public static boolean save_state(com.arjuna.ats.arjuna.state.OutputObjectState os, Object resource)
os
- The output object stream.resource
- The resource to persist.public static Object restore_state(com.arjuna.ats.arjuna.state.InputObjectState ios)
is
- The input object stream.Copyright © 2016 JBoss by Red Hat. All rights reserved.