org.digimead.digi.ctrl.lib.base

AppControl

class AppControl extends Logging

Attributes
protected
Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AppControl
  2. Logging
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bind(caller: Context, allowCallFromUI: Boolean = false): Unit

    Annotations
    @Loggable()
  8. def bindStub(error: String*): Unit

    Annotations
    @Loggable()
  9. def callDisconnect(componentPackage: String, processID: Int, connectionID: Int, allowCallFromUI: Boolean = false): Future[Boolean]

    Annotations
    @Loggable()
  10. def callEnable(componentPackage: String, flag: Boolean, allowCallFromUI: Boolean = false): scala.actors.Future[_]

    Annotations
    @Loggable()
  11. def callListActiveInterfaces(componentPackage: String, allowCallFromUI: Boolean = false): Future[Option[Seq[String]]]

    Annotations
    @Loggable()
  12. def callListDirectories(componentPackage: String, allowCallFromUI: Boolean = false): Future[Option[(String, String)]]

    Annotations
    @Loggable()
  13. def callListPendingConnections(componentPackage: String, allowCallFromUI: Boolean = false): Future[Option[Seq[Intent]]]

    Annotations
    @Loggable()
  14. def callReset(componentPackage: String, allowCallFromUI: Boolean = false): Future[Boolean]

    Annotations
    @Loggable()
  15. def callStart(componentPackage: String, allowCallFromUI: Boolean = false): Future[Boolean]

    Annotations
    @Loggable()
  16. def callStatus(componentPackage: String, allowCallFromUI: Boolean = false): Future[Either[String, ComponentState]]

    Annotations
    @Loggable()
  17. def callStop(componentPackage: String, allowCallFromUI: Boolean = false): Future[Boolean]

    Annotations
    @Loggable()
  18. def callUpdateShutdownTimer(componentPackage: String, remain_mseconds: Long, allowCallFromUI: Boolean = false): Future[Unit]

    Annotations
    @Loggable()
  19. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. lazy val ctrlBindContext: AtomicReference[Context]

    Attributes
    protected[lib]
  21. lazy val ctrlConnection: ServiceConnection with Logging

    Attributes
    protected
  22. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. def get(timeout: Long, throwError: Boolean, stackTrace: Throwable = null): Option[ICtrlHost]

  26. def get(throwError: Boolean): Option[ICtrlHost]

  27. def get(timeout: Long): Option[ICtrlHost]

  28. def get(): Option[ICtrlHost]

  29. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  30. def getExternalDirectory(timeout: Int = DTimeout.long): Option[File]

    Annotations
    @Loggable()
  31. def getInternalDirectory(timeout: Int = DTimeout.long): Option[File]

    Annotations
    @Loggable()
  32. def getWait(throwError: Boolean): ICtrlHost

    Annotations
    @Loggable()
  33. def getWait(): ICtrlHost

  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. def isAvailable(): Option[Boolean]

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. implicit val log: RichLogger

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

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

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

    Definition Classes
    AnyRef
  41. lazy val ready: SyncVar[Option[ICtrlHost]]

    Attributes
    protected
  42. def rebind(timeout: Long, allowCallFromUI: Boolean = false): Option[ICtrlHost]

    Attributes
    protected
    Annotations
    @Loggable()
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def unbind(): Unit

    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 AnyRef

Inherited from Any