Uses of Class
org.ow2.clif.console.lib.ClifDeployDefinition
-
Packages that use ClifDeployDefinition Package Description org.ow2.clif.console.lib org.ow2.clif.console.lib.gui Swing-based GUI for deploying, controling and monitoring tests from a central "console".org.ow2.clif.deploy org.ow2.clif.storage.api org.ow2.clif.storage.lib.filestorage org.ow2.clif.supervisor.api org.ow2.clif.supervisor.lib -
-
Uses of ClifDeployDefinition in org.ow2.clif.console.lib
Methods in org.ow2.clif.console.lib that return types with arguments of type ClifDeployDefinition Modifier and Type Method Description static java.util.Map<java.lang.String,ClifDeployDefinition>TestPlanReader. readFromProp(java.io.InputStream in)Reads a CLIF test plan definition from the provided input stream, and returns a test plan object, i.e.Method parameters in org.ow2.clif.console.lib with type arguments of type ClifDeployDefinition Modifier and Type Method Description static java.util.Set<java.lang.String>TestPlanReader. getServers(java.util.Collection<ClifDeployDefinition> definitions)Get the set of names of CLIF servers involved in the provided collection of deployment definitions.static voidTestPlanWriter. write2prop(java.io.OutputStream out, java.util.Map<java.lang.String,ClifDeployDefinition> testPlan)voidTestPlanWriter. write2prop(java.util.Map<java.lang.String,ClifDeployDefinition> testPlan) -
Uses of ClifDeployDefinition in org.ow2.clif.console.lib.gui
Methods in org.ow2.clif.console.lib.gui that return types with arguments of type ClifDeployDefinition Modifier and Type Method Description java.util.Map<java.lang.String,ClifDeployDefinition>GuiPanelBladeState. getTestPlan()java.util.Map<java.lang.String,ClifDeployDefinition>TestPlanWindow. getTestPlan()Methods in org.ow2.clif.console.lib.gui with parameters of type ClifDeployDefinition Modifier and Type Method Description protected voidGuiPanelBladeState. insertBlade(java.lang.String id, ClifDeployDefinition def, int row)Inserts a blade at the specified row index of the table.Method parameters in org.ow2.clif.console.lib.gui with type arguments of type ClifDeployDefinition Modifier and Type Method Description voidGuiPanelBladeState. setTestPlan(java.util.Map<java.lang.String,ClifDeployDefinition> testPlan)voidTestPlanWindow. setTestPlan(java.util.Map<java.lang.String,ClifDeployDefinition> testPlan)Constructor parameters in org.ow2.clif.console.lib.gui with type arguments of type ClifDeployDefinition Constructor Description GuiMonitorCard(java.util.Map<java.lang.String,ClifDeployDefinition> testPlan, java.lang.String[] statLabels, ClifAppFacade clifApp)The constructor that will initialize the internal panels.GuiMonitorPanel(java.util.Map<java.lang.String,ClifDeployDefinition> testPlan, ClifAppFacade clifApp)ConstructorGuiPanelBothMonitor(java.util.Map<java.lang.String,ClifDeployDefinition> testPlan, ClifAppFacade clifApp)The constructor that will initialize the internal panels. -
Uses of ClifDeployDefinition in org.ow2.clif.deploy
Fields in org.ow2.clif.deploy with type parameters of type ClifDeployDefinition Modifier and Type Field Description protected java.util.Collection<java.util.Map.Entry<java.lang.String,ClifDeployDefinition>>BladeDeploy. bladeDefsMethods in org.ow2.clif.deploy that return types with arguments of type ClifDeployDefinition Modifier and Type Method Description java.util.Collection<java.util.Map.Entry<java.lang.String,ClifDeployDefinition>>BladeDeploy. getDefinitions()Gets the collection of blade definitions this instance is supposed to deploy.Method parameters in org.ow2.clif.deploy with type arguments of type ClifDeployDefinition Modifier and Type Method Description voidClifAppFacade. deploy(java.util.Map<java.lang.String,ClifDeployDefinition> definitions, ClifRegistry registry)Asynchronously deploys blades among CLIF servers according to the given definitions.voidClifAppFacade. syncDeploy(java.util.Map<java.lang.String,ClifDeployDefinition> definitions, ClifRegistry registry)Synchronous version of deploy method (returns when deployment is complete).Constructor parameters in org.ow2.clif.deploy with type arguments of type ClifDeployDefinition Constructor Description BladeDeploy(java.lang.String serverName, org.objectweb.fractal.api.Component serverComp, java.util.Collection<java.util.Map.Entry<java.lang.String,ClifDeployDefinition>> definitions, java.lang.Object lock)Creates a thread dedicated to deploying a collection of blades in a given CLIF server. -
Uses of ClifDeployDefinition in org.ow2.clif.storage.api
Method parameters in org.ow2.clif.storage.api with type arguments of type ClifDeployDefinition Modifier and Type Method Description voidStorageAdmin. newTest(java.io.Serializable testId, java.util.Map<java.lang.String,ClifDeployDefinition> definitions)Informs the storage system about the beginning of a new test -
Uses of ClifDeployDefinition in org.ow2.clif.storage.lib.filestorage
Fields in org.ow2.clif.storage.lib.filestorage declared as ClifDeployDefinition Modifier and Type Field Description protected ClifDeployDefinitionBladeDescriptorImpl. defMethod parameters in org.ow2.clif.storage.lib.filestorage with type arguments of type ClifDeployDefinition Modifier and Type Method Description voidConsoleFileStorageImpl. newTest(java.io.Serializable testId, java.util.Map<java.lang.String,ClifDeployDefinition> testPlan)Inform the storage system the beginning of a new testConstructors in org.ow2.clif.storage.lib.filestorage with parameters of type ClifDeployDefinition Constructor Description BladeDescriptorImpl(java.io.File bladeDir, java.lang.String bladeId, ClifDeployDefinition definition) -
Uses of ClifDeployDefinition in org.ow2.clif.supervisor.api
Methods in org.ow2.clif.supervisor.api that return types with arguments of type ClifDeployDefinition Modifier and Type Method Description java.util.Map<java.lang.String,ClifDeployDefinition>SupervisorInfo. getDefinitions()Method parameters in org.ow2.clif.supervisor.api with type arguments of type ClifDeployDefinition Modifier and Type Method Description voidSupervisorInfo. setDefinitions(java.util.Map<java.lang.String,ClifDeployDefinition> definitions) -
Uses of ClifDeployDefinition in org.ow2.clif.supervisor.lib
Methods in org.ow2.clif.supervisor.lib that return types with arguments of type ClifDeployDefinition Modifier and Type Method Description java.util.Map<java.lang.String,ClifDeployDefinition>SupervisorImpl. getDefinitions()Gets current test plan definitionMethod parameters in org.ow2.clif.supervisor.lib with type arguments of type ClifDeployDefinition Modifier and Type Method Description voidSupervisorImpl. setDefinitions(java.util.Map<java.lang.String,ClifDeployDefinition> definitions)Sets the test plan definition.
-