- Common ways to obtain SubordinateATCoordinator
private void myMethod () {SubordinateATCoordinator s =
String coordinatorId;SubordinateATCoordinator.getRecoveredCoordinator(coordinatorId)
Uid uid;SubordinateATCoordinator.getRecoveredCoordinator(uid.stringForm())
- Smart code suggestions by Codota
}
/** * initiate synchronization afterCompletion processing for the bridged-to transaction following a * successful commit */ public void commitVolatile() { coordinator.commitVolatile(); }
/** * this is called as part of the after completion processing and should ensure that the interposed * coordinator performs its afterCompletion processing * @throws WrongStateException * @throws SystemException */ public void commit() throws WrongStateException, SystemException { coordinator.commitVolatile(); }
/** * this is called as part of the after completion processing and should ensure that the interposed * coordinator performs its afterCompletion processing * @throws WrongStateException * @throws SystemException */ public void commit() throws WrongStateException, SystemException { coordinator.commitVolatile(); }
/** * this is called as part of the after completion processing and should ensure that the interposed * coordinator performs its afterCompletion processing * @throws WrongStateException * @throws SystemException */ public void commit() throws WrongStateException, SystemException { coordinator.commitVolatile(); }