orc.trace.events
Class ChokeEvent
java.lang.Object
   orc.trace.events.Event
orc.trace.events.Event
       orc.trace.events.ChokeEvent
orc.trace.events.ChokeEvent
- All Implemented Interfaces: 
- java.io.Serializable, Locatable, Located, RecordTerm, Term
- public class ChokeEvent 
- extends Event
Thread on right-hand side of a where clause was terminated.
- Author:
- quark
- See Also:
- Serialized Form
 
 
 
 
| Methods inherited from class orc.trace.events.Event | 
| getCursor, getSeq, getSourceLocation, getSourceLocationTerm, getThread, prettyPrint, prettyPrintProperty, setCursor, setSeq, setSourceLocation, setThread, toString | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
store
public Handle<StoreEvent> store
ChokeEvent
public ChokeEvent(StoreEvent store)
prettyPrintProperties
public void prettyPrintProperties(java.io.Writer out,
                                  int indent)
                           throws java.io.IOException
- 
- Overrides:
- prettyPrintPropertiesin class- Event
 
- 
- Throws:
- java.io.IOException
 
getProperty
public Term getProperty(java.lang.String key)
- 
- Specified by:
- getPropertyin interface- RecordTerm
- Overrides:
- getPropertyin class- Event
 
- 
 
getType
public java.lang.String getType()
- Description copied from class: Event
- Return a string name for the type of event. Used in pattern matching.
 
- 
- Specified by:
- getTypein class- Event
 
- 
 
accept
public <V> V accept(Visitor<V> visitor)
- 
- Specified by:
- acceptin class- Event
 
-