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
 PluggableObjectType PluggableObjectEntry.getType()
           
static PluggableObjectType PluggableObjectType.valueOf(java.lang.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 are declared.
 

Methods in com.espertech.esper.epl.spec with parameters of type PluggableObjectType
 void PluggableObjectCollection.addObject(java.lang.String namespace, java.lang.String name, java.lang.Class clazz, PluggableObjectType type)
          Add a single object to the collection.
 void PluggableObjectCollection.addObject(java.lang.String namespace, java.lang.String name, java.lang.Class clazz, PluggableObjectType type, java.io.Serializable configuration)
          Add a single object to the collection also adding additional configuration.
 

Constructors in com.espertech.esper.epl.spec with parameters of type PluggableObjectType
PluggableObjectEntry(PluggableObjectType type, java.io.Serializable customConfigs)
           
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com