-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public class Retainable implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description Retainable()
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()voidswigReleaseOwnership()voidswigTakeOwnership()voidclose()voidretain()voidrelease()voidsetIs_closing(boolean value)booleangetIs_closing()static voidinvokeRetain(SWIGTYPE_p_void ctx)static voidinvokeRelease(SWIGTYPE_p_void ctx)-
-
Method Detail
-
delete
synchronized void delete()
-
swigReleaseOwnership
void swigReleaseOwnership()
-
swigTakeOwnership
void swigTakeOwnership()
-
close
void close()
-
retain
void retain()
-
release
void release()
-
setIs_closing
void setIs_closing(boolean value)
-
getIs_closing
boolean getIs_closing()
-
invokeRetain
static void invokeRetain(SWIGTYPE_p_void ctx)
-
invokeRelease
static void invokeRelease(SWIGTYPE_p_void ctx)
-
-
-
-