Adds a new Scala virtual machine to be managed.
Adds a new Scala virtual machine to be managed. Ignores SVMs already added to this manager.
The new Scala virtual machine instance
The added Scala virtual machine
When the Scala virtual machine is null
Looks up a Scala virtual machine by its virtual machine.
Looks up a Scala virtual machine by its virtual machine.
The low-level virtual machine that the Scala virtual machine wraps
The associated Scala virtual machine
When no Scala virtual machine found
Looks up a Scala virtual machine by its unique id.
Looks up a Scala virtual machine by its unique id.
The unique id of the Scala virtual machine to retrieve
The associated Scala virtual machine
When no Scala virtual machine found
Clears the manager of all Scala virtual machine references.
Looks up a Scala virtual machine by its virtual machine.
Looks up a Scala virtual machine by its virtual machine.
The low-level virtual machine that the Scala virtual machine wraps
Some Scala virtual machine if found, otherwise None
Looks up a Scala virtual machine by its unique id.
Looks up a Scala virtual machine by its unique id.
The unique id of the Scala virtual machine to retrieve
Some Scala virtual machine if found, otherwise None
Removes the Scala virtual machine from the manager.
Removes the Scala virtual machine from the manager.
The Scala virtual machine to remove
Some Scala virtual machine representing the removed virtual machine if found and removed, otherwise None
When the Scala virtual machine is null
Returns the Scala virtual machines held by this manager.
Returns the Scala virtual machines held by this manager.
The collection of Scala virtual machines
Returns the unique ids of the Scala virtual machines held by this manager.
Returns the unique ids of the Scala virtual machines held by this manager.
The collection of unique ids
Returns the virtual machines of the Scala virtual machines held by this manager.
Returns the virtual machines of the Scala virtual machines held by this manager.
The collection of virtual machines
Represents a manager of virtual machines, providing a variety of means to look up a virtual machine.