Package org.opennebula.client.group
Class GroupPool
java.lang.Object
org.opennebula.client.Pool
org.opennebula.client.group.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, GROUP, infoMethod, MINE, MINE_GROUP, poolElements, xpath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe factory method returns a suitable PoolElement object from an XML node.getById
(int id) Returns the Group with the given Id from the pool.info()
Loads the xml representation of the group pool.static OneResponse
Retrieves all the groups in the pool.iterator()
Methods inherited from class org.opennebula.client.Pool
getLength, info, info, info, infoAll, infoAll, infoGroup, infoGroup, infoGroupPrimary, infoMine, infoMine, item, processInfo, xmlrpcInfo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
GroupPool
Creates a new group pool- Parameters:
client
- XML-RPC Client.
-
-
Method Details
-
factory
Description copied from class:Pool
The factory method returns a suitable PoolElement object from an XML node. Each Pool must implement the corresponding factory method. -
info
Retrieves all the groups in the pool.- Parameters:
client
- XML-RPC Client.- Returns:
- If successful the message contains the string with the information returned by OpenNebula.
-
info
Loads the xml representation of the group pool. -
iterator
-
getById
Returns the Group with the given Id from the pool. If it is not found, then returns null. The methodinfo()
must be called before.
-