Uses of Interface
org.ow2.clif.storage.api.EventFactory

Packages that use EventFactory
org.ow2.clif.analyze.statistics   
org.ow2.clif.storage.api API (Java interfaces, Fractal component types and generic events) related to events generated by test runs, including their storage and retrieval. 
 

Uses of EventFactory in org.ow2.clif.analyze.statistics
 

Methods in org.ow2.clif.analyze.statistics that return EventFactory
static EventFactory BladeStoreReader.getEventFactory(java.lang.String eventTypeLabel)
           
 

Uses of EventFactory in org.ow2.clif.storage.api
 

Methods in org.ow2.clif.storage.api that return EventFactory
static EventFactory AbstractEvent.getEventFactory(java.lang.String event_label)
           
 

Methods in org.ow2.clif.storage.api with parameters of type EventFactory
protected static void AbstractEvent.registerEventFieldLabels(java.lang.String event_label, java.lang.String[] field_labels, EventFactory factory)
          Registers the given event type label (which must be unique) and associates the fields labels for this event type.