com.safi.asterisk
Class lock

java.lang.Object
  extended by com.safi.asterisk.lock

public class lock
extends java.lang.Object


Constructor Summary
lock()
           
 
Method Summary
static int ast_mutex_init(SWIGTYPE_p_ast_mutex_t pmutex)
           
static int ast_mutex_lock(SWIGTYPE_p_ast_mutex_t pmutex)
           
static int ast_mutex_trylock(SWIGTYPE_p_ast_mutex_t pmutex)
           
static int ast_mutex_unlock(SWIGTYPE_p_ast_mutex_t pmutex)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

lock

public lock()
Method Detail

ast_mutex_init

public static int ast_mutex_init(SWIGTYPE_p_ast_mutex_t pmutex)

ast_mutex_lock

public static int ast_mutex_lock(SWIGTYPE_p_ast_mutex_t pmutex)

ast_mutex_trylock

public static int ast_mutex_trylock(SWIGTYPE_p_ast_mutex_t pmutex)

ast_mutex_unlock

public static int ast_mutex_unlock(SWIGTYPE_p_ast_mutex_t pmutex)