org.jboss.ejb.plugins.cmp.jdbc
Class LockingStrategy.AbstractStrategy

java.lang.Object
  extended by org.jboss.ejb.plugins.cmp.jdbc.LockingStrategy.AbstractStrategy
All Implemented Interfaces:
LockingStrategy
Enclosing interface:
LockingStrategy

public static class LockingStrategy.AbstractStrategy
extends Object
implements LockingStrategy


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.ejb.plugins.cmp.jdbc.LockingStrategy
LockingStrategy.AbstractStrategy
 
Field Summary
 
Fields inherited from interface org.jboss.ejb.plugins.cmp.jdbc.LockingStrategy
GROUP, MODIFIED, NONE, READ, VERSION
 
Constructor Summary
LockingStrategy.AbstractStrategy()
           
 
Method Summary
 void accessed(JDBCCMPFieldBridge field, EntityEnterpriseContext ctx)
           
 void changed(JDBCCMPFieldBridge field, EntityEnterpriseContext ctx)
           
 void loaded(JDBCCMPFieldBridge field, EntityEnterpriseContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockingStrategy.AbstractStrategy

public LockingStrategy.AbstractStrategy()
Method Detail

loaded

public void loaded(JDBCCMPFieldBridge field,
                   EntityEnterpriseContext ctx)
Specified by:
loaded in interface LockingStrategy

accessed

public void accessed(JDBCCMPFieldBridge field,
                     EntityEnterpriseContext ctx)
Specified by:
accessed in interface LockingStrategy

changed

public void changed(JDBCCMPFieldBridge field,
                    EntityEnterpriseContext ctx)
Specified by:
changed in interface LockingStrategy


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.