org.ccnx.android.examples.startup.NonBlockingStartup.NonBlockingWorker Class Reference
List of all members.
Public Member Functions |
| NonBlockingWorker () |
| Create a worker thread to handle all the CCNx calls.
|
synchronized void | stop () |
| Exit the worker thread, but keep services running.
|
synchronized void | shutdown () |
| Exit the worker thread and shutdown services.
|
void | run () |
| Runnable method.
|
void | newCCNxStatus (SERVICE_STATUS st) |
| Called from CCNxServiceControl.
|
Protected Attributes |
final CountDownLatch | _latch = new CountDownLatch(1) |
final Context | _context |
CCNxServiceControl | _ccnxService |
Static Protected Attributes |
static final String | TAG = "NonBlockingWorker" |
The documentation for this class was generated from the following file:
- apps/CCNx-Android-StartupExamples/src/org/ccnx/android/examples/startup/NonBlockingStartup.java