|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.event.CGLibPropertyGetter
public class CGLibPropertyGetter
Property getter using CGLib's FastMethod instance.
Constructor Summary | |
---|---|
CGLibPropertyGetter(net.sf.cglib.reflect.FastMethod fastMethod)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
get(EventBean obj)
Return the value for the property in the event object specified when the instance was obtained. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CGLibPropertyGetter(net.sf.cglib.reflect.FastMethod fastMethod)
fastMethod
- is the method to use to retrieve a value from the object.Method Detail |
---|
public final java.lang.Object get(EventBean obj) throws PropertyAccessException
EventPropertyGetter
get
in interface EventPropertyGetter
obj
- is the event to get the value of a property from
PropertyAccessException
- to indicate that property access failedpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |