Package org.agilewiki.jfile.transactions

Examples of org.agilewiki.jfile.transactions.EvaluatorListJidFactory


        Actor f = parent;
        while (!(f instanceof JAFactory)) f = f.getParent();
        JAFactory factory = (JAFactory) f;

        factory.registerActorFactory(EvaluatorActerJidFactory.fac);
        factory.registerActorFactory(new EvaluatorListJidFactory(EVALUATER_LIST_JID_TYPE));
        factory.registerActorFactory(GetIntegerTransactionFactory.fac);
        factory.registerActorFactory(IncrementIntegerTransactionFactory.fac);
        factory.registerActorFactory(AddIntegerTransactionFactory.fac);
    }
View Full Code Here

TOP

Related Classes of org.agilewiki.jfile.transactions.EvaluatorListJidFactory

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.