This is an automated email from the ASF dual-hosted git repository.
yasith pushed a change to branch feat/single-jvm
in repository https://gitbox.apache.org/repos/asf/airavata.git
from 75ca7d7217 refactor: all background services implement IServer directly
add 5f45e1f2a8 refactor: migrate IServer implementations to run()-based
lifecycle
No new revisions were added by this update.
Summary of changes:
.../apache/airavata/api/server/AiravataServer.java | 59 +++------
.../org/apache/airavata/common/utils/IServer.java | 12 +-
.../ComputationalResourceMonitoringService.java | 93 ++++++++------
.../db/event/manager/DBEventManagerRunner.java | 36 ++----
.../helix/impl/controller/HelixController.java | 52 ++------
.../helix/impl/participant/GlobalParticipant.java | 34 +----
.../helix/impl/workflow/ParserWorkflowManager.java | 71 +++++------
.../helix/impl/workflow/PostWorkflowManager.java | 79 ++++++------
.../helix/impl/workflow/PreWorkflowManager.java | 79 ++++++------
.../helix/impl/workflow/WorkflowManager.java | 4 +-
.../metadata/analyzer/DataInterpreterService.java | 78 +++++++-----
.../rescheduler/ProcessReschedulingService.java | 77 +++++++-----
.../apache/airavata/monitor/AbstractMonitor.java | 125 +++----------------
.../airavata/monitor/email/EmailBasedMonitor.java | 137 +++++++++++++++------
.../airavata/monitor/realtime/RealtimeMonitor.java | 126 ++++++++++++++-----
.../patform/monitoring/MonitoringServer.java | 10 +-
.../src/main/resources/airavata-server.properties | 10 --
17 files changed, 514 insertions(+), 568 deletions(-)