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 Class
getDbClass()
AbstractDbDriver
getDbDriver()
String
getDbDriverName()
String
getDbHost()
String
getDbLastLogin()
String
getDbName()
int
getDbPort()
String
getDbProtocol()
ImmoToolProject.Type
getType()
protected void
init()
void
load(Connection c, DbUser user)
void
setDbDriver(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:
getDbDriver
in 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:
getType
in classImmoToolProject
-
init
protected void init() throws IOException
- Overrides:
init
in classImmoToolProject
- Throws:
IOException
-
load
public void load(Connection c, DbUser user) throws SQLException, IOException
- Overrides:
load
in classImmoToolProject
- Throws:
SQLException
IOException
-
setDbDriver
public void setDbDriver(AbstractRemoteDbDriver dbDriver)
-
-