GigaSpaces XAP 9.5 API

org.openspaces.admin.vm.events
Interface VirtualMachineAddedEventManager


public interface VirtualMachineAddedEventManager

An event manager allowing to remove and add VirtualMachineAddedEventListeners.

Author:
kimchy

Method Summary
 void add(VirtualMachineAddedEventListener eventListener)
          Add the event listener.
 void add(VirtualMachineAddedEventListener eventListener, boolean includeExisting)
          Add the event listener.
 void remove(VirtualMachineAddedEventListener eventListener)
          Removes the event listener.
 

Method Detail

add

void add(VirtualMachineAddedEventListener eventListener)
Add the event listener. Note, the add callback will be called for currently discovered virtual machines as well.


add

void add(VirtualMachineAddedEventListener eventListener,
         boolean includeExisting)
Add the event listener. Allows to control if events will be raised for existing virtual machines as well.


remove

void remove(VirtualMachineAddedEventListener eventListener)
Removes the event listener.


GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.