Class/Object

org.openmole.plugin.environment.desktopgrid

DesktopGridService

Related Docs: object DesktopGridService | package desktopgrid

Permalink

class DesktopGridService extends AnyRef

Self Type
DesktopGridService
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DesktopGridService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DesktopGridService(port: Int, path: File = Workspace.newDir())

    Permalink

Type Members

  1. type J = String

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clean: Unit

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def delete(j: J): Unit

    Permalink
  8. def empty: Boolean

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def jobService(_environment: BatchEnvironment, port: Int): DesktopGridJobService { def usageControl: org.openmole.core.batch.control.UnlimitedAccess.type }

    Permalink
  16. def jobSubmissionFile(jobId: String): File

    Permalink
  17. val jobsDir: File

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def resultExists(jobId: String): Boolean

    Permalink
  22. def results(jobId: String): Array[File]

    Permalink
  23. val resultsDir: File

    Permalink
  24. val server: SFTPServer

    Permalink
  25. def state(j: J): ExecutionState

    Permalink
  26. def storage(_environment: BatchEnvironment, port: Int): StorageService with GridScaleStorage with CompressedTransfer { ... /* 5 definitions in type refinement */ }

    Permalink
  27. val storageId: String

    Permalink
  28. def submit(serializedJob: SerializedJob, memory: Int, js: DesktopGridJobService): BatchJob

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

    Permalink
    Definition Classes
    AnyRef
  30. def timeStemps(jobId: String): Array[File]

    Permalink
  31. val timeStempsDir: File

    Permalink
  32. def timeStempsExists(jobId: String): Boolean

    Permalink
  33. def tmpJobSubmissionFile(jobId: String): File

    Permalink
  34. val tmpJobsDir: File

    Permalink
  35. val tmpResultsDir: File

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. val url: URI

    Permalink
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped