Package org.neo4j.smack.pipeline.database.event

Examples of org.neo4j.smack.pipeline.database.event.DatabaseWork.reset()


        long sequenceId = ringBuffer.next();
        DatabaseWork work = ringBuffer.get(sequenceId);

        if(!event.hasFailed()) {
            work.reset(
                    event.getEndpoint(),
                    event.getChannel(),
                    event.getIsPersistentConnection(),
                    event.getPath(),
                    event.getTransactionId(),
View Full Code Here


                    event.getDeserializedContent(),
                    database,
                    txs,
                    txManage);
        } else {
            work.reset(
                    event.getChannel(),
                    event.getIsPersistentConnection()
                    event.getTransactionId(),
                    event.getTransactionMode(),
                    database,
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.