BaseTaskApi

public abstract class BaseTaskApi
Known Direct Subclasses
Known Indirect Subclasses

Base class for Task API, provides shared logic to load/unload native libs to its C++ counterpart.

Public Methods

synchronized void
close()
Release the memory allocated from C++ and deregister the library from the static holder.
long
boolean

Inherited Methods

Public Methods

public synchronized void close ()

Release the memory allocated from C++ and deregister the library from the static holder.

public long getNativeHandle ()

public boolean isClosed ()