org.digimead.digi.ctrl.sshd.SSHDService

Binder

class Binder extends Stub with Logging

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

Instance Constructors

  1. new Binder(ready: SyncVar[Boolean])

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 accessAllowRules(): List[String]

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  7. def accessDenyRules(): List[String]

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  8. def accessRulesOrder(): Boolean

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  9. def asBinder(): IBinder

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

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

    Definition Classes
    Binder
  12. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  17. def executable(id: Int, workdir: String): ExecutableInfo

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  18. def finalize(): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  22. def info(): ComponentInfo

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  23. def interfaceRules(): java.util.Map[_, _]

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  24. def isBinderAlive(): Boolean

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

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

    Definition Classes
    Binder → IBinder
  27. implicit val log: RichLogger

    Attributes
    protected[lib]
    Definition Classes
    Logging
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. def onTransact(arg0: Int, arg1: Parcel, arg2: Parcel, arg3: Int): Boolean

    Definition Classes
    Stub → Binder
    Annotations
    @throws()
  32. def pingBinder(): Boolean

    Definition Classes
    Binder → IBinder
  33. def post(id: Int, workdir: String): Boolean

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  34. def pre(id: Int, workdir: String): Boolean

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  35. def queryLocalInterface(arg0: String): IInterface

    Definition Classes
    Binder → IBinder
  36. def readBooleanProperty(property: String): Boolean

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  37. def readIntProperty(property: String): Int

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  38. def readStringProperty(property: String): String

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  39. def size(): Int

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

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

    Definition Classes
    Binder → IBinder
    Annotations
    @throws()
  43. def uid(): Int

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  44. def unlinkToDeath(arg0: DeathRecipient, arg1: Int): Boolean

    Definition Classes
    Binder → IBinder
  45. def user(name: String): UserInfo

    Definition Classes
    Binder → ICtrlComponent
    Annotations
    @Loggable()
  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Logging

Inherited from Stub

Inherited from ICtrlComponent

Inherited from IInterface

Inherited from Binder

Inherited from IBinder

Inherited from AnyRef

Inherited from Any