com.hqme.cm
Class IContentObject.Stub

java.lang.Object
  extended by android.os.Binder
      extended by com.hqme.cm.IContentObject.Stub
All Implemented Interfaces:
IContentObject
Enclosing interface:
IContentObject

public abstract static class IContentObject.Stub
extends android.os.Binder
implements IContentObject

Local-side IPC implementation stub class.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hqme.cm.IContentObject
IContentObject.Stub
 
Constructor Summary
IContentObject.Stub()
          Construct the stub at attach it to the interface.
 
Method Summary
 android.os.IBinder asBinder()
           
static IContentObject asInterface(android.os.IBinder obj)
          Cast an IBinder object into an com.hqme.cm.IContentObject 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
 
Methods inherited from interface com.hqme.cm.IContentObject
close, getProperty, getPropertyKeys, getStreamingUri, open, properties, read, remove, removeProperty, seek, setProperty, size, tell, write
 

Constructor Detail

IContentObject.Stub

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

Method Detail

asInterface

public static IContentObject asInterface(android.os.IBinder obj)
Cast an IBinder object into an com.hqme.cm.IContentObject interface, generating a proxy if needed.


asBinder

public android.os.IBinder asBinder()

onTransact

public boolean onTransact(int code,
                          android.os.Parcel data,
                          android.os.Parcel reply,
                          int flags)
                   throws android.os.RemoteException
Throws:
android.os.RemoteException