Package org.jdesktop.wonderland.server.spatial

Examples of org.jdesktop.wonderland.server.spatial.UniverseTxnRunnable


            // either a commit or an abort.
            final MapUpdateTransactionParticipant fp =
                    new MapUpdateTransactionParticipant(id, indexMap);

            AppContext.getManager(UniverseManager.class).runTxnRunnable(
                    new UniverseTxnRunnable()
            {
                public void run(TransactionProxy txnProxy) {
                    logger.fine("Join transaction " + txnProxy.getCurrentTransaction() +
                                " on " + ServerProximityListenerRecord.this +
                                " participant: " + fp);
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.server.spatial.UniverseTxnRunnable

Copyright © 2018 www.massapicom. 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.