|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.analyze.lib.graph.AnalyzerStorageProxyImpl
public class AnalyzerStorageProxyImpl
The Class AnalyzerStorageProxyImpl.
Field Summary |
---|
Fields inherited from interface org.ow2.clif.analyze.api.graph.datasource.RawDataRead |
---|
RAW_DATA_READ |
Constructor Summary | |
---|---|
AnalyzerStorageProxyImpl()
Instantiates a new analyzer storage proxy impl. |
Method Summary | |
---|---|
void |
bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
|
long |
countValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
java.lang.String YFieldLabel)
Count values for the giving field label. |
java.lang.Object[][] |
getAllFieldsValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
java.lang.String XFieldLabel,
java.lang.String YFieldLabel,
int start,
int end,
int count)
Get the values for the X and Y fields. |
BladeDescriptor[] |
getBladeDescriptor(java.lang.String testName,
BladeFilter filter)
Get the blade descriptor from a test and a blade filter |
BladeEvent[] |
getBladeEvents(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
EventFilter filter,
long fromIndex,
int count)
Get the blade events |
java.lang.Object[][] |
getBladeEventsValues(BladeEvent[] bladeEventList,
java.lang.String XFieldLabel,
java.lang.String YFieldLabel)
Get the values for the X and Y fields. |
java.lang.String[] |
getBladesIds(java.lang.String testName)
Get the baldes' ids. |
java.lang.String[] |
getEventFieldLabels(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel)
Get the events fields labels. |
java.lang.String[] |
getEventsTypeLabels(java.lang.String testName,
java.lang.String bladeId)
Get the events labels. |
java.lang.Object[][] |
getFieldsValues(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
java.lang.String XFieldLabel,
java.lang.String YFieldLabel,
int start,
int end,
int count)
Get the values for the X and Y fields. |
long |
getLifecycleCompleted(java.lang.String testName,
java.lang.String bladeId)
Life-cycle Completed |
long |
getLifecycleRunning(java.lang.String testName,
java.lang.String bladeId)
Life-cycle Running |
long |
getMaxTimeFor(java.lang.String testName,
java.lang.String bladeId)
Gets the max time for. |
BladeDescriptor[] |
getTestPlan(java.lang.String testName,
BladeFilter filter)
Get the tests' names. |
java.lang.String[] |
getTestsNames()
Get the tests' names. |
java.lang.String[] |
listFc()
|
java.lang.Object |
lookupFc(java.lang.String clientItfName)
|
void |
unbindFc(java.lang.String clientItfName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalyzerStorageProxyImpl()
Method Detail |
---|
public void bindFc(java.lang.String clientItfName, java.lang.Object serverItf) throws org.objectweb.fractal.api.NoSuchInterfaceException, org.objectweb.fractal.api.control.IllegalBindingException, org.objectweb.fractal.api.control.IllegalLifeCycleException
bindFc
in interface org.objectweb.fractal.api.control.BindingController
org.objectweb.fractal.api.NoSuchInterfaceException
org.objectweb.fractal.api.control.IllegalBindingException
org.objectweb.fractal.api.control.IllegalLifeCycleException
public java.lang.String[] listFc()
listFc
in interface org.objectweb.fractal.api.control.BindingController
public java.lang.Object lookupFc(java.lang.String clientItfName)
lookupFc
in interface org.objectweb.fractal.api.control.BindingController
public void unbindFc(java.lang.String clientItfName) throws org.objectweb.fractal.api.NoSuchInterfaceException, org.objectweb.fractal.api.control.IllegalBindingException, org.objectweb.fractal.api.control.IllegalLifeCycleException
unbindFc
in interface org.objectweb.fractal.api.control.BindingController
org.objectweb.fractal.api.NoSuchInterfaceException
org.objectweb.fractal.api.control.IllegalBindingException
org.objectweb.fractal.api.control.IllegalLifeCycleException
public long countValues(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, java.lang.String YFieldLabel)
RawDataRead
countValues
in interface RawDataRead
testName
- the test run namebladeId
- the blade ideventTypeLabel
- the event type labelYFieldLabel
- the Y field label
public java.lang.String[] getBladesIds(java.lang.String testName)
RawDataRead
getBladesIds
in interface RawDataRead
testName
- the test run name
public java.lang.String[] getEventFieldLabels(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel)
RawDataRead
getEventFieldLabels
in interface RawDataRead
testName
- the test run namebladeId
- the blade identifier from the given test runeventTypeLabel
- the label of the event type
public java.lang.String[] getEventsTypeLabels(java.lang.String testName, java.lang.String bladeId)
RawDataRead
getEventsTypeLabels
in interface RawDataRead
testName
- the test run namebladeId
- the blade identifier
public java.lang.Object[][] getFieldsValues(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, java.lang.String XFieldLabel, java.lang.String YFieldLabel, int start, int end, int count)
RawDataRead
getFieldsValues
in interface RawDataRead
testName
- the test run namebladeId
- the blade identifier from the given test runeventTypeLabel
- the label of the event typeXFieldLabel
- the label of the X fieldYFieldLabel
- the label of the Y fieldstart
- the startend
- the endcount
- the count
public java.lang.String[] getTestsNames()
RawDataRead
getTestsNames
in interface RawDataRead
public long getMaxTimeFor(java.lang.String testName, java.lang.String bladeId)
RawDataRead
getMaxTimeFor
in interface RawDataRead
testName
- the test namebladeId
- the blade id
public BladeDescriptor[] getTestPlan(java.lang.String testName, BladeFilter filter) throws ClifException
RawDataRead
getTestPlan
in interface RawDataRead
ClifException
public java.lang.Object[][] getAllFieldsValues(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, java.lang.String XFieldLabel, java.lang.String YFieldLabel, int start, int end, int count)
RawDataRead
getAllFieldsValues
in interface RawDataRead
public long getLifecycleRunning(java.lang.String testName, java.lang.String bladeId)
RawDataRead
getLifecycleRunning
in interface RawDataRead
testName
- a test namebladeId
- a blade ID
public long getLifecycleCompleted(java.lang.String testName, java.lang.String bladeId)
RawDataRead
getLifecycleCompleted
in interface RawDataRead
testName
- a test namebladeId
- a blade ID
public BladeEvent[] getBladeEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter, long fromIndex, int count) throws ClifException
RawDataRead
getBladeEvents
in interface RawDataRead
ClifException
public java.lang.Object[][] getBladeEventsValues(BladeEvent[] bladeEventList, java.lang.String XFieldLabel, java.lang.String YFieldLabel)
RawDataRead
getBladeEventsValues
in interface RawDataRead
public BladeDescriptor[] getBladeDescriptor(java.lang.String testName, BladeFilter filter)
RawDataRead
getBladeDescriptor
in interface RawDataRead
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |