public interface CurrentConnectionOperations
Modifier and Type | Method and Description |
---|---|
void |
end(Coordinator tx,
otid_t otid,
boolean success) |
void |
resume(Coordinator tx,
otid_t otid) |
int |
rmid() |
void |
start(Coordinator tx,
otid_t otid) |
void |
suspend(Coordinator tx,
otid_t otid) |
short |
thread_model() |
void start(Coordinator tx, otid_t otid)
void suspend(Coordinator tx, otid_t otid)
void resume(Coordinator tx, otid_t otid)
void end(Coordinator tx, otid_t otid, boolean success)
short thread_model()
int rmid()
Copyright © 2021 JBoss by Red Hat. All rights reserved.