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] = 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] = None, attributes: Map[String, DataRecord[Any]])

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. lazy val Argument: Seq[Argument_Type]

  5. lazy val CPUTimeLimit: Option[Limits_Type]

  6. lazy val CoreDumpLimit: Option[Limits_Type]

  7. lazy val DataSegmentLimit: Option[Limits_Type]

  8. lazy val Environment: Seq[Environment_Type]

  9. lazy val Error: Option[FileName_Type]

  10. lazy val Executable: Option[FileName_Type]

  11. lazy val FileSizeLimit: Option[Limits_Type]

  12. lazy val GroupName: Option[GroupName_Type]

  13. lazy val InputValue: Option[FileName_Type]

  14. lazy val LockedMemoryLimit: Option[Limits_Type]

  15. lazy val MemoryLimit: Option[Limits_Type]

  16. lazy val OpenDescriptorsLimit: Option[Limits_Type]

  17. lazy val Output: Option[FileName_Type]

  18. lazy val PipeSizeLimit: Option[Limits_Type]

  19. lazy val ProcessCountLimit: Option[Limits_Type]

  20. lazy val StackSizeLimit: Option[Limits_Type]

  21. lazy val ThreadCountLimit: Option[Limits_Type]

  22. lazy val UserName: Option[UserName_Type]

  23. lazy val VirtualMemoryLimit: Option[Limits_Type]

  24. lazy val WallTimeLimit: Option[Limits_Type]

  25. lazy val WorkingDirectory: Option[DirectoryName_Type]

  26. final def asInstanceOf[T0]: T0

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

  28. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  30. def finalize(): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef
  37. val posixapplication_typesequence1: POSIXApplication_TypeSequence1

  38. val posixapplication_typesequence2: POSIXApplication_TypeSequence2

  39. val posixapplication_typesequence3: POSIXApplication_TypeSequence3

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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