|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface IVirtualMachine
Abstract description of the required information to launch a new java virtual machine.
| Method Summary | |
|---|---|
void |
addClasspathEntry(IEntry entry)
Adds a new classpath entry the JVM classpath. |
Collection<IEntry> |
getClasspathEntries()
Returns the classpath entries that will be used to compute the JVM classpath. |
Map<String,String> |
getProperties()
Returns the properties that will be passed to the JVM and will be available in the running JVM using System.getProperties(). |
void |
setProperty(String name,
String value)
Adds a new property that will be passed to the JVM and will be available in the running JVM using System.getProperties(). |
| Method Detail |
|---|
Collection<IEntry> getClasspathEntries()
void addClasspathEntry(IEntry entry)
entry - A classpath entry.FileEntry,
BundleEntryMap<String,String> getProperties()
System.getProperties().
System.getProperties().
void setProperty(String name,
String value)
System.getProperties().
name - The property name.value - The property value. May be null.
|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||