Uses of Class
org.ow2.clif.supervisor.api.ClifException
-
Packages that use ClifException Package Description org.ow2.clif.analyze.api org.ow2.clif.analyze.lib.basic Analyzer component implementation providing a GUI for browsing test runs and proceed with basic statistical analysis.org.ow2.clif.analyze.lib.graph.gui org.ow2.clif.analyze.lib.graph.util org.ow2.clif.analyze.lib.quickstat org.ow2.clif.analyze.statistics org.ow2.clif.deploy org.ow2.clif.probe.cpu org.ow2.clif.probe.disk org.ow2.clif.probe.jmx_jvm org.ow2.clif.probe.memory org.ow2.clif.probe.network org.ow2.clif.probe.rtp org.ow2.clif.probe.util org.ow2.clif.scenario.isac.engine org.ow2.clif.scenario.isac.util org.ow2.clif.scenario.multithread org.ow2.clif.scenario.util org.ow2.clif.server.api org.ow2.clif.server.lib org.ow2.clif.server.util org.ow2.clif.storage.api org.ow2.clif.storage.lib.filestorage org.ow2.clif.supervisor.api org.ow2.clif.supervisor.lib org.ow2.clif.util -
-
Uses of ClifException in org.ow2.clif.analyze.api
Methods in org.ow2.clif.analyze.api that throw ClifException Modifier and Type Method Description longAnalyzerExternalAccess. countEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter)Counts the number of available events matching a given filter.java.util.PropertiesAnalyzerExternalAccess. getBladeProperties(java.lang.String testName, java.lang.String bladeId)Gets the java system properties for the given blade from the given test run.java.io.SerializableAnalyzerExternalAccess. getEventIterator(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter)Creates an event iterator.BladeEvent[]AnalyzerExternalAccess. getNextEvents(java.io.Serializable iteratorKey, int count)Gets next events from the given event iterator.BladeDescriptor[]AnalyzerExternalAccess. getTestPlan(java.lang.String testName, BladeFilter filter)Gets the test plan definition for a given test run name.TestDescriptor[]AnalyzerExternalAccess. getTests(TestFilter filter)Gets a list of test runs matching a given filter. -
Uses of ClifException in org.ow2.clif.analyze.lib.basic
Methods in org.ow2.clif.analyze.lib.basic that throw ClifException Modifier and Type Method Description longAnalyzerImpl. countEvents(java.lang.String test, java.lang.String blade, java.lang.String eventTypeLabel, EventFilter filter)java.util.PropertiesAnalyzerImpl. getBladeProperties(java.lang.String testName, java.lang.String bladeId)java.io.SerializableAnalyzerImpl. getEventIterator(java.lang.String test, java.lang.String blade, java.lang.String eventTypeLabel, EventFilter filter)BladeEvent[]AnalyzerImpl. getEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter, long fromIndex, int count)BladeEvent[]AnalyzerImpl. getNextEvents(java.io.Serializable iteratorKey, int count)BladeDescriptor[]AnalyzerImpl. getTestPlan(java.lang.String testName, BladeFilter filter)TestDescriptor[]AnalyzerImpl. getTests(TestFilter filter) -
Uses of ClifException in org.ow2.clif.analyze.lib.graph.gui
Methods in org.ow2.clif.analyze.lib.graph.gui that throw ClifException Modifier and Type Method Description BladeDescriptor[]DataAccess. getBladeDescriptor(java.lang.String testName, NameBladeFilter filter) -
Uses of ClifException in org.ow2.clif.analyze.lib.graph.util
Methods in org.ow2.clif.analyze.lib.graph.util that throw ClifException Modifier and Type Method Description longStorageReadHelper. countEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter)java.util.PropertiesStorageReadHelper. getBladeProperties(java.lang.String testName, java.lang.String bladeId)java.io.SerializableStorageReadHelper. getEventIterator(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter)BladeEvent[]StorageReadHelper. getEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter, long fromIndex, int count)BladeEvent[]StorageReadHelper. getNextEvents(java.io.Serializable iteratorKey, int count)BladeDescriptor[]StorageReadHelper. getTestPlan(java.lang.String testName, BladeFilter filter)TestDescriptor[]StorageReadHelper. getTests(TestFilter filter) -
Uses of ClifException in org.ow2.clif.analyze.lib.quickstat
Methods in org.ow2.clif.analyze.lib.quickstat that throw ClifException Modifier and Type Method Description voidTestStats. compute(QuickstatProgress monitor)The first call to this method actually reads measures and computes statistics.static TestDescriptorTestStats. getLatestTest(StorageRead sr)voidTestStats. report(java.io.PrintStream out)First calls the compute method() to make sure the statistics are ready, then prints the report into the provided stream.Constructors in org.ow2.clif.analyze.lib.quickstat that throw ClifException Constructor Description TestStats(StorageRead storage)Initiates a simple statistical report generator for the latest test execution in the provided storage object.TestStats(StorageRead storage, java.lang.String testName)Initiates a simple statistical report generator for the given test execution in the provided storage object. -
Uses of ClifException in org.ow2.clif.analyze.statistics
Methods in org.ow2.clif.analyze.statistics that throw ClifException Modifier and Type Method Description abstract voidAbstractAnalyst. addProfilingData(BladeStoreReader r, EventFilter f)voidCpuAnalyst. addProfilingData(BladeStoreReader reader, EventFilter filter)voidInjectorAnalyst. addProfilingData(BladeStoreReader reader, EventFilter filter)voidJvmAnalyst. addProfilingData(BladeStoreReader reader, EventFilter filter)voidMemoryAnalyst. addProfilingData(BladeStoreReader reader, EventFilter filter)voidAnalyzerImpl. analyzeTest(java.lang.String testName)java.util.List<BladeEvent>BladeStoreReader. getAllEvents(java.lang.String eventTypeLabel)static EventFactoryBladeStoreReader. getEventFactory(java.lang.String eventTypeLabel)java.util.List<BladeEvent>BladeStoreReader. getEvents(java.lang.String eventTypeLabel, EventFilter filter)java.util.List<Datum>BladeDatumReader. getProfilingData(EventFilter filter)BladeDescriptor[]FileStoreReader. getTestPlan(java.lang.String testName, BladeFilter filter)TestDescriptor[]FileStoreReader. getTests(TestFilter filter)Constructors in org.ow2.clif.analyze.statistics that throw ClifException Constructor Description LifeCycleReader(BladeStoreReader bladeReader) -
Uses of ClifException in org.ow2.clif.deploy
Methods in org.ow2.clif.deploy that throw ClifException Modifier and Type Method Description voidClifAppFacade. changeParameter(java.lang.String bladeId, java.lang.String name, java.lang.String text)voidClifAppFacade. deploy(java.util.Map<java.lang.String,ClifDeployDefinition> definitions, ClifRegistry registry)Asynchronously deploys blades among CLIF servers according to the given definitions.voidClifAppFacade. init(java.lang.String testId)Init selected blades if global state is deployedvoidClifAppFacade. syncDeploy(java.util.Map<java.lang.String,ClifDeployDefinition> definitions, ClifRegistry registry)Synchronous version of deploy method (returns when deployment is complete). -
Uses of ClifException in org.ow2.clif.probe.cpu
Constructors in org.ow2.clif.probe.cpu that throw ClifException Constructor Description Insert() -
Uses of ClifException in org.ow2.clif.probe.disk
Methods in org.ow2.clif.probe.disk that throw ClifException Modifier and Type Method Description protected voidInsert. setExtraArguments(java.util.List<java.lang.String> args)Constructors in org.ow2.clif.probe.disk that throw ClifException Constructor Description Insert() -
Uses of ClifException in org.ow2.clif.probe.jmx_jvm
Methods in org.ow2.clif.probe.jmx_jvm that throw ClifException Modifier and Type Method Description voidInsert_JRockit5. setExtraArguments(java.util.List<java.lang.String> arg_probe_config)voidInsert. setExtraArguments(java.util.List<java.lang.String> arg_probe_config) -
Uses of ClifException in org.ow2.clif.probe.memory
Constructors in org.ow2.clif.probe.memory that throw ClifException Constructor Description Insert() -
Uses of ClifException in org.ow2.clif.probe.network
Methods in org.ow2.clif.probe.network that throw ClifException Modifier and Type Method Description protected voidInsert. setExtraArguments(java.util.List<java.lang.String> args)Constructors in org.ow2.clif.probe.network that throw ClifException Constructor Description Insert() -
Uses of ClifException in org.ow2.clif.probe.rtp
Methods in org.ow2.clif.probe.rtp that throw ClifException Modifier and Type Method Description protected voidInsert. setExtraArguments(java.util.List<java.lang.String> arg_probe_config) -
Uses of ClifException in org.ow2.clif.probe.util
Methods in org.ow2.clif.probe.util that throw ClifException Modifier and Type Method Description voidAbstractDumbInsert. changeParameter(java.lang.String parameter, java.io.Serializable value)protected voidAbstractDumbInsert. close()Override this method when you are willing to release some resources when the probe ends its activity.voidAbstractDumbInsert. setArgument(java.lang.String arg)Sets sampling period duration parameters.protected voidAbstractDumbInsert. setExtraArguments(java.util.List<java.lang.String> extraArgs)Override this method when you are willing to pass some extra parameters to the Insert, below the sampling period and duration standard arguments. -
Uses of ClifException in org.ow2.clif.scenario.isac.engine
Methods in org.ow2.clif.scenario.isac.engine that throw ClifException Modifier and Type Method Description voidIsacExtendedEngine. changeParameter(java.lang.String parameter, java.io.Serializable value)voidIsacExtendedEngine. init(java.io.Serializable arg)voidIsacExtendedEngine. setArgument(java.lang.String argument) -
Uses of ClifException in org.ow2.clif.scenario.isac.util
Methods in org.ow2.clif.scenario.isac.util that throw ClifException Modifier and Type Method Description voidBooleanHolder. setBooleanValue(java.lang.String value)Sets this boolean value according to a string representation of a boolean. -
Uses of ClifException in org.ow2.clif.scenario.multithread
Methods in org.ow2.clif.scenario.multithread that throw ClifException Modifier and Type Method Description voidMTScenario. changeParameter(java.lang.String parameter, java.io.Serializable value)voidMTScenario. init(java.io.Serializable testId)initializes a new test, creating and starting the given number of activity threads, and returns as soon as every thread has been actually startedabstract MTScenarioSessionMTScenario. newSession(int sessionId, java.lang.String arg) -
Uses of ClifException in org.ow2.clif.scenario.util
Methods in org.ow2.clif.scenario.util that throw ClifException Modifier and Type Method Description voidSynchroBladeInsert. setArgument(java.lang.String argument)Binds this Insert component in the CLIF/Fractal registry using the provided domain name. -
Uses of ClifException in org.ow2.clif.server.api
Methods in org.ow2.clif.server.api that throw ClifException Modifier and Type Method Description org.objectweb.fractal.api.ComponentClifServerControl. addBlade(java.lang.String adlDefinition, java.util.Map context, java.lang.String bladeId, java.lang.String argument)voidBladeControl. changeParameter(java.lang.String parameter, java.io.Serializable value)Sets the parameterparameterof this blade with the valuevalue.voidActivityControl. init(java.io.Serializable testId)Initialize the activityvoidClifServerControl. removeAllBlades()voidClifServerControl. removeBlade(java.lang.String bladeId)voidBladeControl. setArgument(java.lang.String argument)Sets the scenario argument string. -
Uses of ClifException in org.ow2.clif.server.lib
Methods in org.ow2.clif.server.lib that throw ClifException Modifier and Type Method Description org.objectweb.fractal.api.ComponentClifServerImpl. addBlade(java.lang.String adlDefinition, java.util.Map adlParams, java.lang.String bladeId, java.lang.String argument)Creates a new blade component managed by this Clif server from an ADL definition.voidBladeInsertAdapterImpl. changeParameter(java.lang.String parameter, java.io.Serializable value)asynchronously changes a parameter of the bladestatic voidClifServerImpl. create(java.lang.String name, ClifRegistry registry)Creates a CLIF server in current/local Fractal environment, and binds it with the given name in the given registry.voidClifServerImpl. removeAllBlades()Removes every blade from this CLIF server, and clears the CLIF class loader cache.voidClifServerImpl. removeBlade(java.lang.String id)Removes a blade from this Clif server.voidBladeInsertAdapterImpl. setArgument(java.lang.String argument)Sets blade argument. -
Uses of ClifException in org.ow2.clif.server.util
Methods in org.ow2.clif.server.util that throw ClifException Modifier and Type Method Description static booleanEventStorageState. setEventStorageState(java.util.Map<java.lang.String,java.lang.Object> eventStorageStatesMap, java.lang.String parameter, java.io.Serializable value)Utility for changeParameter(). -
Uses of ClifException in org.ow2.clif.storage.api
Methods in org.ow2.clif.storage.api that throw ClifException Modifier and Type Method Description longStorageRead. countEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter)Counts the number of available events matching a given filter.protected static BladeEventProbeEvent. fillEvent(java.lang.String separator, java.lang.String line, ProbeEvent event)java.util.PropertiesStorageRead. getBladeProperties(java.lang.String testName, java.lang.String bladeId)Gets the java system properties for the given blade from the given test runjava.io.SerializableStorageRead. getEventIterator(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter)Creates an event iterator.BladeEvent[]StorageRead. getEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter, long fromIndex, int count)Retrieves a given number of events matching a given filter, from a given index.BladeEvent[]StorageRead. getNextEvents(java.io.Serializable iteratorKey, int count)Gets next events from the given event iterator.BladeDescriptor[]StorageRead. getTestPlan(java.lang.String testName, BladeFilter filter)Gets the test plan definition for a given test run name.TestDescriptor[]StorageRead. getTests(TestFilter filter)Gets a list of test runs matching a given filter.BladeEventEventFactory. makeEvent(java.lang.String separator, java.lang.String line)voidStorageAdmin. newTest(java.io.Serializable testId, java.util.Map<java.lang.String,ClifDeployDefinition> definitions)Informs the storage system about the beginning of a new testvoidStorageProxyAdmin. newTest(java.io.Serializable testId)Informs the storage system of a new local testvoidStorageWrite. write(BladeEvent event)Write a ActionStat to the storage system. -
Uses of ClifException in org.ow2.clif.storage.lib.filestorage
Methods in org.ow2.clif.storage.lib.filestorage that throw ClifException Modifier and Type Method Description longConsoleFileStorageImpl. countEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter)longFileStorageReader. countEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter)java.util.PropertiesConsoleFileStorageImpl. getBladeProperties(java.lang.String testName, java.lang.String bladeId)java.util.PropertiesFileStorageReader. getBladeProperties(java.lang.String testName, java.lang.String bladeId)java.io.SerializableConsoleFileStorageImpl. getEventIterator(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter)java.io.SerializableFileStorageReader. getEventIterator(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter)BladeEvent[]ConsoleFileStorageImpl. getEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter, long fromIndex, int count)BladeEvent[]FileStorageReader. getEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter, long fromIndex, int count)BladeEvent[]ConsoleFileStorageImpl. getNextEvents(java.io.Serializable iteratorKey, int count)BladeEvent[]FileStorageReader. getNextEvents(java.io.Serializable iteratorKey, int count)BladeDescriptor[]ConsoleFileStorageImpl. getTestPlan(java.lang.String testName, BladeFilter filter)BladeDescriptor[]FileStorageReader. getTestPlan(java.lang.String testName, BladeFilter filter)TestDescriptor[]ConsoleFileStorageImpl. getTests(TestFilter filter)TestDescriptor[]FileStorageReader. getTests(TestFilter filter)voidConsoleFileStorageImpl. newTest(java.io.Serializable testId, java.util.Map<java.lang.String,ClifDeployDefinition> testPlan)Inform the storage system the beginning of a new testvoidFileStorageProxyImpl. newTest(java.io.Serializable testId)Initializes the storage directories for the new testvoidFileStorageProxyImpl. write(BladeEvent event)Writes a blade event in the storage system.Constructors in org.ow2.clif.storage.lib.filestorage that throw ClifException Constructor Description FileStorageReader()Creates a new access to CLIF storage, using the default storage directory location.FileStorageReader(java.lang.String path, boolean create)Creates a new access to CLIF storage -
Uses of ClifException in org.ow2.clif.supervisor.api
Methods in org.ow2.clif.supervisor.api that throw ClifException Modifier and Type Method Description voidTestControl. changeParameter(java.lang.String bladeId, java.lang.String name, java.io.Serializable text) -
Uses of ClifException in org.ow2.clif.supervisor.lib
Methods in org.ow2.clif.supervisor.lib that throw ClifException Modifier and Type Method Description voidSupervisorImpl. changeParameter(java.lang.String bladeId, java.lang.String name, java.io.Serializable value)Changes a blade parameter value.voidSupervisorImpl. init(java.io.Serializable testId)Initializes a new test for every blade in the deployed test plan. -
Uses of ClifException in org.ow2.clif.util
Methods in org.ow2.clif.util that throw ClifException Modifier and Type Method Description voidNetConfHelper. startServer(java.net.InetSocketAddress localAddr)Start the server part.voidNetConfHelper. stopServer()Stop the server part
-