Class HSqlDbMailExtension
- java.lang.Object
-
- com.openindex.openestate.tool.mail.extensions.DbMailAdapter
-
- com.openindex.openestate.tool.mail.db.hsql.HSqlDbMailExtension
-
- All Implemented Interfaces:
BasicExtension
,DbMailExtension
,org.pf4j.ExtensionPoint
@Extension(points=DbMailExtension.class) public class HSqlDbMailExtension extends DbMailAdapter
HSqlDbMailExtension.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description static String
RESOURCE_PATH
-
Constructor Summary
Constructors Constructor Description HSqlDbMailExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbMailAccountHandler
getAccountHandler()
DbMailMessageHandler
getMessageHandler()
String[]
getRequiredProcedures()
String[]
getRequiredViews()
String[]
getSupportedDrivers()
String
getUninstallQuery()
DbUpdateHandler
getUpdateHandler()
void
install(Connection c)
void
repair(Connection c, AbstractDbDriver driver)
-
Methods inherited from class com.openindex.openestate.tool.mail.extensions.DbMailAdapter
getRequiredPluginIds, isSupportedDriver
-
-
-
-
Field Detail
-
RESOURCE_PATH
public static final String RESOURCE_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAccountHandler
public final DbMailAccountHandler getAccountHandler()
- Specified by:
getAccountHandler
in interfaceDbMailExtension
- Specified by:
getAccountHandler
in classDbMailAdapter
-
getMessageHandler
public final DbMailMessageHandler getMessageHandler()
- Specified by:
getMessageHandler
in interfaceDbMailExtension
- Specified by:
getMessageHandler
in classDbMailAdapter
-
getRequiredProcedures
public final String[] getRequiredProcedures()
- Specified by:
getRequiredProcedures
in interfaceDbMailExtension
- Specified by:
getRequiredProcedures
in classDbMailAdapter
-
getRequiredViews
public final String[] getRequiredViews()
- Specified by:
getRequiredViews
in interfaceDbMailExtension
- Specified by:
getRequiredViews
in classDbMailAdapter
-
getSupportedDrivers
public String[] getSupportedDrivers()
- Specified by:
getSupportedDrivers
in interfaceDbMailExtension
- Specified by:
getSupportedDrivers
in classDbMailAdapter
-
getUninstallQuery
public String getUninstallQuery() throws IOException
- Specified by:
getUninstallQuery
in interfaceDbMailExtension
- Specified by:
getUninstallQuery
in classDbMailAdapter
- Throws:
IOException
-
getUpdateHandler
public DbUpdateHandler getUpdateHandler()
- Specified by:
getUpdateHandler
in interfaceDbMailExtension
- Specified by:
getUpdateHandler
in classDbMailAdapter
-
install
public void install(Connection c) throws IOException, SQLException
- Specified by:
install
in interfaceDbMailExtension
- Specified by:
install
in classDbMailAdapter
- Throws:
IOException
SQLException
-
repair
public void repair(Connection c, AbstractDbDriver driver) throws SQLException
- Specified by:
repair
in interfaceDbMailExtension
- Overrides:
repair
in classDbMailAdapter
- Throws:
SQLException
-
-