Package com.vmware.vim.binding.vmodl.query.PropertyCollector

Examples of com.vmware.vim.binding.vmodl.query.PropertyCollector.WaitOptions


    * @throws Exception
    */
   public VcEventListener(ManagedObjectReference targetMoRef)
   throws Exception {
      this.targetMoRef = targetMoRef;
      waitForUpdateOptions = new WaitOptions();
      waitForUpdateOptions.maxWaitSeconds = maxWaitSeconds;
      initSema = new Semaphore(0);
      setName("VcEventListener");
      setState(VcEventListenerState.CREATED);
      initException = null;
View Full Code Here

TOP

Related Classes of com.vmware.vim.binding.vmodl.query.PropertyCollector.WaitOptions

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.