Class MasterPersistenceMechanism

java.lang.Object
com.aoindustries.aoserv.master.MasterPersistenceMechanism
All Implemented Interfaces:
PersistenceMechanism

public class MasterPersistenceMechanism extends Object implements PersistenceMechanism
Stores the information directly in the master server. Each instance should be used only within a single database transaction. For another transaction, create a new instance.
Author:
AO Industries, Inc.