aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src/main/java/org/sonar/process/ProcessCommands.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9590 move shared memory file classes to dedicated packageSébastien Lesaint2017-09-051-85/+0
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-7825 rename ProcessCommands#systemInfoUrl to #httpUrlSébastien Lesaint2016-08-231-2/+2
|
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-051-2/+2
|
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-251-1/+5
|
* SONAR-7435 DefaultProcessCommands close() doesn't throw any exceptionSébastien Lesaint2016-03-211-1/+2
| | | | this make writing try-with-resource easier
* SONAR-7435 add operational flag to shared memory IPCSébastien Lesaint2016-03-211-0/+9
|
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-211-14/+8
| | | | also clean up code of DefaultProcessCommands and fix it's Javadoc which was out of sync with implementation
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* SONAR-7168 fix stop during restart not workingSébastien Lesaint2016-01-131-1/+1
| | | | | lifeCycle transition from RESTARTING to STOPPING should actually _not_ be allowed because it can occur when restarting child processes (the WatcherThreads detects that stop and tries to shutdown all other processes), this fixes the issue by adding a HARD_STOPPING state, representing a not gracefull stop, to which transition from RESTARTING is allowed adds class AllProcessesCommands which implements access to sharedMemory for any process and is now used as the underlying implementation of DefaultProcessCommands. This class allows using a single IO to access sharedMemory from App
* SONAR-7168 add restart request support to ProcessCommandsSébastien Lesaint2016-01-131-0/+16
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
|
* Extract an interface from org.sonar.process.ProcessCommandsSimon Brandhof2015-05-291-107/+9
| | | | | Try to stabilize StopWatcherTest when machine is slow or under pressure. More than 1 second could be spent in the creation of ProcessCommands mock.
* Fix quality flawsSimon Brandhof2015-02-231-3/+6
|
* Fix cleaning of shared memoryEric Hartmann2015-02-211-2/+2
|
* SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of ↵Eric Hartmann2015-02-211-0/+7
| | | | the ProcessCommand
* Revert "SONAR-6036 Try deleting the memory mapped file at JVM termination"Eric Hartmann2015-02-211-4/+1
| | | | This reverts commit 5bea5d7c5dfddf7f824977dd8e3bf93faac66be8.
* SONAR-6036 Try deleting the memory mapped file at JVM terminationEric Hartmann2015-02-211-1/+4
|
* SONAR-6036 Close the shared memory soonerEric Hartmann2015-02-201-1/+7
|
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-201-43/+70
| | | | processes
* SONAR-4898 add missing testsSimon Brandhof2014-09-251-0/+1
|
* Fix quality flawSimon Brandhof2014-09-231-5/+3
|
* SONAR-4898 add sonar.enableStopCommand property for internal useSimon Brandhof2014-09-221-14/+6
|
* SONAR-4898 file-based inter-process communicationSimon Brandhof2014-09-221-0/+125