orca.drivers.vmm
Class VmmDriverConstants

java.lang.Object
  extended by orca.drivers.vmm.VmmDriverConstants

public class VmmDriverConstants
extends java.lang.Object


Field Summary
static java.lang.String ActionChangeShares
           
static java.lang.String ActionClean
           
static java.lang.String ActionCreateVM
           
static java.lang.String ActionEmpty
           
static java.lang.String ActionGetShares
           
static java.lang.String ActionInitialize
           
static java.lang.String ActionMigrateVM
           
static java.lang.String ActionRemoveVM
           
static java.lang.String ActionSetShares
           
static int CodeChangeShares
           
static int CodeClean
           
static int CodeCreateVM
           
static int CodeEmpty
           
static int CodeGetShares
           
static int CodeMigrateVM
           
static int CodeReleaseShares
           
static int CodeRemoveVM
           
static int CodeSetShares
           
static int CpuShares
           
static int CreditCpuScheduler
           
static int DefaultTimeout
           
static java.lang.String DomainZero
           
static int DomainZeroShares
           
static DriverId DriverIdXen
           
static int ErrorBadDriverOverlap
           
static int ErrorCannotBoot
           
static int ErrorCannotBootOrDestroy
           
static int ErrorCannotCreateRootDisk
           
static int ErrorCannotCreateVbd
           
static int ErrorCannotCreateVM
           
static int ErrorCannotDestroyRootDisk
           
static int ErrorCannotGetShares
           
static int ErrorCannotMigrateVM
           
static int ErrorCannotReleaseShares
           
static int ErrorCannotRemoveVbd
           
static int ErrorCannotRemoveVM
           
static int ErrorCannotSetShares
           
static int ErrorTimeout
           
static java.lang.String FileName
           
static java.lang.String PropertyBuilder
           
static java.lang.String PropertyConfiguration
           
static java.lang.String PropertyDestination
           
static java.lang.String PropertyDev
           
static java.lang.String PropertyExtra
           
static java.lang.String PropertyFile
           
static java.lang.String PropertyHostName
           
static java.lang.String PropertyIP
           
static java.lang.String PropertyKernelConfiguration
           
static java.lang.String PropertyKeyFile
           
static java.lang.String PropertyLive
           
static java.lang.String PropertyLvm
           
static java.lang.String PropertyMachineConfiguration
           
static java.lang.String PropertyMachineName
           
static java.lang.String PropertyNodeId
           
static java.lang.String PropertyShares
           
static java.lang.String PropertyTimeout
           
static java.lang.String PropertyVbd
           
static java.lang.String PropertyVg
           
static int SedfCpuScheduler
           
static long SleepTime
           
static int UnknownCpuScheduler
           
 
Constructor Summary
VmmDriverConstants()
           
 
Method Summary
static java.lang.String getErrorMessage(int code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ActionCreateVM

public static final java.lang.String ActionCreateVM
See Also:
Constant Field Values

ActionRemoveVM

public static final java.lang.String ActionRemoveVM
See Also:
Constant Field Values

ActionMigrateVM

public static final java.lang.String ActionMigrateVM
See Also:
Constant Field Values

ActionGetShares

public static final java.lang.String ActionGetShares
See Also:
Constant Field Values

ActionChangeShares

public static final java.lang.String ActionChangeShares
See Also:
Constant Field Values

ActionSetShares

public static final java.lang.String ActionSetShares
See Also:
Constant Field Values

ActionClean

public static final java.lang.String ActionClean
See Also:
Constant Field Values

ActionInitialize

public static final java.lang.String ActionInitialize
See Also:
Constant Field Values

ActionEmpty

public static final java.lang.String ActionEmpty
See Also:
Constant Field Values

PropertyLvm

public static final java.lang.String PropertyLvm
See Also:
Constant Field Values

PropertyFile

public static final java.lang.String PropertyFile
See Also:
Constant Field Values

PropertyVg

public static final java.lang.String PropertyVg
See Also:
Constant Field Values

PropertyDev

public static final java.lang.String PropertyDev
See Also:
Constant Field Values

PropertyVbd

public static final java.lang.String PropertyVbd
See Also:
Constant Field Values

CodeCreateVM

public static final int CodeCreateVM
See Also:
Constant Field Values

CodeRemoveVM

public static final int CodeRemoveVM
See Also:
Constant Field Values

CodeMigrateVM

public static final int CodeMigrateVM
See Also:
Constant Field Values

CodeGetShares

public static final int CodeGetShares
See Also:
Constant Field Values

CodeChangeShares

public static final int CodeChangeShares
See Also:
Constant Field Values

CodeSetShares

public static final int CodeSetShares
See Also:
Constant Field Values

CodeReleaseShares

public static final int CodeReleaseShares
See Also:
Constant Field Values

CodeClean

public static final int CodeClean
See Also:
Constant Field Values

CodeEmpty

public static final int CodeEmpty
See Also:
Constant Field Values

PropertyBuilder

public static final java.lang.String PropertyBuilder
See Also:
Constant Field Values

PropertyConfiguration

public static final java.lang.String PropertyConfiguration
See Also:
Constant Field Values

PropertyMachineConfiguration

public static final java.lang.String PropertyMachineConfiguration
See Also:
Constant Field Values

PropertyKernelConfiguration

public static final java.lang.String PropertyKernelConfiguration
See Also:
Constant Field Values

PropertyExtra

public static final java.lang.String PropertyExtra
See Also:
Constant Field Values

PropertyTimeout

public static final java.lang.String PropertyTimeout
See Also:
Constant Field Values

PropertyMachineName

public static final java.lang.String PropertyMachineName
See Also:
Constant Field Values

PropertyHostName

public static final java.lang.String PropertyHostName
See Also:
Constant Field Values

PropertyIP

public static final java.lang.String PropertyIP
See Also:
Constant Field Values

PropertyShares

public static final java.lang.String PropertyShares
See Also:
Constant Field Values

PropertyNodeId

public static final java.lang.String PropertyNodeId
See Also:
Constant Field Values

PropertyDestination

public static final java.lang.String PropertyDestination
See Also:
Constant Field Values

PropertyLive

public static final java.lang.String PropertyLive
See Also:
Constant Field Values

PropertyKeyFile

public static final java.lang.String PropertyKeyFile
See Also:
Constant Field Values

UnknownCpuScheduler

public static final int UnknownCpuScheduler
See Also:
Constant Field Values

SedfCpuScheduler

public static final int SedfCpuScheduler
See Also:
Constant Field Values

CreditCpuScheduler

public static final int CreditCpuScheduler
See Also:
Constant Field Values

ErrorTimeout

public static final int ErrorTimeout
See Also:
Constant Field Values

ErrorCannotCreateVM

public static final int ErrorCannotCreateVM
See Also:
Constant Field Values

ErrorCannotRemoveVM

public static final int ErrorCannotRemoveVM
See Also:
Constant Field Values

ErrorCannotGetShares

public static final int ErrorCannotGetShares
See Also:
Constant Field Values

ErrorCannotSetShares

public static final int ErrorCannotSetShares
See Also:
Constant Field Values

ErrorCannotReleaseShares

public static final int ErrorCannotReleaseShares
See Also:
Constant Field Values

ErrorCannotMigrateVM

public static final int ErrorCannotMigrateVM
See Also:
Constant Field Values

ErrorCannotBoot

public static final int ErrorCannotBoot
See Also:
Constant Field Values

ErrorCannotBootOrDestroy

public static final int ErrorCannotBootOrDestroy
See Also:
Constant Field Values

ErrorCannotCreateVbd

public static final int ErrorCannotCreateVbd
See Also:
Constant Field Values

ErrorCannotRemoveVbd

public static final int ErrorCannotRemoveVbd
See Also:
Constant Field Values

ErrorBadDriverOverlap

public static final int ErrorBadDriverOverlap
See Also:
Constant Field Values

ErrorCannotCreateRootDisk

public static final int ErrorCannotCreateRootDisk
See Also:
Constant Field Values

ErrorCannotDestroyRootDisk

public static final int ErrorCannotDestroyRootDisk
See Also:
Constant Field Values

SleepTime

public static final long SleepTime
See Also:
Constant Field Values

CpuShares

public static final int CpuShares
See Also:
Constant Field Values

DomainZeroShares

public static final int DomainZeroShares
See Also:
Constant Field Values

DefaultTimeout

public static final int DefaultTimeout
See Also:
Constant Field Values

FileName

public static final java.lang.String FileName
See Also:
Constant Field Values

DomainZero

public static final java.lang.String DomainZero
See Also:
Constant Field Values

DriverIdXen

public static DriverId DriverIdXen
Constructor Detail

VmmDriverConstants

public VmmDriverConstants()
Method Detail

getErrorMessage

public static java.lang.String getErrorMessage(int code)


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.