Package org.jgroups.util
Class CustomRejectionPolicy
java.lang.Object
org.jgroups.util.CustomRejectionPolicy
- All Implemented Interfaces:
RejectedExecutionHandler
// TODO: Document this
- Since:
- 1/29/13
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrejectedExecution(Runnable r, ThreadPoolExecutor executor)
-
Field Details
-
NAME
- See Also:
-
custom
-
-
Constructor Details
-
CustomRejectionPolicy
-
-
Method Details
-
rejectedExecution
- Specified by:
rejectedExecutionin interfaceRejectedExecutionHandler
-