hudson.plugins.vmware.vix
Class Vix.EventType

java.lang.Object
  extended by hudson.plugins.vmware.vix.Vix.EventType
Enclosing interface:
Vix

public static final class Vix.EventType
extends java.lang.Object

These are events that may be signalled by calling a procedure of type VixEventProc.


Field Summary
static int FIND_ITEM
           
static int JOB_COMPLETED
           
static int JOB_PROGRESS
           
 
Constructor Summary
Vix.EventType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JOB_COMPLETED

public static final int JOB_COMPLETED
See Also:
Constant Field Values

JOB_PROGRESS

public static final int JOB_PROGRESS
See Also:
Constant Field Values

FIND_ITEM

public static final int FIND_ITEM
See Also:
Constant Field Values
Constructor Detail

Vix.EventType

public Vix.EventType()


Copyright © 2007. All Rights Reserved.