Package org.jvnet.glassfish.comms.replication.sessmgmt

Examples of org.jvnet.glassfish.comms.replication.sessmgmt.ModifiedSessionFactory


public class ReplicatedSipTransactionModifiedSessionStrategyBuilder
    extends SipStrategyBuilder {

    protected void setSessionFactory(SipTransactionPersistentManager mgr) {
        mgr.setSessionFactory(new ModifiedSessionFactory());
    }
View Full Code Here

TOP

Related Classes of org.jvnet.glassfish.comms.replication.sessmgmt.ModifiedSessionFactory

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.