Public Types | |
enum | REPO_OPTIONS { REPO_DIRECTORY, REPO_DEBUG, REPO_LOCAL, REPO_GLOBAL, REPO_NAMESPACE } |
enum | CCNR_OPTIONS { CCNR_DEBUG, CCNR_DIRECTORY, CCNR_GLOBAL_PREFIX, CCNR_BTREE_MAX_FANOUT, CCNR_BTREE_MAX_LEAF_ENTRIES, CCNR_BTREE_MAX_NODE_BYTES, CCNR_BTREE_NODE_POOL, CCNR_CONTENT_CACHE, CCNR_MIN_SEND_BUFSIZE, CCNR_PROTO, CCNR_LISTEN_ON, CCNR_STATUS_PORT } |
enum | CCNS_OPTIONS { CCNS_DEBUG, CCNS_ENABLE, CCNS_REPO_STORE, CCNS_STABLE_ENABLED, CCNS_FAUX_ERROR, CCNS_HEARTBEAT_MICROS, CCNS_ROOT_ADVISE_FRESH, CCNS_ROOT_ADVISE_LIFETIME, CCNS_NODE_FETCH_LIFETIME, CCNS_MAX_FETCH_BUSY, CCNS_MAX_COMPARES_BUSY, CCNS_NOTE_ERR } |
Public Member Functions | |
RepoWrapper (Context ctx) | |
void | setOption (REPO_OPTIONS key, String value) |
void | setOption (CCNR_OPTIONS key, String value) |
void | setOption (CCNS_OPTIONS key, String value) |
Static Public Attributes | |
static final String | OPTION_LOG_LEVEL_DEFAULT = "WARNING" |
Protected Member Functions | |
Intent | getBindIntent () |
Create an Intent to be issued to bind to the Service. | |
Intent | getStartIntent () |
Create an Intent to be issued to start the Service. |
Intent org.ccnx.android.ccnlib.RepoWrapper.getBindIntent | ( | ) | [protected, virtual] |
Create an Intent to be issued to bind to the Service.
It will be used as the parameter to bindService() This function is useful for adding "extras" to the intent
Implements org.ccnx.android.ccnlib.CCNxWrapper.
Intent org.ccnx.android.ccnlib.RepoWrapper.getStartIntent | ( | ) | [protected, virtual] |
Create an Intent to be issued to start the Service.
It will be used as the parameter to startService() This function is useful for adding "extras" to the intent
Implements org.ccnx.android.ccnlib.CCNxWrapper.