JavaProcessDef

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

Inherits from type ProcessDef and adds the following.

Attributes Summary
executableTargetKind : ExecutableTargetKindWhether a Java classname or the name of an executable JAR will be used as the executable target of this Java process.
executableTarget : StringThe name of the executable target.
jvmEntries : JavaVirtualMachine *  

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:  JAVA_CLASS   EXECUTABLE_JAR  



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:  String
     default Value:   unspecified



jvmEntries    -     
     data type: JavaVirtualMachine*


Copyright IBM Corp. 1997-2004