|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.content.Context
android.content.ContextWrapper
android.app.Service
android.app.IntentService
public abstract class IntentService
| Field Summary |
|---|
| Fields inherited from class android.app.Service |
|---|
START_CONTINUATION_MASK, START_FLAG_REDELIVERY, START_FLAG_RETRY, START_NOT_STICKY, START_REDELIVER_INTENT, START_STICKY, START_STICKY_COMPATIBILITY |
| Constructor Summary | |
|---|---|
IntentService(java.lang.String name)
|
|
| Method Summary | |
|---|---|
IBinder |
onBind(Intent intent)
|
void |
onCreate()
|
void |
onDestroy()
|
protected abstract void |
onHandleIntent(Intent intent)
|
void |
onStart(Intent intent,
int startId)
|
int |
onStartCommand(Intent intent,
int flags,
int startId)
|
void |
setIntentRedelivery(boolean enabled)
|
| Methods inherited from class android.app.Service |
|---|
dump, finalize, getApplication, onConfigurationChanged, onLowMemory, onRebind, onUnbind, setForeground, startForeground, stopForeground, stopSelf, stopSelf, stopSelfResult |
| Methods inherited from class android.content.Context |
|---|
getString, getString, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntentService(java.lang.String name)
| Method Detail |
|---|
public void setIntentRedelivery(boolean enabled)
public void onCreate()
onCreate in class Service
public void onStart(Intent intent,
int startId)
onStart in class Service
public int onStartCommand(Intent intent,
int flags,
int startId)
onStartCommand in class Servicepublic void onDestroy()
onDestroy in class Servicepublic IBinder onBind(Intent intent)
onBind in class Serviceprotected abstract void onHandleIntent(Intent intent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||