Package prlsdkapi :: Module prlsdk
[hide private]
[frames] | no frames]

Module prlsdk

Classes [hide private]
  Base
Base objects
  BaseAsync
Base async objects
  BaseServer
Server base object class
  BaseVm
Vm base object class
  Event
Event object class
  Job
Job objects
  OwnerRefAsync
Base async object with owner reference
  ParallelsError
  PrlJobTimeoutError
  PrlNotImplError
  PrlStateError
  Question
Question object class
  Result
Result object class
  ServerInfo
ServerInfo object class
Functions [hide private]
ServerInfo
CheckServerAlive(hostname, timeout= DefaultTimeout)
Lets to determine whether Parallels server on specified host alive If alive - ServerInfo will be returned else None.
 
DefaultJobTimeout(...)
 
DefaultKeyActWait(...)
 
DefaultTimeout(...)
 
DeinitializeSDK()
Method force SDK deinitialization.
string
GetSDKLibraryPath()
Return path from witch library will be loaded.
list of ServerInfo objects
GetServerList(msec)
Lookups Parallels servers at the LAN during specified timeout.
bool
InitializeSDK(PRL_APPLICATION_MODE)
Method initialize SDK.
bool
IsSDKInitialized()
Return True if SDK allready loadded.
string
SetSDKLibraryPath(new_path)
Return path from witch library will be loaded.
Object
__create_object(SDK, handle_type, args)
Create registered objects by handle type
 
__debug_level__(...)
Variables [hide private]
  __SDK__ = <__SDK__ instance at 0x00A65130, version '3.0.3779.2...
Function Details [hide private]

InitializeSDK(PRL_APPLICATION_MODE)

 

Method initialize SDK. Return False if it was already initialized, else True.

Returns: bool

SetSDKLibraryPath(new_path)

 

Return path from witch library will be loaded. Raise exception if SDK API allready initialized.

Returns: string

Variables Details [hide private]

__SDK__

Value:
<__SDK__ instance at 0x00A65130, version '3.0.3779.226510'>