Project Wonder 5.0.0.8787

er.extensions.eof
Class ERXAdaptorOperationWrapper

java.lang.Object
  extended by er.extensions.eof.ERXAdaptorOperationWrapper
All Implemented Interfaces:
Serializable

public class ERXAdaptorOperationWrapper
extends Object
implements Serializable

This class is a wrapper for the EOAdaptorOperation class in order to serialized the information from an EOAdaptorOperation to files. It can used for example by ERXDatabaseContextDelegate to serialize operations to disk, useful for cross database replications.

Author:
david@cluster9.com, ak moved stuff from ERXEOAccessUtilities to here
See Also:
Serialized Form

Field Summary
static String AdaptorOperationsDidPerformNotification
           
static NSRecursiveLock adaptorOperationsLock
           
static Logger log
           
 
Constructor Summary
ERXAdaptorOperationWrapper(EOAdaptorOperation aop)
           
 
Method Summary
static void adaptorOperationsDidPerform(NSArray ops)
           
 EOAdaptorOperation operation()
           
static void performWrappedAdaptorOperations(NSArray ops)
          Unwraps and performs the supplied adaptor operations.
static NSArray wrappedAdaptorOperations(NSArray adaptorOps)
          Returns an array of ERXAdaptorOperations that can be serialzed to the transport of your choice.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final Logger log

adaptorOperationsLock

public static final NSRecursiveLock adaptorOperationsLock

AdaptorOperationsDidPerformNotification

public static final String AdaptorOperationsDidPerformNotification
See Also:
Constant Field Values
Constructor Detail

ERXAdaptorOperationWrapper

public ERXAdaptorOperationWrapper(EOAdaptorOperation aop)
Method Detail

operation

public EOAdaptorOperation operation()

wrappedAdaptorOperations

public static NSArray wrappedAdaptorOperations(NSArray adaptorOps)
Returns an array of ERXAdaptorOperations that can be serialzed to the transport of your choice.

Parameters:
adaptorOps -

performWrappedAdaptorOperations

public static void performWrappedAdaptorOperations(NSArray ops)
Unwraps and performs the supplied adaptor operations.

Parameters:
ops -

adaptorOperationsDidPerform

public static void adaptorOperationsDidPerform(NSArray ops)

Last updated: Wed, Jan 7, 2009 • 04:35 AM EST

Copyright © 2002 – 2007 Project Wonder.