public interface OnePhaseResource
Modifier and Type | Method and Description |
---|---|
int |
commit()
Return values from TwoPhaseOutcome to indicate success or failure.
|
void |
pack(OutputObjectState os) |
int |
rollback()
Return values from TwoPhaseOutcome to indicate success or failure.
|
void |
unpack(InputObjectState os) |
int commit()
int rollback()
void pack(OutputObjectState os) throws IOException
IOException
void unpack(InputObjectState os) throws IOException
IOException
Copyright © 2016 JBoss by Red Hat. All rights reserved.