com.hyper9.simdk.stubs.dao
Class InternalServiceInstanceContent

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

public class InternalServiceInstanceContent
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
InternalServiceInstanceContent()
           
 
Method Summary
 AgentManager getAgentManager()
           
 HostDiskManager getDiskManager()
           
 HostFaultToleranceManager getFtManager()
           
 HostDistributedVirtualSwitchManager getHostDistributedVirtualSwitchManager()
           
 ImageLibraryManager getIlManager()
           
 InternalStatsCollector getInternalStatsCollector()
           
 HostLowLevelProvisioningManager getLlProvisioningManager()
           
 NfcService getNfcService()
           
 ProxyService getProxyService()
           
 ResourcePlanningManager getResourcePlanningManager()
           
 ServiceDirectory getServiceDirectory()
           
 ServiceManager getServiceManager()
           
 HostTpmManager getTpmManager()
           
 void setAgentManager(AgentManager toSet)
           
 void setDiskManager(HostDiskManager toSet)
           
 void setFtManager(HostFaultToleranceManager toSet)
           
 void setHostDistributedVirtualSwitchManager(HostDistributedVirtualSwitchManager toSet)
           
 void setIlManager(ImageLibraryManager toSet)
           
 void setInternalStatsCollector(InternalStatsCollector toSet)
           
 void setLlProvisioningManager(HostLowLevelProvisioningManager toSet)
           
 void setNfcService(NfcService toSet)
           
 void setProxyService(ProxyService toSet)
           
 void setResourcePlanningManager(ResourcePlanningManager toSet)
           
 void setServiceDirectory(ServiceDirectory toSet)
           
 void setServiceManager(ServiceManager toSet)
           
 void setTpmManager(HostTpmManager toSet)
           
 
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

InternalServiceInstanceContent

public InternalServiceInstanceContent()
Method Detail

getAgentManager

public AgentManager getAgentManager()

setAgentManager

public void setAgentManager(AgentManager toSet)

getLlProvisioningManager

public HostLowLevelProvisioningManager getLlProvisioningManager()

setLlProvisioningManager

public void setLlProvisioningManager(HostLowLevelProvisioningManager toSet)

getDiskManager

public HostDiskManager getDiskManager()

setDiskManager

public void setDiskManager(HostDiskManager toSet)

getNfcService

public NfcService getNfcService()

setNfcService

public void setNfcService(NfcService toSet)

getProxyService

public ProxyService getProxyService()

setProxyService

public void setProxyService(ProxyService toSet)

getServiceManager

public ServiceManager getServiceManager()

setServiceManager

public void setServiceManager(ServiceManager toSet)

getServiceDirectory

public ServiceDirectory getServiceDirectory()

setServiceDirectory

public void setServiceDirectory(ServiceDirectory toSet)

getFtManager

public HostFaultToleranceManager getFtManager()

setFtManager

public void setFtManager(HostFaultToleranceManager toSet)

getHostDistributedVirtualSwitchManager

public HostDistributedVirtualSwitchManager getHostDistributedVirtualSwitchManager()

setHostDistributedVirtualSwitchManager

public void setHostDistributedVirtualSwitchManager(HostDistributedVirtualSwitchManager toSet)

getIlManager

public ImageLibraryManager getIlManager()

setIlManager

public void setIlManager(ImageLibraryManager toSet)

getTpmManager

public HostTpmManager getTpmManager()

setTpmManager

public void setTpmManager(HostTpmManager toSet)

getInternalStatsCollector

public InternalStatsCollector getInternalStatsCollector()

setInternalStatsCollector

public void setInternalStatsCollector(InternalStatsCollector toSet)

getResourcePlanningManager

public ResourcePlanningManager getResourcePlanningManager()

setResourcePlanningManager

public void setResourcePlanningManager(ResourcePlanningManager toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.