public abstract static class QueryProcessor.NoHooks extends java.lang.Object implements QueryProcessor
QueryProcessor.NoHooks
Constructor and Description |
---|
NoHooks() |
Modifier and Type | Method and Description |
---|---|
void |
onDeinit(boolean allInstances)
Called when this instance of the processor is deinitialized.
|
void |
onInit(QueryProcessorContext processorContext)
Called when this instance of processor is initialized for the first time.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
process
public void onInit(QueryProcessorContext processorContext) throws java.lang.Exception
QueryProcessor
onInit
in interface QueryProcessor
java.lang.Exception
public void onDeinit(boolean allInstances) throws java.lang.Exception
QueryProcessor
onDeinit
in interface QueryProcessor
allInstances
- Hint indicating whether all instances of the processor
are going to be deinitialized, or only this one.java.lang.Exception
Copyright © 2013 Dassault Systèmes, All Rights Reserved.