|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StreamTypeService
Service supplying stream number and property type information.
Method Summary | |
---|---|
EventType[] |
getEventTypes()
Returns an array of event types for each event stream in the order declared. |
String[] |
getStreamNames()
Returns an array of event stream names in the order declared. |
PropertyResolutionDescriptor |
resolveByPropertyName(String propertyName)
Returns the offset of the stream and the type of the property for the given property name, by looking through the types offered and matching up. |
PropertyResolutionDescriptor |
resolveByStreamAndPropName(String streamName,
String propertyName)
Returns the offset of the stream and the type of the property for the given property name, by using the specified stream name to resolve the property. |
Method Detail |
---|
PropertyResolutionDescriptor resolveByPropertyName(String propertyName) throws DuplicatePropertyException, PropertyNotFoundException
propertyName
- - property name in event
DuplicatePropertyException
- to indicate property was found twice
PropertyNotFoundException
- to indicate property could not be resolvedPropertyResolutionDescriptor resolveByStreamAndPropName(String streamName, String propertyName) throws PropertyNotFoundException, StreamNotFoundException
streamName
- - name of streampropertyName
- - property name in event
PropertyNotFoundException
- to indicate property could not be resolved
StreamNotFoundException
- to indicate stream name could not be resolvedString[] getStreamNames()
EventType[] getEventTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |