Package org.jboss.cache.invocation

Examples of org.jboss.cache.invocation.NodeInvocationDelegate.initialize()


      // always assume that new nodes do not have data loaded
      un.setDataLoaded(false);
      NodeInvocationDelegate<K, V> nid = new NodeInvocationDelegate(un);

      // Too slow to have these autowired for now.  Look at manually wiring them.
      nid.initialize(configuration, invocationContextContainer, componentRegistry, interceptorChain);
      nid.injectDependencies(cache);
      un.injectDependencies(cache, commandsFactory, lockStrategyFactory);

//      componentRegistry.wireDependencies(nid);
//      componentRegistry.wireDependencies(un);
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.