Package net.jini.core.transaction.server

Examples of net.jini.core.transaction.server.TransactionParticipant.prepare()


        //where a final outcome is available.
        Object response = null;
        try {
            vote = par.prepare(tr.mgr, tr.id);
            response = new Integer(vote);
        } catch (TransactionException bte) {
            vote = ABORTED;
            response = new Integer(vote);
        } catch (RemoteException re) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.