fr.iscpif.gridscale.libraries.wmsstub

POSIXApplication_Type

case class POSIXApplication_Type(posixapplication_typesequence1: POSIXApplication_TypeSequence1, posixapplication_typesequence2: POSIXApplication_TypeSequence2, posixapplication_typesequence3: POSIXApplication_TypeSequence3, name: Option[String] = scala.None, attributes: Map[String, DataRecord[Any]]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. POSIXApplication_Type
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new POSIXApplication_Type(posixapplication_typesequence1: POSIXApplication_TypeSequence1, posixapplication_typesequence2: POSIXApplication_TypeSequence2, posixapplication_typesequence3: POSIXApplication_TypeSequence3, name: Option[String] = scala.None, attributes: Map[String, DataRecord[Any]])

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. lazy val Argument: Seq[Argument_Type]

  7. lazy val CPUTimeLimit: Option[Limits_Type]

  8. lazy val CoreDumpLimit: Option[Limits_Type]

  9. lazy val DataSegmentLimit: Option[Limits_Type]

  10. lazy val Environment: Seq[Environment_Type]

  11. lazy val Error: Option[FileName_Type]

  12. lazy val Executable: Option[FileName_Type]

  13. lazy val FileSizeLimit: Option[Limits_Type]

  14. lazy val GroupName: Option[GroupName_Type]

  15. lazy val InputValue: Option[FileName_Type]

  16. lazy val LockedMemoryLimit: Option[Limits_Type]

  17. lazy val MemoryLimit: Option[Limits_Type]

  18. lazy val OpenDescriptorsLimit: Option[Limits_Type]

  19. lazy val Output: Option[FileName_Type]

  20. lazy val PipeSizeLimit: Option[Limits_Type]

  21. lazy val ProcessCountLimit: Option[Limits_Type]

  22. lazy val StackSizeLimit: Option[Limits_Type]

  23. lazy val ThreadCountLimit: Option[Limits_Type]

  24. lazy val UserName: Option[UserName_Type]

  25. lazy val VirtualMemoryLimit: Option[Limits_Type]

  26. lazy val WallTimeLimit: Option[Limits_Type]

  27. lazy val WorkingDirectory: Option[DirectoryName_Type]

  28. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  29. val attributes: Map[String, DataRecord[Any]]

  30. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. def finalize(): Unit

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

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

    Definition Classes
    Any
  35. val name: Option[String]

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

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

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

    Definition Classes
    AnyRef
  39. val posixapplication_typesequence1: POSIXApplication_TypeSequence1

  40. val posixapplication_typesequence2: POSIXApplication_TypeSequence2

  41. val posixapplication_typesequence3: POSIXApplication_TypeSequence3

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

    Definition Classes
    AnyRef
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped