Java ReentrantLock getAudioLock()

Here you can find the source of getAudioLock()

Description

get Audio Lock

License

Open Source License

Declaration

public static ReentrantLock getAudioLock() 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

import java.util.concurrent.locks.ReentrantLock;

public class Main {
    private static ReentrantLock audioLock = new ReentrantLock();

    public static ReentrantLock getAudioLock() {
        return audioLock;
    }//ww w.  ja v  a  2s. c o  m
}

Related

  1. getActivityLock()
  2. getLock(String id)
  3. getLockInfo(ReentrantLock lock)
  4. isRepair()
  5. lock()