net.esper.core
Interface EventTypeResolutionService

All Known Implementing Classes:
EventTypeResolutionServiceImpl

public interface EventTypeResolutionService

Interface for a service to resolve event names to event type.


Method Summary
 EventType resolveEventType(java.lang.String eventName)
          Return the event type for a given event name.
 

Method Detail

resolveEventType

EventType resolveEventType(java.lang.String eventName)
                           throws EventTypeResolutionException
Return the event type for a given event name.

Parameters:
eventName - is the event name to return type for
Returns:
event type for named event
Throws:
EventTypeResolutionException - to indicate that the event name cannot be resolved