|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.AbstractNodeFactory<K,V>
org.jboss.cache.PessimisticNodeFactory<K,V>
@Deprecated public class PessimisticNodeFactory<K,V>
Node factory specific to pessimistic locking.
Field Summary |
---|
Fields inherited from class org.jboss.cache.AbstractNodeFactory |
---|
cache, commandsFactory, componentRegistry, configuration, dataContainer, interceptorChain, invocationContextContainer, useVersionedNode |
Constructor Summary | |
---|---|
PessimisticNodeFactory()
Deprecated. |
Method Summary | |
---|---|
protected UnversionedNode<K,V> |
createInternalNode(java.lang.Object childName,
Fqn fqn,
NodeSPI<K,V> parent,
java.util.Map<K,V> data)
Deprecated. |
Methods inherited from class org.jboss.cache.AbstractNodeFactory |
---|
createChildNode, createInternalNode, createNode, createNode, createNode, createNode, createRootNode, createWrappedNode, createWrappedNode, createWrappedNodeForRemoval, injectDependencies |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PessimisticNodeFactory()
Method Detail |
---|
protected UnversionedNode<K,V> createInternalNode(java.lang.Object childName, Fqn fqn, NodeSPI<K,V> parent, java.util.Map<K,V> data)
createInternalNode
in class AbstractNodeFactory<K,V>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |