org.digimead.digi.ctrl.ICtrlHost

Stub

abstract class Stub extends Binder with ICtrlHost

Linear Supertypes
ICtrlHost, IInterface, Binder, IBinder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Stub
  2. ICtrlHost
  3. IInterface
  4. Binder
  5. IBinder
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Stub()

Type Members

  1. type Stub = Stub

    Attributes
    protected
    Definition Classes
    ICtrlHost

Abstract Value Members

  1. abstract def directories(componentPackage: String): List[String]

    Definition Classes
    ICtrlHost
  2. abstract def disconnect(componentPackage: String, packageID: Int, connectionID: Int): Boolean

    Definition Classes
    ICtrlHost
  3. abstract def enable(componentPackage: String, flag: Boolean): Unit

    Definition Classes
    ICtrlHost
  4. abstract def interfaces(componentPackage: String): List[String]

    Definition Classes
    ICtrlHost
  5. abstract def pending_connections(componentPackage: String): List[Intent]

    Definition Classes
    ICtrlHost
  6. abstract def reset(componentPackage: String): Boolean

    Definition Classes
    ICtrlHost
  7. abstract def start(componentPackage: String): Boolean

    Definition Classes
    ICtrlHost
  8. abstract def status(componentPackage: String): ComponentState

    Definition Classes
    ICtrlHost
  9. abstract def stop(componentPackage: String): Boolean

    Definition Classes
    ICtrlHost
  10. abstract def update_shutdown_timer(componentPackage: String, remain_seconds: Long): Unit

    Definition Classes
    ICtrlHost

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def asBinder(): IBinder

    Definition Classes
    Stub → IInterface
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def attachInterface(arg0: IInterface, arg1: String): Unit

    Definition Classes
    Binder
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def dump(arg0: FileDescriptor, arg1: PrintWriter, arg2: Array[String]): Unit

    Attributes
    protected[os]
    Definition Classes
    Binder
  11. def dump(arg0: FileDescriptor, arg1: Array[String]): Unit

    Definition Classes
    Binder → IBinder
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[os]
    Definition Classes
    Binder → AnyRef
    Annotations
    @throws()
  15. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  16. def getInterfaceDescriptor(): String

    Definition Classes
    Binder → IBinder
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def isBinderAlive(): Boolean

    Definition Classes
    Binder → IBinder
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def linkToDeath(arg0: DeathRecipient, arg1: Int): Unit

    Definition Classes
    Binder → IBinder
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def onTransact(code: Int, data: Parcel, reply: Parcel, flags: Int): Boolean

    Definition Classes
    Stub → Binder
  25. def pingBinder(): Boolean

    Definition Classes
    Binder → IBinder
  26. def queryLocalInterface(arg0: String): IInterface

    Definition Classes
    Binder → IBinder
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def transact(arg0: Int, arg1: Parcel, arg2: Parcel, arg3: Int): Boolean

    Definition Classes
    Binder → IBinder
    Annotations
    @throws()
  30. def unlinkToDeath(arg0: DeathRecipient, arg1: Int): Boolean

    Definition Classes
    Binder → IBinder
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ICtrlHost

Inherited from IInterface

Inherited from Binder

Inherited from IBinder

Inherited from AnyRef

Inherited from Any