Package org.jvnet.glassfish.comms.replication.dialogmgmt

Examples of org.jvnet.glassfish.comms.replication.dialogmgmt.HADialogFragment


            // Taking the max of all the SSes would be possible, but would
            // require (part) of all the other trees to be loaded as well.
            // We assume that this is a rare case and the worst that can
            // happen is that the DF only times out long after all the SSes
            // have timed out, which is no big deal.
            HADialogFragment df = (HADialogFragment) getDF();
            if (df != null) {
                df.setExpirationTime(this);
            }
            addToUnitOfWork();
        }
    }
View Full Code Here

TOP

Related Classes of org.jvnet.glassfish.comms.replication.dialogmgmt.HADialogFragment

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.