|
OpenNebula Cloud API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennebula.client.Pool
org.opennebula.client.group.GroupPool
public class GroupPool
This class represents an OpenNebula group pool. It also offers static XML-RPC call wrappers.
Field Summary |
---|
Fields inherited from class org.opennebula.client.Pool |
---|
ALL, client, elementName, infoMethod, MINE, MINE_GROUP, poolElements |
Constructor Summary | |
---|---|
GroupPool(Client client)
Creates a new group pool |
Method Summary | |
---|---|
PoolElement |
factory(org.w3c.dom.Node node)
The factory method returns a suitable PoolElement object from an XML node. |
Group |
getById(int id)
Returns the Group with the given Id from the pool. |
OneResponse |
info()
Loads the xml representation of the group pool. |
static OneResponse |
info(Client client)
Retrieves all the groups in the pool. |
java.util.Iterator<Group> |
iterator()
|
Methods inherited from class org.opennebula.client.Pool |
---|
getLength, info, info, info, infoAll, infoAll, infoGroup, infoGroup, infoMine, infoMine, item, processInfo, xmlrpcInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupPool(Client client)
client
- XML-RPC Client.Method Detail |
---|
public PoolElement factory(org.w3c.dom.Node node)
Pool
factory
in class Pool
node
- XML Dom node to build the PoolElement from
public static OneResponse info(Client client)
client
- XML-RPC Client.
public OneResponse info()
info
in class Pool
info(Client)
public java.util.Iterator<Group> iterator()
iterator
in interface java.lang.Iterable<Group>
public Group getById(int id)
info()
must be called before.
getById
in class Pool
id
- of the Group to retrieve
|
OpenNebula Cloud API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |