Chinaunix首页 | 论坛 | 博客
  • 博客访问: 194352
  • 博文数量: 69
  • 博客积分: 1400
  • 博客等级: 上尉
  • 技术积分: 720
  • 用 户 组: 普通用户
  • 注册时间: 2005-08-03 11:35
文章分类

全部博文(69)

文章存档

2011年(13)

2010年(46)

2009年(10)

我的朋友

分类: 嵌入式

2011-02-28 14:47:55

Android110228: ActivityThread Inner classes 简记


Email:    zcatt@163.com
Blog    http://zcatt.cublog.cn
 
内容提要
文档简要整理ActivityThread inner classes内容。以供备忘和参考。

声明
仅限学习交流,禁止商业用途。转载需注明出处。

版本记录
Date        Ver        Note
2011-02-28    0.1        Draft.  zcatt, Beijing
 

inner class的层级, 以缩进标识

ActivityThread
    -PackageInfo
        --WarningContextClassLoader extends ClassLoader
        --ReceiverDispatcher
            ---InnerReceiver extends IIntentReceiver.Stub
            ---Args implements Runnable
            ---ServiceDispatcher
                ----ConnectionInfo
                ----InnerConnection extends IServiceConnection.Stub
                ----RunConnection implements Runnable
                ----DeathMonitor implements IBinder.DeathRecipient
    -ActivityRecord
    -ProviderRecord implements IBinder.DeathRecipient
    -NewIntentData
    -ReceiverData
    -CreateBackupAgentData
    -CreateServiceData
    -BindServiceData
    -ServiceArgsData
    -AppBindData
    -DumpServiceInfo
    -ResultData
    -ContextCleanupInfo
    -ProfilerControlData
    -ApplicationThread extends ApplicationThreadNative
    -H extends Handler
    -Idler implements MessageQueue.IdleHandler
    -GcIdler implements MessageQueue.IdleHandler
    -ResourcesKey
    -StopInfo
    -ProviderRefCount


 
阅读(1658) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~