메소드 | 설명 | |
---|---|---|
Call ( |
||
Synchronizer ( Scriptable obj ) : Rhino |
Create a new synchronized function from an existing one. Create a new synchronized function from an existing one. |
|
Synchronizer ( Scriptable obj, object syncObject ) : Rhino |
Create a new synchronized function from an existing one using an explicit object as synchronization object. Create a new synchronized function from an existing one using an explicit object as synchronization object. |
public Call ( |
||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
리턴 | object |
public Synchronizer ( Scriptable obj ) : Rhino | ||
obj | Scriptable | the existing function |
리턴 | Rhino |
public Synchronizer ( Scriptable obj, object syncObject ) : Rhino | ||
obj | Scriptable | the existing function |
syncObject | object | the object to synchronized on |
리턴 | Rhino |