com.explosion.datastream.exql
Class EXQLModuleManager
java.lang.Object
com.explosion.datastream.exql.EXQLModuleManager
- All Implemented Interfaces:
- com.explosion.expf.ExpModuleManager
public class EXQLModuleManager
- extends java.lang.Object
- implements com.explosion.expf.ExpModuleManager
Author: Stephen Cowx
Date: Dec 9, 2002
Time: 11:48:47 PM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXQLModuleManager
public EXQLModuleManager()
initialiseGui
public void initialiseGui()
throws java.lang.Exception
- Specified by:
initialiseGui
in interface com.explosion.expf.ExpModuleManager
- Throws:
java.lang.Exception
rebuildOpenMenu
public void rebuildOpenMenu()
throws java.lang.Exception
- Throws:
java.lang.Exception
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion
in interface com.explosion.expf.ExpModuleManager
getName
public java.lang.String getName()
- Specified by:
getName
in interface com.explosion.expf.ExpModuleManager
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface com.explosion.expf.ExpModuleManager
applyPreferences
public void applyPreferences()
initialiseCore
public void initialiseCore(java.util.Properties properties)
- This method initilialises the core properties as well as the driver descriptor manager
and the COnnection Descriptor Manager.
To override the default use of driver.propeties with another file, make sure the name of the file
you want to use ins in the properties passed into this method under the key EXQLConstants.DRIVER_PROPERTIES_FILE_NAME_OVERRIDE
and that the file is in the classpath
- Specified by:
initialiseCore
in interface com.explosion.expf.ExpModuleManager
- Parameters:
properties
- - See Also:
ExpModuleManager.initialiseCore(java.util.Properties)
getPreferences
public java.util.Vector getPreferences()
- Specified by:
getPreferences
in interface com.explosion.expf.ExpModuleManager
getPreference
public com.explosion.utilities.preferences.Preference getPreference(java.lang.String preferenceName)
- Specified by:
getPreference
in interface com.explosion.expf.ExpModuleManager
getPreferencesEditor
public javax.swing.JPanel getPreferencesEditor()
- Specified by:
getPreferencesEditor
in interface com.explosion.expf.ExpModuleManager
getGlobalListener
public com.explosion.expf.ExpActionListener getGlobalListener()
- Specified by:
getGlobalListener
in interface com.explosion.expf.ExpModuleManager
instance
public static EXQLModuleManager instance()
getPreferenceRoot
public java.lang.String getPreferenceRoot()
Copyright © 2003-2005 Explosion I.T.. All Rights Reserved.