| Modifier and Type | Field and Description |
|---|---|
| private final Condition | |
| private final ConditionSupportingLock | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | |
| public boolean | |
| public boolean | |
| public boolean | |
| public boolean | |
| pack-priv final PyObject | |
| pack-priv final boolean | |
| pack-priv static final PyObject | Condition___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
|
| pack-priv final boolean | |
| pack-priv final boolean | |
| pack-priv final void | |
| pack-priv final void | |
| pack-priv final void | |
| pack-priv final void | |
| pack-priv final void | |
| public void | |
| public void | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public void | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| public void |
| _condition | back to summary |
|---|---|
| private final Condition _condition | |
| _lock | back to summary |
|---|---|
| private final ConditionSupportingLock _lock | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| Condition | back to summary |
|---|---|
| public Condition() | |
| Condition | back to summary |
|---|---|
| public Condition(ConditionSupportingLock lock) | |
| __enter__ | back to summary |
|---|---|
| public PyObject __enter__(ThreadState ts) Implements org. | |
| __exit__ | back to summary |
|---|---|
| public boolean __exit__(ThreadState ts, PyException exception) Implements org. | |
| _is_owned | back to summary |
|---|---|
| public boolean _is_owned() | |
| acquire | back to summary |
|---|---|
| public boolean acquire() | |
| acquire | back to summary |
|---|---|
| public boolean acquire(boolean blocking) | |
| Condition___enter__ | back to summary |
|---|---|
pack-priv final PyObject Condition___enter__()
| |
| Condition___exit__ | back to summary |
|---|---|
pack-priv final boolean Condition___exit__(PyObject type, PyObject value, PyObject traceback)
| |
| Condition___new__ | back to summary |
|---|---|
pack-priv static final PyObject Condition___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| Condition__is_owned | back to summary |
|---|---|
pack-priv final boolean Condition__is_owned()
| |
| Condition_acquire | back to summary |
|---|---|
pack-priv final boolean Condition_acquire(boolean blocking)
| |
| Condition_notify | back to summary |
|---|---|
pack-priv final void Condition_notify(int count)
| |
| Condition_notify_all | back to summary |
|---|---|
pack-priv final void Condition_notify_all()
| |
| Condition_notifyAll | back to summary |
|---|---|
pack-priv final void Condition_notifyAll()
| |
| Condition_release | back to summary |
|---|---|
pack-priv final void Condition_release()
| |
| Condition_wait | back to summary |
|---|---|
pack-priv final void Condition_wait(PyObject timeout) throws InterruptedException
| |
| notify$ | back to summary |
|---|---|
| public void notify$() | |
| notifyAll$ | back to summary |
|---|---|
| public void notifyAll$() | |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| release | back to summary |
|---|---|
| public void release() | |
| toString | back to summary |
|---|---|
| public String toString() Overrides org. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- | |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |
| wait$ | back to summary |
|---|---|
| public void wait$(PyObject timeout) throws InterruptedException | |