Package

fr.iscpif.gridscale

jobservice

Permalink

package jobservice

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

Type Members

  1. trait JobService extends AnyRef

    Permalink
  2. sealed trait JobState extends AnyRef

    Permalink

Value Members

  1. object Done extends JobState with Product with Serializable

    Permalink
  2. object Failed extends JobState with Product with Serializable

    Permalink
  3. object Running extends JobState with Product with Serializable

    Permalink
  4. object Submitted extends JobState with Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped