public class StatelessJob<Match extends IPatternMatch> extends Job<Match>
Job that uses an IMatchProcessor
on the match of the activation when executed.| Constructor and Description |
|---|
StatelessJob(IncQueryActivationStateEnum incQueryActivationStateEnum,
IMatchProcessor<Match> matchProcessor)
Creates a stateless job for the given state and processor.
|
| Modifier and Type | Method and Description |
|---|---|
IMatchProcessor<Match> |
getMatchProcessor() |
getActivationStatepublic StatelessJob(IncQueryActivationStateEnum incQueryActivationStateEnum, IMatchProcessor<Match> matchProcessor)
public IMatchProcessor<Match> getMatchProcessor()