org.ccnx.android.services.CCNxService Class Reference
Generic service wrapper for Android.
More...
List of all members.
|
Public Member Functions |
void | onCreate () |
void | onDestroy () |
int | onStartCommand (Intent intent, int flags, int startId) |
IBinder | onBind (Intent arg0) |
boolean | onUnbind (Intent i) |
void | Load () |
void | run () |
void | setStatus (SERVICE_STATUS st) |
Protected Member Functions |
void | serviceStopped () |
void | dumpOptions () |
abstract void | onStartService (Intent i) |
abstract void | runService () |
abstract void | stopService () |
Protected Attributes |
String | TAG = "CCNxService" |
TreeMap< String, String > | options = new TreeMap<String, String>() |
Thread | thd = null |
Package Attributes |
final RemoteCallbackList
< IStatusCallback > | mCallbacks = new RemoteCallbackList<IStatusCallback>() |
boolean | running |
Detailed Description
Generic service wrapper for Android.
Provides the basic control structure and service abstraction.
The documentation for this class was generated from the following file:
- CCNx-Android-Services/src/org/ccnx/android/services/CCNxService.java