com.beem.project.beem.service.aidl
Class IChat.Stub
java.lang.Object
android.os.Binder
com.beem.project.beem.service.aidl.IChat.Stub
- All Implemented Interfaces:
- IBinder, IInterface, IChat
- Direct Known Subclasses:
- ChatAdapter
- Enclosing interface:
- IChat
public abstract static class IChat.Stub
- extends Binder
- implements IChat
Local-side IPC implementation stub class.
| Nested classes/interfaces inherited from interface com.beem.project.beem.service.aidl.IChat |
IChat.Stub |
|
Constructor Summary |
IChat.Stub()
Construct the stub at attach it to the interface. |
| Methods inherited from class android.os.Binder |
attachInterface, clearCallingIdentity, dump, dump, finalize, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath |
| Methods inherited from interface com.beem.project.beem.service.aidl.IChat |
addMessageListener, endOtrSession, getLocalOtrFingerprint, getMessages, getOtrStatus, getParticipant, getRemoteOtrFingerprint, getState, isOpen, removeMessageListener, sendMessage, setOpen, setState, startOtrSession, verifyRemoteFingerprint |
IChat.Stub
public IChat.Stub()
- Construct the stub at attach it to the interface.
asInterface
public static IChat asInterface(IBinder obj)
- Cast an IBinder object into an com.beem.project.beem.service.aidl.IChat interface,
generating a proxy if needed.
asBinder
public IBinder asBinder()
- Specified by:
asBinder in interface IInterface
onTransact
public boolean onTransact(int code,
Parcel data,
Parcel reply,
int flags)
throws RemoteException
- Overrides:
onTransact in class Binder
- Throws:
RemoteException
Copyright © 2009 Beem-project.com. All Rights Reserved.