|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Driver
The Driver class is the entry point of a driver encapsulating a specific server virtualization technology and its associated management protocol. A driver boils down to a factory of server pools.
| Method Summary | |
|---|---|
java.lang.String[] |
getServerPoolCreationAttributes()
give the attributes of the server pool |
ServerPool |
newServerPool(java.lang.String name,
javax.management.ObjectName objectname,
java.util.Map<java.lang.String,java.lang.String> attributes)
Builds a new server pool |
| Method Detail |
|---|
ServerPool newServerPool(java.lang.String name,
javax.management.ObjectName objectname,
java.util.Map<java.lang.String,java.lang.String> attributes)
throws java.lang.IllegalArgumentException,
org.ow2.jasmine.vmm.api.VMMException
name - user-friendly name of the server poolobjectname - JMX object name of the server poolprops - driver-specific properties to be used to create this server
pool
java.lang.IllegalArgumentException
org.ow2.jasmine.vmm.api.VMMExceptionjava.lang.String[] getServerPoolCreationAttributes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||