Project Wonder 5.0

er.indexing
Class ERIndex.TransactionHandler

java.lang.Object
  extended by er.indexing.ERIndex.TransactionHandler
Direct Known Subclasses:
ERAttributeIndex.AttributeTransactionHandler, ERAutoIndex.AutoTransactionHandler
Enclosing class:
ERIndex

protected abstract class ERIndex.TransactionHandler
extends java.lang.Object


Field Summary
protected  java.util.Map<com.webobjects.eocontrol.EOEditingContext,ERIndex.Transaction> activeChanges
           
 
Method Summary
abstract  void _handleChanges(com.webobjects.foundation.NSNotification n)
           
protected  void addObjectsToIndex(ERIndex.Transaction transaction, com.webobjects.foundation.NSArray<? extends com.webobjects.eocontrol.EOEnterpriseObject> objects)
           
 void clear()
           
protected  void deleteObjectsFromIndex(ERIndex.Transaction transaction, com.webobjects.foundation.NSArray<? extends com.webobjects.eocontrol.EOEnterpriseObject> objects)
           
protected  void registerNotifications()
           
 void submit(ERIndex.Transaction transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activeChanges

protected java.util.Map<com.webobjects.eocontrol.EOEditingContext,ERIndex.Transaction> activeChanges
Method Detail

clear

public void clear()

registerNotifications

protected void registerNotifications()

addObjectsToIndex

protected void addObjectsToIndex(ERIndex.Transaction transaction,
                                 com.webobjects.foundation.NSArray<? extends com.webobjects.eocontrol.EOEnterpriseObject> objects)

deleteObjectsFromIndex

protected void deleteObjectsFromIndex(ERIndex.Transaction transaction,
                                      com.webobjects.foundation.NSArray<? extends com.webobjects.eocontrol.EOEnterpriseObject> objects)

submit

public void submit(ERIndex.Transaction transaction)

_handleChanges

public abstract void _handleChanges(com.webobjects.foundation.NSNotification n)

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.