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

Packages that use StorageVol
org.glassfish.virtualization.spi   
 

Uses of StorageVol in org.glassfish.virtualization.spi
 

Methods in org.glassfish.virtualization.spi that return StorageVol
 StorageVol StoragePool.allocate(String name, long capacity)
          Allocates a new storage volume using the provided name and the capacity
 StorageVol StoragePool.byName(String name)
          Returns a storage volume given its name
 

Methods in org.glassfish.virtualization.spi that return types with arguments of type StorageVol
 Iterable<? extends StorageVol> StoragePool.volumes()
          Returns the currently configured volumes for this pool.
 



Copyright © 2012. All Rights Reserved.