com.espertech.esper.epl.spec
Class OnTriggerDesc

java.lang.Object
  extended by com.espertech.esper.epl.spec.OnTriggerDesc
All Implemented Interfaces:
MetaDefItem, Serializable
Direct Known Subclasses:
OnTriggerSetDesc, OnTriggerWindowDesc

public abstract class OnTriggerDesc
extends Object
implements MetaDefItem

Specification for on-trigger statements.

See Also:
Serialized Form

Constructor Summary
OnTriggerDesc(OnTriggerType onTriggerType)
          Ctor.
 
Method Summary
 OnTriggerType getOnTriggerType()
          Returns the type of the on-trigger statement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnTriggerDesc

public OnTriggerDesc(OnTriggerType onTriggerType)
Ctor.

Parameters:
onTriggerType - the type of on-trigger
Method Detail

getOnTriggerType

public OnTriggerType getOnTriggerType()
Returns the type of the on-trigger statement.

Returns:
trigger type

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