de.unikassel.android.sdcframework.app.facade
Class ISDCService.Stub
java.lang.Object
android.os.Binder
de.unikassel.android.sdcframework.app.facade.ISDCService.Stub
- All Implemented Interfaces:
- IBinder, IInterface, ISDCService
- Enclosing interface:
- ISDCService
public abstract static class ISDCService.Stub
- extends Binder
- implements ISDCService
Local-side IPC implementation stub class.
Constructor Summary |
ISDCService.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 |
DESCRIPTOR
private static final String DESCRIPTOR
- See Also:
- Constant Field Values
TRANSACTION_doEnableSampleBroadCasting
static final int TRANSACTION_doEnableSampleBroadCasting
- See Also:
- Constant Field Values
TRANSACTION_doEnableSampling
static final int TRANSACTION_doEnableSampling
- See Also:
- Constant Field Values
TRANSACTION_doEnableSampleStorage
static final int TRANSACTION_doEnableSampleStorage
- See Also:
- Constant Field Values
TRANSACTION_doEnableSampleTransfer
static final int TRANSACTION_doEnableSampleTransfer
- See Also:
- Constant Field Values
TRANSACTION_doTriggerSampleTransfer
static final int TRANSACTION_doTriggerSampleTransfer
- See Also:
- Constant Field Values
ISDCService.Stub
public ISDCService.Stub()
- Construct the stub at attach it to the interface.
asInterface
public static ISDCService asInterface(IBinder obj)
- Cast an IBinder object into an de.unikassel.android.sdcframework.app.facade.ISDCService 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