|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationMethodRef | |
---|---|
net.esper.client | This package defines the central Esper Client APIs. |
net.esper.eql.core | Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
Uses of ConfigurationMethodRef in net.esper.client |
---|
Fields in net.esper.client with type parameters of type ConfigurationMethodRef | |
---|---|
protected Map<String,ConfigurationMethodRef> |
Configuration.methodInvocationReferences
Map of class name and configuration for method invocations on that class. |
Methods in net.esper.client that return types with arguments of type ConfigurationMethodRef | |
---|---|
Map<String,ConfigurationMethodRef> |
ConfigurationInformation.getMethodInvocationReferences()
Returns a map of class name and cache configurations, for use in method invocations in the from-clause of methods provided by the class. |
Map<String,ConfigurationMethodRef> |
Configuration.getMethodInvocationReferences()
|
Methods in net.esper.client with parameters of type ConfigurationMethodRef | |
---|---|
void |
Configuration.addMethodRef(Class clazz,
ConfigurationMethodRef methodInvocationConfig)
Adds a cache configuration for a class providing methods for use in the from-clause. |
void |
Configuration.addMethodRef(String className,
ConfigurationMethodRef methodInvocationConfig)
Adds a cache configuration for a class providing methods for use in the from-clause. |
Uses of ConfigurationMethodRef in net.esper.eql.core |
---|
Methods in net.esper.eql.core that return ConfigurationMethodRef | |
---|---|
ConfigurationMethodRef |
EngineImportServiceImpl.getConfigurationMethodRef(String className)
|
ConfigurationMethodRef |
EngineImportService.getConfigurationMethodRef(String className)
Returns the method invocation caches for the from-clause for a class. |
Method parameters in net.esper.eql.core with type arguments of type ConfigurationMethodRef | |
---|---|
void |
EngineImportServiceImpl.addMethodRefs(Map<String,ConfigurationMethodRef> configs)
Adds cache configs for method invocations for from-clause. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |