Uses of Interface
org.glassfish.virtualization.spi.Machine

Packages that use Machine
org.glassfish.virtualization.spi   
 

Uses of Machine in org.glassfish.virtualization.spi
 

Methods in org.glassfish.virtualization.spi that return Machine
 Machine PhysicalServerPool.byName(String name)
          Returns a @see Machine instance which name is equal to the provided name
 Machine VirtualMachine.getMachine()
          Returns the machine (if exists) on which this virtual machine was allocated on or null if there is no notion of Machines on the server pool used.
 

Methods in org.glassfish.virtualization.spi that return types with arguments of type Machine
 Iterable<? extends Machine> PhysicalServerPool.machines()
          Returns the currently attached machines to this serverPool
 

Methods in org.glassfish.virtualization.spi with parameters of type Machine
 void OsInterface.resume(Machine machine)
          resume the target machine
 void OsInterface.suspend(Machine machine)
          Suspend the target machine
 



Copyright © 2012. All Rights Reserved.