org.ow2.jasmine.vmm.agent.driver.dummy
Class DummyDriver

java.lang.Object
  extended by org.ow2.jasmine.vmm.agent.driver.dummy.DummyDriver
All Implemented Interfaces:
Driver

public class DummyDriver
extends java.lang.Object
implements Driver

Dummy driver implementation The dummy driver does not require any properties


Constructor Summary
DummyDriver()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyDriver

public DummyDriver()
Method Detail

newServerPool

public ServerPool newServerPool(java.lang.String name,
                                javax.management.ObjectName objectName,
                                java.util.Map<java.lang.String,java.lang.String> attributes)
Description copied from interface: Driver
Builds a new server pool

Specified by:
newServerPool in interface Driver
Parameters:
name - user-friendly name of the server pool
objectName - JMX object name of the server pool
Returns:

getServerPoolCreationAttributes

public java.lang.String[] getServerPoolCreationAttributes()
Description copied from interface: Driver
give the attributes of the server pool

Specified by:
getServerPoolCreationAttributes in interface Driver
Returns:


Copyright © 2011 OW2 Consortium. All Rights Reserved.