|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadWriteLock | |
org.sape.carbon.core.component.proxy | |
org.sape.carbon.core.util.thread | |
org.sape.carbon.services.config.jar | This package contains the jar-file based implementation of the Configuration nodes interfaces. |
Uses of ReadWriteLock in org.sape.carbon.core.component.proxy |
Fields in org.sape.carbon.core.component.proxy declared as ReadWriteLock | |
private ReadWriteLock |
DefaultComponentProxyInvocationHandler.monitor
The monitor object that coordinates read/write calls to the represented component. |
Methods in org.sape.carbon.core.component.proxy that return ReadWriteLock | |
ReadWriteLock |
DefaultComponentProxyInvocationHandler.getMonitor()
Gets the read-lock monitor. |
ReadWriteLock |
ComponentProxyInvocationHandler.getMonitor()
Retrieves the monitor object for the component represented by the proxy object implemented through this invocation handler. |
Uses of ReadWriteLock in org.sape.carbon.core.util.thread |
Classes in org.sape.carbon.core.util.thread that implement ReadWriteLock | |
class |
ReentrantWriterPreferenceReadWriteLock
A writer-preference ReadWriteLock that allows both readers and writers to reacquire read or write locks in the style of a ReentrantLock. |
class |
WriterPreferenceReadWriteLock
A ReadWriteLock that prefers waiting writers over waiting readers when there is contention. |
Uses of ReadWriteLock in org.sape.carbon.services.config.jar |
Fields in org.sape.carbon.services.config.jar declared as ReadWriteLock | |
private ReadWriteLock |
JarFolder.readWriteLock
reference to the jar's monitor |
private ReadWriteLock |
JarConfigurationDocument.readWriteLock
Holds a read/write lock for this jar. |
Methods in org.sape.carbon.services.config.jar that return ReadWriteLock | |
(package private) ReadWriteLock |
JarFolder.getReadWriteLock()
Returns the monitor for this jar. |
Constructors in org.sape.carbon.services.config.jar with parameters of type ReadWriteLock | |
JarFolder(Node parent,
String name,
NodeFactory subFolderFactory,
NodeFactory configurationDocumentFactory,
NodeFactory linkNodeFactory,
ReadWriteLock readWriteLock,
File jarFile,
String jarEntryName)
Constructor for JarFolder. |
|
JarConfigurationDocument(Node parent,
String name,
ConfigurationFormatService formatter,
ReadWriteLock readWriteLock,
File jarFile,
String jarEntryName)
Constructor for JarConfigurationDocument. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |