|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.python.modules.synchronize
public class synchronize
Nested Class Summary | |
---|---|
static class |
synchronize.SynchronizedCallable
|
Constructor Summary | |
---|---|
synchronize()
|
Method Summary | |
---|---|
static Object |
_getSync(PyObject obj)
|
static PyObject |
apply_synchronized(PyObject syncObject,
PyObject callable,
PyObject args)
|
static PyObject |
apply_synchronized(PyObject syncObject,
PyObject callable,
PyObject args,
PyDictionary kws)
|
static PyObject |
make_synchronized(PyObject callable)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public synchronize()
Method Detail |
---|
public static Object _getSync(PyObject obj)
public static PyObject apply_synchronized(PyObject syncObject, PyObject callable, PyObject args)
public static PyObject apply_synchronized(PyObject syncObject, PyObject callable, PyObject args, PyDictionary kws)
public static PyObject make_synchronized(PyObject callable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |