CommonTms
2015-11-02 17:13:57 0 举报
CommonTms是一款专业的运输管理系统,它能够帮助企业进行有效的运输管理,提高运输效率,降低运输成本。该系统具有实时追踪、智能调度、数据分析等功能,可以全面掌握运输过程中的各个环节,确保货物的安全、准时到达。此外,CommonTms还支持多平台访问,无论是在办公室还是在路上,都能够随时随地查看运输状态,方便企业进行决策。总的来说,CommonTms是一款强大而实用的运输管理工具,是现代物流行业的理想选择。
作者其他创作
大纲/内容
作为一个一直在跑的service?
IntentService
xxxService
ConnetParameter
ComplexTask
protected void makeCall(ConnectParameter param);public void handleResponse(JSONObject json);
TaskManager
Queue simpleTasks;//依据优先级,优先级机制还需考虑Queue complexTasks;
public void addTask(SimpleTask s);public void addTask(ComplexTask c);private void executeSimpleTask();//简单任务考虑开一个线程跑,在add后执行private void executeComplexTask();//耗时任务执行时机待定
xxxxTask
TaskFactory
public Task creatXXXXTask(JSONObject o);
HttpCallService
protected String endPoint;
private void initEndPoint()protected void handleResponse(JSONObject json)protected JSONObject makeCall(HttpParameter p)protected void unmountedUSB()
BaseCallService
TaskService
protected int priority;protected int taskId;
SimpleTask
定时任务模块
public void onCreate()protected void onHandleIntent(Intent intent)
BroadcastReceiver
ConnectParameter
protected String type;protected HashMap params;protected HashMap files;
WebServiceCallService
public WebServiceCallService(String name) private void initEndPoint()protected void handleResponse(JSONObject json)protected JSONObject makeCall()protected void unmountedUSB()
xxxReceiver
HttpClient
PollService
轮询相关业务属性
轮询相关业务相关方法
ConnectProxy
0 条评论
下一页
为你推荐
查看更多