|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanEventTypeFactory
Interface for a factory for obtaining BeanEventType
instances.
Method Summary | |
---|---|
BeanEventType |
createBeanType(java.lang.String name,
java.lang.Class clazz,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured)
Returns the bean event type for a given class assigning the given name. |
BeanEventType |
createBeanTypeDefaultName(java.lang.Class clazz)
Returns the bean event type for a given class assigning the given name. |
BeanEventType[] |
getCachedTypes()
|
Configuration.PropertyResolutionStyle |
getDefaultPropertyResolutionStyle()
Returns the default property resolution style. |
Method Detail |
---|
BeanEventType createBeanType(java.lang.String name, java.lang.Class clazz, boolean isPreconfiguredStatic, boolean isPreconfigured, boolean isConfigured)
name
- is the nameclazz
- is the class for which to generate an event typeisConfigured
- if the class is a configuration value, false if discoveredisPreconfigured
- if configured before useisPreconfiguredStatic
- if from static engine config
BeanEventType createBeanTypeDefaultName(java.lang.Class clazz)
clazz
- is the class for which to generate an event type
Configuration.PropertyResolutionStyle getDefaultPropertyResolutionStyle()
BeanEventType[] getCachedTypes()
|
© 2006-2011 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 |