public class VmList extends Object
| Constructor and Description |
|---|
VmList() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Vm> |
getById(List<T> vmList,
int id)
Return a reference to a Vm object from its ID.
|
static <T extends Vm> |
getByIdAndUserId(List<T> vmList,
int id,
int userId)
Return a reference to a Vm object from its ID and user ID.
|
Copyright © 2012 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All Rights Reserved.