org.pageobject.core.driver.vnc

VncServer

trait VncServer extends Logging

trait to start and stop a VNC Server instance.

Linear Supertypes
Logging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. VncServer
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def checkCommand: Option[String]

    Attributes
    protected
  2. abstract def id: Int

    Attributes
    protected
  3. abstract def onTerminated: (Boolean) ⇒ Unit

    Attributes
    protected
  4. abstract def startCommand: Option[String]

    Attributes
    protected
  5. abstract def stopCommand: Option[String]

    Attributes
    protected

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

    Definition Classes
    Any
  7. def checkConnection(): Boolean

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def debug(msg: ⇒ String, throwable: ⇒ Throwable): Unit

    Definition Classes
    Logging
  10. def debug(msg: ⇒ String): Unit

    Definition Classes
    Logging
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def error(msg: ⇒ String, throwable: ⇒ Throwable): Unit

    Definition Classes
    Logging
  14. def error(msg: ⇒ String): Unit

    Definition Classes
    Logging
  15. def execute(cmd: String, extraEnv: (String, String)*): Process

    Attributes
    protected
  16. def extraEnv: Seq[(String, String)]

    Attributes
    protected
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def info(msg: ⇒ String, throwable: ⇒ Throwable): Unit

    Definition Classes
    Logging
  21. def info(msg: ⇒ String): Unit

    Definition Classes
    Logging
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isTraceMessage(message: String): Boolean

    Attributes
    protected
  24. def log(message: String): Boolean

    Attributes
    protected
  25. def log(level: LogLevel, msg: ⇒ String, throwable: ⇒ Throwable): Unit

    Definition Classes
    Logging
  26. def log(level: LogLevel, msg: ⇒ String): Unit

    Definition Classes
    Logging
  27. def logStdErr(message: String): Unit

    Attributes
    protected
  28. def logStdOut(message: String): Unit

    Attributes
    protected
  29. def name: String

  30. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  33. val processLogger: ProcessLogger

    Attributes
    protected
  34. def shutdown(): Unit

  35. def start(): Unit

  36. def stderrName(): String

  37. def stdoutName(): String

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def trace(msg: ⇒ String, throwable: ⇒ Throwable): Unit

    Definition Classes
    Logging
  41. def trace(msg: ⇒ String): Unit

    Definition Classes
    Logging
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def warn(msg: ⇒ String, throwable: ⇒ Throwable): Unit

    Definition Classes
    Logging
  46. def warn(msg: ⇒ String): Unit

    Definition Classes
    Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped