Package com.openindex.openestate.tool
Class ImmoToolRemoteProject
- java.lang.Object
-
- com.openindex.openestate.tool.ImmoToolProject
-
- com.openindex.openestate.tool.ImmoToolRemoteProject
-
public class ImmoToolRemoteProject extends ImmoToolProject
ImmoToolRemoteProject.- Author:
- Andreas Rudolph
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openindex.openestate.tool.ImmoToolProject
ImmoToolProject.Type
-
-
Constructor Summary
Constructors Constructor Description ImmoToolRemoteProject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetDbClass()AbstractDbDrivergetDbDriver()StringgetDbDriverName()StringgetDbHost()StringgetDbLastLogin()StringgetDbName()intgetDbPort()StringgetDbProtocol()ImmoToolProject.TypegetType()protected voidinit()voidload(Connection c, DbUser user)voidsetDbDriver(AbstractRemoteDbDriver dbDriver)-
Methods inherited from class com.openindex.openestate.tool.ImmoToolProject
create, getAgent, getAgentLogo, getAppDbConnection, getAppDbDriver, getAppDbExtension, getAppInstance, getAppUser, getDbConnection, getDbConnection, getDbExtension, getDbPlugin, getDbPluginNames, getDbPlugins, getDirectory, getIncompatiblePlugins, getName, getProperties, getProperty, getProperty, getTempDirectory, getUser, isLocalProject, isPluginEnabled, isPluginIncompatible, isPluginInstalled, isPluginUsable, isPluginUsable, isPluginUsable, isRemoteProject, isValidProjectDirectory, lookupProjectType, open, openProjectProperties, reloadAgent, reloadAgent, reloadAgentLogo, reloadAgentLogo, reloadPlugins, reloadPlugins, save, saveAgent, saveAgentLogo, setDirectory, setProperties, setProperty, setProperty, setProperty, setProperty, setProperty, unload
-
-
-
-
Method Detail
-
getDbClass
public Class getDbClass()
-
getDbDriver
public AbstractDbDriver getDbDriver()
- Specified by:
getDbDriverin classImmoToolProject
-
getDbDriverName
public String getDbDriverName()
-
getDbHost
public String getDbHost()
-
getDbLastLogin
public String getDbLastLogin()
-
getDbName
public String getDbName()
-
getDbPort
public int getDbPort()
-
getDbProtocol
public String getDbProtocol()
-
getType
public final ImmoToolProject.Type getType()
- Specified by:
getTypein classImmoToolProject
-
init
protected void init() throws IOException- Overrides:
initin classImmoToolProject- Throws:
IOException
-
load
public void load(Connection c, DbUser user) throws SQLException, IOException
- Overrides:
loadin classImmoToolProject- Throws:
SQLExceptionIOException
-
setDbDriver
public void setDbDriver(AbstractRemoteDbDriver dbDriver)
-
-