er.extensions.eof
Class ERXAdaptorOperationWrapper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final Logger log
adaptorOperationsLock
public static final NSRecursiveLock adaptorOperationsLock
AdaptorOperationsDidPerformNotification
public static final String AdaptorOperationsDidPerformNotification
- See Also:
- Constant Field Values
ERXAdaptorOperationWrapper
public ERXAdaptorOperationWrapper(EOAdaptorOperation aop)
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)
Copyright © 2002 – 2007 Project Wonder.