Uses of Class
org.jboss.cache.NodeFactory

Packages that use NodeFactory
org.jboss.cache.config   
org.jboss.cache.statetransfer   
 

Uses of NodeFactory in org.jboss.cache.config
 

Methods in org.jboss.cache.config that return NodeFactory
 NodeFactory RuntimeConfig.getNodeFactory()
           
 

Methods in org.jboss.cache.config with parameters of type NodeFactory
 void RuntimeConfig.setNodeFactory(NodeFactory nodeFactory)
           
 

Uses of NodeFactory in org.jboss.cache.statetransfer
 

Methods in org.jboss.cache.statetransfer that return NodeFactory
protected  NodeFactory DefaultStateTransferIntegrator.getFactory()