net.esper.eql.spec
Class PatternObserverSpec
java.lang.Object
net.esper.eql.spec.ObjectSpec
net.esper.eql.spec.PatternObserverSpec
- All Implemented Interfaces:
- Serializable, MetaDefItem
public final class PatternObserverSpec
- extends ObjectSpec
Specification for a pattern observer object consists of a namespace, name and object parameters.
- See Also:
- Serialized Form
PatternObserverSpec
public PatternObserverSpec(String namespace,
String objectName,
List<Object> objectParameters)
- Constructor.
- Parameters:
namespace
- if the namespace the object is inobjectName
- is the name of the objectobjectParameters
- is a list of values representing the object parameters