鸿蒙OS开发文档 鸿蒙OS Ability LocalRemoteObject

2024-02-25 开发教程 鸿蒙OS开发文档 匿名 2

这是用于启动本地服务的LocalRemoteObject抽象。

嵌套类摘要

从接口ohos.rpc继承的嵌套类/接口。IRemoteObject
IRemoteObject.DeathRecipient

领域摘要

从ohos.rpc接口继承的字段。IRemoteObject
DUMP_TRANSACTION,INTERFACE_TRANSACTION,MAX_TRANSACTION_ID,MIN_TRANSACTION_ID,PING_TRANSACTION

构造器摘要

建设者描述
LocalRemoteObject()

方法总结

从类 java.lang 继承的方法。object
clone,equals,finalize,getClass,hashCode,notify,notifyAll,toString,wait,wait,wait
从类ohos.rpc继承的方法。RemoteObject
addDeathRecipient,attachLocalInterface,dump,dump,finalize,getCallingPid,getCallingUid,getInterfaceDescriptor,isObjectDead,onRemoteRequest,queryLocalInterface,removeDeathRecipient,sendRequest

构造器详细信息

LocalRemoteObject

public LocalRemoteObject()