Package com.vmware.vim25.mo
Class EventManager
java.lang.Object
com.vmware.vim25.mo.ManagedObject
com.vmware.vim25.mo.EventManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCollector(EventFilterSpec filter) intvoidlogUserEvent(ManagedEntity entity, String msg) voidEvent[]queryEvent(EventFilterSpec filter, EventManagerEventViewSpec eventViewSpec) Event[]queryEvents(EventFilterSpec filter) retrieveArgumentDescription(String eventTypeId) Methods inherited from class com.vmware.vim25.mo.ManagedObject
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setCachedProperty, setMOR, setServerConnection, toString, waitForValues
-
Constructor Details
-
EventManager
-
-
Method Details
-
getDescription
-
getLatestEvent
-
createCollector
public EventHistoryCollector createCollector(EventFilterSpec filter) throws InvalidState, RuntimeFault, RemoteException - Throws:
InvalidStateRuntimeFaultRemoteException
-
postEvent
public void postEvent(Event eventToPost, TaskInfo taskInfo) throws InvalidEvent, RuntimeFault, RemoteException - Throws:
InvalidEventRuntimeFaultRemoteException
-
queryEvent
public Event[] queryEvent(EventFilterSpec filter, EventManagerEventViewSpec eventViewSpec) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-
getMaxCollector
public int getMaxCollector() -
createCollectorForEvents
public EventHistoryCollector createCollectorForEvents(EventFilterSpec filter) throws InvalidState, RuntimeFault, RemoteException - Throws:
InvalidStateRuntimeFaultRemoteException
-
logUserEvent
- Throws:
RuntimeFaultRemoteException
-
queryEvents
- Throws:
RuntimeFaultRemoteException
-
retrieveArgumentDescription
public EventArgDesc[] retrieveArgumentDescription(String eventTypeId) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-