com.beem.project.beem.service.aidl
Class IPrivacyListManager.Stub

Package class diagram package IPrivacyListManager.Stub
java.lang.Object
  extended by android.os.Binder
      extended by com.beem.project.beem.service.aidl.IPrivacyListManager.Stub
All Implemented Interfaces:
IBinder, IInterface, IPrivacyListManager
Direct Known Subclasses:
PrivacyListManagerAdapter
Enclosing interface:
IPrivacyListManager

public abstract static class IPrivacyListManager.Stub
extends Binder
implements IPrivacyListManager

Local-side IPC implementation stub class.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.beem.project.beem.service.aidl.IPrivacyListManager
IPrivacyListManager.Stub
 
Nested classes/interfaces inherited from interface android.os.IBinder
IBinder.DeathRecipient
 
Field Summary
 
Fields inherited from interface android.os.IBinder
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, PING_TRANSACTION
 
Constructor Summary
IPrivacyListManager.Stub()
          Construct the stub at attach it to the interface.
 
Method Summary
 IBinder asBinder()
           
static IPrivacyListManager asInterface(IBinder obj)
          Cast an IBinder object into an com.beem.project.beem.service.aidl.IPrivacyListManager interface, generating a proxy if needed.
 boolean onTransact(int code, Parcel data, Parcel reply, int flags)
           
 
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 class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.beem.project.beem.service.aidl.IPrivacyListManager
addPrivacyListListener, blockUser, createPrivacyList, declineActivePrivacyList, declineDefaultPrivacyList, editPrivacyList, getActivePrivacyList, getBlockedGroupsByList, getBlockedUsersByList, getDefaultPrivacyList, getPrivacyLists, removePrivacyList, removePrivacyListListener, setActivePrivacyList, setDefaultPrivacyList
 

Constructor Detail

IPrivacyListManager.Stub

public IPrivacyListManager.Stub()
Construct the stub at attach it to the interface.

Method Detail

asInterface

public static IPrivacyListManager asInterface(IBinder obj)
Cast an IBinder object into an com.beem.project.beem.service.aidl.IPrivacyListManager 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.