es.ucm.look.data.remote.restful
Class RemoteDataHandler.Stub
java.lang.Object
android.os.Binder
es.ucm.look.data.remote.restful.RemoteDataHandler.Stub
- All Implemented Interfaces:
- RemoteDataHandler
- Enclosing interface:
- RemoteDataHandler
public abstract static class RemoteDataHandler.Stub
- extends android.os.Binder
- implements RemoteDataHandler
Local-side IPC implementation stub class.
Method Summary |
android.os.IBinder |
asBinder()
|
static RemoteDataHandler |
asInterface(android.os.IBinder obj)
Cast an IBinder object into an es.ucm.look.data.remote.restful.RemoteDataHandler interface,
generating a proxy if needed. |
boolean |
onTransact(int code,
android.os.Parcel data,
android.os.Parcel reply,
int flags)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteDataHandler.Stub
public RemoteDataHandler.Stub()
- Construct the stub at attach it to the interface.
asBinder
public android.os.IBinder asBinder()
asInterface
public static RemoteDataHandler asInterface(android.os.IBinder obj)
- Cast an IBinder object into an es.ucm.look.data.remote.restful.RemoteDataHandler interface,
generating a proxy if needed.
onTransact
public boolean onTransact(int code,
android.os.Parcel data,
android.os.Parcel reply,
int flags)
throws android.os.RemoteException
- Throws:
android.os.RemoteException