Merge branch 'executor-example' of https://github.com/brunobat/tomee
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/5659ee9a Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/5659ee9a Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/5659ee9a Branch: refs/heads/master Commit: 5659ee9a86f0f86118a6403bf94376b4fdf5beb4 Parents: c1f9d19 2aaca11 Author: Jonathan Gallimore <[email protected]> Authored: Thu Dec 6 20:20:11 2018 +0000 Committer: Jonathan Gallimore <[email protected]> Committed: Thu Dec 6 20:20:11 2018 +0000 ---------------------------------------------------------------------- examples/concurrency-utils/pom.xml | 68 ++++++++++ .../executor/ManagedScheduledService.java | 129 ++++++++++++++++++ .../org/superbiz/executor/ManagedService.java | 95 ++++++++++++++ .../superbiz/executor/ThreadFactoryService.java | 71 ++++++++++ .../executor/ManagedScheduledServiceTest.java | 130 +++++++++++++++++++ .../superbiz/executor/ManagedServiceTest.java | 105 +++++++++++++++ .../executor/ThreadFactoryServiceTest.java | 53 ++++++++ examples/pom.xml | 1 + 8 files changed, 652 insertions(+) ----------------------------------------------------------------------
