Uses of Class
com.espertech.esper.epl.spec.PluggableObjectType

Packages that use PluggableObjectType
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of PluggableObjectType in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return PluggableObjectType
static PluggableObjectType PluggableObjectType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PluggableObjectType[] PluggableObjectType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.espertech.esper.epl.spec that return types with arguments of type PluggableObjectType
 Map<String,Map<String,Pair<Class,PluggableObjectType>>> PluggableObjectCollection.getPluggables()
          Returns the underlying nested map of namespace keys and name-to-object maps.
 

Methods in com.espertech.esper.epl.spec with parameters of type PluggableObjectType
 void PluggableObjectCollection.addObject(String namespace, String name, Class clazz, PluggableObjectType type)
          Add a single object to the collection.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com