Uses of Interface
org.objectweb.cjdbc.scenario.tools.components.ComponentInterface

Packages that use ComponentInterface
org.objectweb.cjdbc.scenario.basic Basic regression testing scenario 
org.objectweb.cjdbc.scenario.templates Basic templates for scenario.  
org.objectweb.cjdbc.scenario.tools.components Management of test components, like the controller start/stop and the databases start/stop mechanism 
org.objectweb.cjdbc.scenario.tools.components.backend Management of generic database components 
org.objectweb.cjdbc.scenario.tools.components.backend.hsqldb Management of hypersonic components 
org.objectweb.cjdbc.scenario.tools.components.controller Management of controller components 
 

Uses of ComponentInterface in org.objectweb.cjdbc.scenario.basic
 

Fields in org.objectweb.cjdbc.scenario.basic declared as ComponentInterface
(package private)  ComponentInterface StartStopDatabaseScenario.hsql1
           
 

Uses of ComponentInterface in org.objectweb.cjdbc.scenario.templates
 

Fields in org.objectweb.cjdbc.scenario.templates declared as ComponentInterface
protected  ComponentInterface MultipleBackendsRaidb1Template.hm3
           
protected  ComponentInterface MultipleBackendsRaidb1Template.hm4
           
protected  ComponentInterface MultipleBackendsRaidb1Template.hm5
           
protected  ComponentInterface MultipleBackendsRaidb1Template.hm6
           
protected  ComponentInterface MultipleBackendsRaidb1Template.hm7
           
protected  ComponentInterface MultipleBackendsRaidb1Template.hm8
           
protected  ComponentInterface MultipleBackendsRaidb1Template.hm9
           
protected  ComponentInterface MultipleBackendsRaidb1Template.hm10
           
protected  ComponentInterface SimpleHorizontalTemplate.hm1
           
protected  ComponentInterface SimpleHorizontalTemplate.hm2
           
protected  ComponentInterface SimpleHorizontalTemplate.hm3
           
protected  ComponentInterface SimpleHorizontalTemplate.hm4
           
protected  ComponentInterface SimpleRaidb1Template.hm1
           
protected  ComponentInterface SimpleRaidb1Template.hm2
           
protected  ComponentInterface SimpleRaidb1Template.controllerProcess
           
protected  ComponentInterface SimpleRaidb0Template.hm1
           
protected  ComponentInterface SimpleRaidb0Template.hm2
           
protected  ComponentInterface ExtendedRaidb1RecoveryTemplate.hm1
           
protected  ComponentInterface ExtendedRaidb1RecoveryTemplate.hm2
           
protected  ComponentInterface ExtendedRaidb1RecoveryTemplate.hm3
           
protected  ComponentInterface ExtendedRaidb1RecoveryTemplate.hm4
           
protected  ComponentInterface SQLInjectionTemplate.hm1
           
protected  ComponentInterface SQLInjectionTemplate.hm2
           
protected  ComponentInterface SQLInjectionTemplate.hm3
           
protected  ComponentInterface Raidb1RecoveryTemplate.hm1
           
protected  ComponentInterface Raidb1RecoveryTemplate.hm2
           
protected  ComponentInterface Raidb1RecoveryTemplate.hm3
           
protected  ComponentInterface DatabaseTemplate.hm1
           
protected  ComponentInterface OneHundredTablesRaidb1Template.hm1
           
protected  ComponentInterface OneHundredTablesRaidb1Template.hm2
           
protected  ComponentInterface SimpleRaidb0WithLargeDatabaseTemplate.hm1
           
protected  ComponentInterface SimpleRaidb0WithLargeDatabaseTemplate.hm2
           
protected  ComponentInterface SimpleRaidb2Template.hm1
           
protected  ComponentInterface SimpleRaidb2Template.hm2
           
protected  ComponentInterface HorizontalWithRecoveryTemplate.hm5
           
protected  ComponentInterface HorizontalWithRecoveryTemplate.hm6
           
 

Uses of ComponentInterface in org.objectweb.cjdbc.scenario.tools.components
 

Methods in org.objectweb.cjdbc.scenario.tools.components that return ComponentInterface
 ComponentInterface ComponentManager.instanciateProcess(java.lang.String port)
          Instaciate a process managed by this component manager on the given port This used the default configuration file returned by the getDefaultConfigurationFile method
abstract  ComponentInterface ComponentManager.instanciateProcess(java.lang.String port, java.lang.String configurationFile)
          Instaciate a process managed by this component manager on the given port
 ComponentInterface ComponentManager.startComponent(java.lang.String port, java.lang.String database)
          Starts component on the given port with the given database
 ComponentInterface ComponentManager.startComponent(java.lang.String port)
          Starts component on the given port
 ComponentInterface ComponentManager.start(java.lang.String port, java.lang.String database)
          Starts database component on the given port with the given database
 ComponentInterface ComponentManager.start(java.lang.String port)
          Starts database component on the given port with the default database
 ComponentInterface ComponentManagerInterface.instanciateProcess(java.lang.String port)
          Instaciate a process managed by this component manager on the given port This used the default configuration file returned by the getDefaultConfigurationFile method
 ComponentInterface ComponentManagerInterface.instanciateProcess(java.lang.String port, java.lang.String configurationFile)
          Instaciate a process managed by this component manager on the given port
 ComponentInterface ComponentManagerInterface.startComponent(java.lang.String port, java.lang.String database)
          Starts component on the given port with the given database
 ComponentInterface ComponentManagerInterface.startComponent(java.lang.String port)
          Starts component on the given port
 ComponentInterface ComponentManagerInterface.start(java.lang.String port, java.lang.String database)
          Starts database component on the given port with the given database
 ComponentInterface ComponentManagerInterface.start(java.lang.String port)
          Starts database component on the given port with the default configuration
 

Methods in org.objectweb.cjdbc.scenario.tools.components with parameters of type ComponentInterface
 void ComponentManager.stop(ComponentInterface process)
          Stop Hsql.
 void ComponentManagerInterface.stop(ComponentInterface process)
          Stop Hsql.
 

Uses of ComponentInterface in org.objectweb.cjdbc.scenario.tools.components.backend
 

Methods in org.objectweb.cjdbc.scenario.tools.components.backend that return ComponentInterface
 ComponentInterface DatabaseManager.instanciateProcess(java.lang.String port, java.lang.String database)
           
 

Uses of ComponentInterface in org.objectweb.cjdbc.scenario.tools.components.backend.hsqldb
 

Classes in org.objectweb.cjdbc.scenario.tools.components.backend.hsqldb that implement ComponentInterface
 class HypersonicProcess
          This class defines a HyperSonicProcess
 

Uses of ComponentInterface in org.objectweb.cjdbc.scenario.tools.components.controller
 

Classes in org.objectweb.cjdbc.scenario.tools.components.controller that implement ComponentInterface
 class ControllerProcess
          This class defines a ControllerProcess
 

Methods in org.objectweb.cjdbc.scenario.tools.components.controller that return ComponentInterface
 ComponentInterface ControllerManager.instanciateProcess(java.lang.String port, java.lang.String configurationFile)
           
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.