|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.vaevent.RevisionBeanHolder
public class RevisionBeanHolder
Holds revisions for property groups in an overlay strategy.
Constructor Summary | |
---|---|
RevisionBeanHolder(long version,
EventBean eventBean,
EventPropertyGetter[] getters)
Ctor. |
Method Summary | |
---|---|
EventBean |
getEventBean()
Returns the contributing event. |
EventPropertyGetter[] |
getGetters()
Returns getters for event property access. |
java.lang.Object |
getValueForProperty(int propertyNumber)
Returns a property value. |
long |
getVersion()
Returns current version number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevisionBeanHolder(long version, EventBean eventBean, EventPropertyGetter[] getters)
version
- the current versioneventBean
- the new eventgetters
- the gettersMethod Detail |
---|
public long getVersion()
public EventBean getEventBean()
public EventPropertyGetter[] getGetters()
public java.lang.Object getValueForProperty(int propertyNumber)
propertyNumber
- number of property
|
© 2006-2015 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 |