VirtualBox

Changeset 5641 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 7, 2007 8:55:27 PM (17 years ago)
Author:
vboxsync
Message:

webservice: add support for retrieving local ISession object; extend perl client testcase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r5626 r5641  
    77317731        guest system. If disabled, the virtual guest hardware will
    77327732        not contain a USB EHCI controller. Can only be changed when
    7733         the VM is powered off. 
     7733        the VM is powered off.
    77347734      </desc>
    77357735    </attribute>
     
    88358835    </method>
    88368836
     8837    <method name="getSessionObject">
     8838      <desc>
     8839        Returns a managed object reference to the internal ISession object that was created
     8840        for this web service session. On each successful logon, the web service server
     8841        creates such an ISession object, which serves multiple purposes within VirtualBox.
     8842        For example, it serves as an exclusive lock to disallow several processes from
     8843        manipulating a VM at the same time.
     8844      </desc>
     8845      <param name="refIVirtualBox" type="wstring" dir="in"/>
     8846      <param name="return" type="wstring" dir="return"/>
     8847    </method>
     8848
    88378849    <method name="logoff">
    88388850      <desc>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette