org.inria.myriads.snoozenode.localcontroller.connector.impl
Class LibVirtConnector

java.lang.Object
  extended by org.inria.myriads.snoozenode.localcontroller.connector.impl.LibVirtConnector
All Implemented Interfaces:
Connector

public final class LibVirtConnector
extends Object
implements Connector

Libvirt connector implementation.

Author:
Eugen Feller

Constructor Summary
LibVirtConnector(String listenAddress, org.inria.myriads.snoozecommon.communication.localcontroller.hypervisor.HypervisorSettings hypervisorSettings)
          Libvirt connector.
 
Method Summary
 Object getConnector()
          Returns the connect object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibVirtConnector

public LibVirtConnector(String listenAddress,
                        org.inria.myriads.snoozecommon.communication.localcontroller.hypervisor.HypervisorSettings hypervisorSettings)
                 throws ConnectorException
Libvirt connector.

Parameters:
listenAddress - The listen address
hypervisorSettings - The hypervisor settings
Throws:
ConnectorException - The connector exception
Method Detail

getConnector

public Object getConnector()
Returns the connect object.

Specified by:
getConnector in interface Connector
Returns:
The connector


Copyright © 2012. All Rights Reserved.