Uses of Interface
org.ow2.clif.storage.api.EventFactory
-
Packages that use EventFactory Package Description org.ow2.clif.analyze.statistics org.ow2.clif.storage.api -
-
Uses of EventFactory in org.ow2.clif.analyze.statistics
Methods in org.ow2.clif.analyze.statistics that return EventFactory Modifier and Type Method Description static EventFactoryBladeStoreReader. getEventFactory(java.lang.String eventTypeLabel) -
Uses of EventFactory in org.ow2.clif.storage.api
Methods in org.ow2.clif.storage.api that return EventFactory Modifier and Type Method Description static EventFactoryAbstractEvent. getEventFactory(java.lang.String event_label)Methods in org.ow2.clif.storage.api with parameters of type EventFactory Modifier and Type Method Description protected static voidAbstractEvent. 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.
-