public static abstract class

IToken.Stub

extends Binder
implements IToken
java.lang.Object
   ↳ android.os.Binder
     ↳ com.davidluoye.support.IToken.Stub
Known Direct Subclasses

Class Overview

Local-side IPC implementation stub class.

Summary

[Expand]
Inherited Constants
From interface android.os.IBinder
Public Constructors
Stub()
Construct the stub at attach it to the interface.
Public Methods
IBinder asBinder()
static IToken asInterface(IBinder obj)
Cast an IBinder object into an com.davidluoye.support.IToken interface, generating a proxy if needed.
static IToken getDefaultImpl()
boolean onTransact(int code, Parcel data, Parcel reply, int flags)
static boolean setDefaultImpl(IToken impl)
[Expand]
Inherited Methods
From class android.os.Binder
From class java.lang.Object
From interface android.os.IBinder
From interface android.os.IInterface
From interface com.davidluoye.support.IToken

Public Constructors

public Stub ()

Construct the stub at attach it to the interface.

Public Methods

public IBinder asBinder ()

public static IToken asInterface (IBinder obj)

Cast an IBinder object into an com.davidluoye.support.IToken interface, generating a proxy if needed.

public static IToken getDefaultImpl ()

public boolean onTransact (int code, Parcel data, Parcel reply, int flags)

Throws
RemoteException

public static boolean setDefaultImpl (IToken impl)