public class FilePlugin extends java.lang.Object implements IPersistenceProvider
Constructor and Description |
---|
FilePlugin()
Initialize filesystem in plugins/filePlugin
|
Modifier and Type | Method and Description |
---|---|
void |
Clear() |
void |
EndTransaction(boolean commit)
Ends a transaction
|
ICommandDAO |
GetCommandDAO()
gets the command DAO
|
IGameDAO |
GetGameDAO()
Gets the game DAO
|
IUserDAO |
GetUserDAO()
Gets the user DAO
|
void |
StartTransaction() |
public void Clear()
Clear
in interface IPersistenceProvider
public void StartTransaction()
StartTransaction
in interface IPersistenceProvider
public void EndTransaction(boolean commit)
IPersistenceProvider
EndTransaction
in interface IPersistenceProvider
public IUserDAO GetUserDAO()
IPersistenceProvider
GetUserDAO
in interface IPersistenceProvider
public IGameDAO GetGameDAO()
IPersistenceProvider
GetGameDAO
in interface IPersistenceProvider
public ICommandDAO GetCommandDAO()
IPersistenceProvider
GetCommandDAO
in interface IPersistenceProvider