Package

org.openmole.core.communication

message

Permalink

package message

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

Type Members

  1. case class ArchiveContextResults(contextResults: File) extends SerializedContextResults with Product with Serializable

    Permalink
  2. case class ContextResults(results: PartialFunction[MoleJobId, Try[Context]]) extends Product with Serializable

    Permalink
  3. case class ExecutionMessage(plugins: Iterable[ReplicatedFile], files: Iterable[ReplicatedFile], jobs: File, communicationDirPath: String, runtimeSettings: RuntimeSettings) extends Product with Serializable

    Permalink
  4. case class FileMessage(path: String, hash: String) extends Product with Serializable

    Permalink
  5. implicit class FileToReplicatedFileDecorator extends AnyRef

    Permalink
  6. case class IndividualFilesContextResults(contextResults: File, files: Iterable[ReplicatedFile]) extends SerializedContextResults with Product with Serializable

    Permalink
  7. case class ReplicatedFile(originalPath: String, directory: Boolean, hash: String, path: String, mode: Int) extends Product with Serializable

    Permalink
  8. class RunnableTask extends AnyRef

    Permalink
  9. case class RuntimeResult(stdOut: Option[File], stdErr: Option[File], result: Try[(SerializedContextResults, RuntimeLog)], info: RuntimeInfo) extends Product with Serializable

    Permalink
  10. case class RuntimeSettings(archiveResult: Boolean) extends Product with Serializable

    Permalink
  11. sealed trait SerializedContextResults extends AnyRef

    Permalink

Value Members

  1. object ExecutionMessage extends Serializable

    Permalink
  2. object FileMessage extends Serializable

    Permalink
  3. object ReplicatedFile extends Serializable

    Permalink
  4. object RunnableTask

    Permalink
  5. object RuntimeResult extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped