com.dynamixsoftware.intentapi
Class IPrinterInfo.Stub

java.lang.Object
  extended by android.os.Binder
      extended by com.dynamixsoftware.intentapi.IPrinterInfo.Stub
All Implemented Interfaces:
IPrinterInfo
Enclosing interface:
IPrinterInfo

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

Local-side IPC implementation stub class.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.dynamixsoftware.intentapi.IPrinterInfo
IPrinterInfo.Stub
 
Constructor Summary
IPrinterInfo.Stub()
          Construct the stub at attach it to the interface.
 
Method Summary
 android.os.IBinder asBinder()
           
static IPrinterInfo asInterface(android.os.IBinder obj)
          Cast an IBinder object into an com.dynamixsoftware.intentapi.IPrinterInfo 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.dynamixsoftware.intentapi.IPrinterInfo
getDescription, getName, getOptions, getOptionValue, getOptionValueList, getOwner, getPrinterContext, getType, setOption
 

Constructor Detail

IPrinterInfo.Stub

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

Method Detail

asInterface

public static IPrinterInfo asInterface(android.os.IBinder obj)
Cast an IBinder object into an com.dynamixsoftware.intentapi.IPrinterInfo 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