JavaProcessDef

This type is a class for model objects.

Configuration for Java processes that require additional information that can be passed to the Java virtual machine when spawning the processes.

Package: processexec
Supertype: ProcessDef

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes Summary
executableTargetKind : ExecutableTargetKind Whether a Java classname or the name of an executable JAR will be used as the executable target of this Java process.
executableTarget : EString The name of the executable target. The target can be either a Java class containing a main() method, or an executable JAR file, depending on the Executable Target Type.
jvmEntries : JavaVirtualMachine + * No description is available *



Attribute Details

executableTargetKind  -  Whether a Java classname or the name of an executable JAR will be used as the executable target of this Java process.
    Data Type: ExecutableTargetKind
    Default value:  unspecified
    Allowed values:
        0 - JAVA_CLASS
        1 - EXECUTABLE_JAR
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

executableTarget  -  The name of the executable target. The target can be either a Java class containing a main() method, or an executable JAR file, depending on the Executable Target Type.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

jvmEntries  -  * No description is available *
    Reference Type: JavaVirtualMachine +
    Containment:  true
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  1
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006