public class ServerFactory extends Object
Constructor and Description |
---|
ServerFactory() |
Modifier and Type | Method and Description |
---|---|
static ServerControl |
create_subtransaction(Uid actUid,
Coordinator realCoord,
Terminator realTerm,
ServerControl parent) |
static ServerControl |
create_transaction(Uid u,
Control parentControl,
ArjunaTransactionImple parentImpl,
Coordinator realCoord,
Terminator realTerm,
int time_out) |
static Status |
getCurrentStatus(Uid uid) |
static Status |
getOSStatus(Uid u) |
static Status |
getStatus(Uid u) |
public static Status getCurrentStatus(Uid uid) throws SystemException
SystemException
public static Status getStatus(Uid u) throws NoTransaction, SystemException
NoTransaction
SystemException
public static Status getOSStatus(Uid u) throws NoTransaction, SystemException
NoTransaction
SystemException
public static ServerControl create_transaction(Uid u, Control parentControl, ArjunaTransactionImple parentImpl, Coordinator realCoord, Terminator realTerm, int time_out)
public static ServerControl create_subtransaction(Uid actUid, Coordinator realCoord, Terminator realTerm, ServerControl parent)
Copyright © 2021 JBoss by Red Hat. All rights reserved.