|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PhysicalServerPool
Represents a serverPool of machines. How machines are allocated to groups is defined by the user.
| Method Summary | |
|---|---|
Machine |
byName(String name)
Returns a @see Machine instance which name is equal to the provided name |
Iterable<? extends Machine> |
machines()
Returns the currently attached machines to this serverPool |
int |
size()
Returns the size of this serverPool |
| Methods inherited from interface org.glassfish.virtualization.spi.ServerPool |
|---|
allocate, getConfig, getName, getVMs, install, vmByName |
| Method Detail |
|---|
Iterable<? extends Machine> machines()
Machine byName(String name)
name - name of the machine looked up
int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||