com.espertech.esper.event.vaevent
Class RevisionGetterParameters

java.lang.Object
  extended by com.espertech.esper.event.vaevent.RevisionGetterParameters

public class RevisionGetterParameters
extends java.lang.Object

Getter parameters for revision events.


Constructor Summary
RevisionGetterParameters(java.lang.String propertyName, int propertyNumber, EventPropertyGetter fullGetter, int[] authoritySets)
          Ctor.
 
Method Summary
 EventPropertyGetter getBaseGetter()
          Returns the getter for the base event type.
 int[] getPropertyGroups()
          Returns the group numbers to look for updated properties comparing version numbers.
 int getPropertyNumber()
          Returns the property number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevisionGetterParameters

public RevisionGetterParameters(java.lang.String propertyName,
                                int propertyNumber,
                                EventPropertyGetter fullGetter,
                                int[] authoritySets)
Ctor.

Parameters:
propertyName - the property this gets
propertyNumber - the property number
fullGetter - the getter of the base event to use, if any
authoritySets - is the group numbers that the getter may access to obtain a property value
Method Detail

getPropertyGroups

public int[] getPropertyGroups()
Returns the group numbers to look for updated properties comparing version numbers.

Returns:
groups

getPropertyNumber

public int getPropertyNumber()
Returns the property number.

Returns:
property number

getBaseGetter

public EventPropertyGetter getBaseGetter()
Returns the getter for the base event type.

Returns:
base getter

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com