org.jboss.cache
Class PessimisticNodeFactory<K,V>
java.lang.Object
org.jboss.cache.AbstractNodeFactory<K,V>
org.jboss.cache.PessimisticNodeFactory<K,V>
- All Implemented Interfaces:
- NodeFactory<K,V>
Deprecated. will be removed along with optimistic and pessimistic locking.
@Deprecated
public class PessimisticNodeFactory<K,V>
- extends AbstractNodeFactory<K,V>
Node factory specific to pessimistic locking.
- Since:
- 3.0
- Author:
- Manik Surtani (manik AT jboss DOT org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PessimisticNodeFactory
public PessimisticNodeFactory()
- Deprecated.
createInternalNode
protected UnversionedNode<K,V> createInternalNode(Object childName,
Fqn fqn,
NodeSPI<K,V> parent,
Map<K,V> data)
- Deprecated.
- Overrides:
createInternalNode
in class AbstractNodeFactory<K,V>
Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.