org.digimead.digi.ctrl.ICtrlComponent

Stub

abstract class Stub extends Binder with ICtrlComponent

Linear Supertypes
ICtrlComponent, IInterface, Binder, IBinder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Stub
  2. ICtrlComponent
  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
    ICtrlComponent

Abstract Value Members

  1. abstract def accessAllowRules(): List[String]

    Definition Classes
    ICtrlComponent
  2. abstract def accessDenyRules(): List[String]

    Definition Classes
    ICtrlComponent
  3. abstract def accessRulesOrder(): Boolean

    Definition Classes
    ICtrlComponent
  4. abstract def executable(id: Int, workdir: String): ExecutableInfo

    Definition Classes
    ICtrlComponent
  5. abstract def info(): ComponentInfo

    Definition Classes
    ICtrlComponent
  6. abstract def interfaceRules(): Map

    Definition Classes
    ICtrlComponent
  7. abstract def post(id: Int, workdir: String): Boolean

    Definition Classes
    ICtrlComponent
  8. abstract def pre(id: Int, workdir: String): Boolean

    Definition Classes
    ICtrlComponent
  9. abstract def readBooleanProperty(property: String): Boolean

    Definition Classes
    ICtrlComponent
  10. abstract def readIntProperty(property: String): Int

    Definition Classes
    ICtrlComponent
  11. abstract def readStringProperty(property: String): String

    Definition Classes
    ICtrlComponent
  12. abstract def size(): Int

    Definition Classes
    ICtrlComponent
  13. abstract def uid(): Int

    Definition Classes
    ICtrlComponent
  14. abstract def user(name: String): UserInfo

    Definition Classes
    ICtrlComponent

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 ICtrlComponent

Inherited from IInterface

Inherited from Binder

Inherited from IBinder

Inherited from AnyRef

Inherited from Any