|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadWriteLock | |
|---|---|
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
| oracle.ide.net | Provides a virtual file system framework based on java.net.URL. |
| oracle.javatools.buffer | The TextBuffer package assists in the manipulation of in-memory text content, whether it is read-only text, or read-write text. |
| oracle.javatools.editor.folding | Provides classes and interfaces for supporting collapsible source code blocks in the code editor. |
| oracle.jdeveloper.audit.model | The base classes for defining the Audit object model. |
| Uses of ReadWriteLock in oracle.ide.model |
|---|
| Methods in oracle.ide.model that return ReadWriteLock | |
|---|---|
protected ReadWriteLock |
Node.nodeLock()Gets the node lock, a ReadWriteLock used to protect node state. |
| Uses of ReadWriteLock in oracle.ide.net |
|---|
| Methods in oracle.ide.net that return ReadWriteLock | |
|---|---|
static ReadWriteLock |
JarUtil.getLock(java.net.URL url)Get the lock used to synchronize access to a JAR file across multiple threads in the calling process. |
| Uses of ReadWriteLock in oracle.javatools.buffer |
|---|
| Fields in oracle.javatools.buffer declared as ReadWriteLock | |
|---|---|
protected ReadWriteLock |
AbstractTextBuffer.bufferLockThe lock used for read/write locking. |
| Methods in oracle.javatools.buffer with parameters of type ReadWriteLock | |
|---|---|
static TextBuffer |
TextBufferFactory.createTextBuffer(ReadWriteLock lockToUse)Creates a new empty instance of the TextBuffer using a default implementation. |
static MultiLock |
MultiLock.getCopyLock(ReadWriteLock src, ReadWriteLock dest)Get an instance suitable for copying from a source to a destination. |
static MultiLock |
MultiLock.getReadLock(ReadWriteLock... locks)Get an instance which obtains read locks. |
static MultiLock |
MultiLock.getWriteLock(ReadWriteLock... locks)Get an instance which obtains write locks. |
void |
WriteLockRequestListener.writeRequested(ReadWriteLock lock)Reports that a thread is requesting a write lock. |
| Method parameters in oracle.javatools.buffer with type arguments of type ReadWriteLock | |
|---|---|
static MultiLock |
MultiLock.get(java.util.Collection<ReadWriteLock> read, java.util.Collection<ReadWriteLock> write)Get a lock instance which obtains a mixture of read and write locks. |
static MultiLock |
MultiLock.get(java.util.Collection<ReadWriteLock> read, java.util.Collection<ReadWriteLock> write)Get a lock instance which obtains a mixture of read and write locks. |
| Constructors in oracle.javatools.buffer with parameters of type ReadWriteLock | |
|---|---|
AbstractTextBuffer(ReadWriteLock lockToUse)Initialize this abstract class using the given lock instance to use. |
|
| Uses of ReadWriteLock in oracle.javatools.editor.folding |
|---|
| Fields in oracle.javatools.editor.folding declared as ReadWriteLock | |
|---|---|
protected ReadWriteLock |
DefaultCodeFoldingModel.lock |
| Uses of ReadWriteLock in oracle.jdeveloper.audit.model |
|---|
| Methods in oracle.jdeveloper.audit.model that return ReadWriteLock | |
|---|---|
protected ReadWriteLock |
ModelAdapter.getLock() |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||