Interface ViewFactory
-
- All Known Implementing Classes:
ViewProxyFactory
public interface ViewFactoryA factory of views.Enables easier testing of service and transaction adapters:
UserServiceAdapterandUserTransactionAdapter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForkcreateFork(long nativeHandle, Cleaner cleaner)Creates a new owning fork.SnapshotcreateSnapshot(long nativeHandle, Cleaner cleaner)Creates a new owning snapshot.
-