com.hyper9.simdk.stubs.dao
Class ClusterInitialPlacementAction

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.ClusterAction
          extended by com.hyper9.simdk.stubs.dao.ClusterInitialPlacementAction
All Implemented Interfaces:
Serializable

public class ClusterInitialPlacementAction
extends ClusterAction

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterInitialPlacementAction()
           
 
Method Summary
 ResourcePool getPool()
           
 HostSystem getTargetHost()
           
 void setPool(ResourcePool toSet)
           
 void setTargetHost(HostSystem toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.ClusterAction
getTarget, getType, setTarget, setType
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterInitialPlacementAction

public ClusterInitialPlacementAction()
Method Detail

getTargetHost

public HostSystem getTargetHost()

setTargetHost

public void setTargetHost(HostSystem toSet)

getPool

public ResourcePool getPool()

setPool

public void setPool(ResourcePool toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.