org.ccnx.android.services.ccnd.CcndService Class Reference
CCNxService specialization for ccnd.
More...
List of all members.
Public Member Functions |
void | runService () |
Static Public Attributes |
static final String | CLASS_TAG = "CCNxCCNdService" |
Protected Member Functions |
void | onStartService (Intent intent) |
void | createKeystore (String dir_name, String keystore_name) |
void | stopService () |
native void | ccndCreate () |
native void | ccndRun () |
native void | ccndDestroy () |
native void | kill () |
native void | setenv (String key, String value, int overwrite) |
Static Protected Attributes |
static final String[] | libs = { "controller" } |
Detailed Description
CCNxService specialization for ccnd.
The CCND keystore directory is created MODE_PRIVATE. This only works if it is on the internal storage, not an sdcard.
The ccnd unix domain socket is created in the keystore directory, so obviously that cannot be used with MODE_PRIVATE. At the present, nothing using the unix domain socket on Android.
The documentation for this class was generated from the following file:
- CCNx-Android-Services/src/org/ccnx/android/services/ccnd/CcndService.java