|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.vaevent.RevisionGetterParameters
public class RevisionGetterParameters
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 |
---|
public RevisionGetterParameters(java.lang.String propertyName, int propertyNumber, EventPropertyGetter fullGetter, int[] authoritySets)
propertyName
- the property this getspropertyNumber
- the property numberfullGetter
- the getter of the base event to use, if anyauthoritySets
- is the group numbers that the getter may access to obtain a property valueMethod Detail |
---|
public int[] getPropertyGroups()
public int getPropertyNumber()
public EventPropertyGetter getBaseGetter()
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |