public class KeyedSemaphore extends Object
Constructor and Description |
---|
KeyedSemaphore() |
Modifier and Type | Method and Description |
---|---|
void |
enterIOCriticalSection(String key) |
void |
leaveIOCriticalSection(String key) |
void |
remove(String key) |
public void leaveIOCriticalSection(String key)
public void remove(String key)
public void enterIOCriticalSection(String key) throws IOException
IOException
Copyright © 2015. All Rights Reserved.