public interface QueueNotifier
Modifier and Type | Method and Description |
---|---|
void |
fireEnlistedJobInfo(JobInfo info) |
void |
fireExecutedJobInfo(JobInfo info,
java.lang.Object result) |
void |
fireFailedJobInfo(JobInfo info,
java.lang.Throwable throwable) |
void |
fireStartedJobInfo(JobInfo info) |
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.