public class RunLock extends Object
Allows for preventing concurrent processes owned by the same user.
By default the lock identifier is a constant. If more flexibility is needed, provide a value to SW_LOCK_ID in the seqware settings file.
WARNING: This system will fail to prevent concurrent processes if the value of the SW_LOCK_ID is changed/added/removed in the time between multiple processes acquiring a lock.
Constructor and Description |
---|
RunLock() |
Copyright © 2015 SeqWare. All rights reserved.