Uses of Class
net.esper.eql.spec.PluggableObjectType

Packages that use PluggableObjectType
net.esper.eql.spec 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 PluggableObjectType in net.esper.eql.spec
 

Methods in net.esper.eql.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 net.esper.eql.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 net.esper.eql.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