Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
psdi.security.vmm.VMMSyncListener

  • Packages that use VMMSyncListener 
    Package Description
    psdi.security.vmm  
    • Uses of VMMSyncListener in psdi.security.vmm

      Classes in psdi.security.vmm that implement VMMSyncListener 
      Modifier and Type Class and Description
      class  DefaultVMMSyncAdapter
      A default adapter class that synchronizes the VMM data with configured MAXIMO database table mappings.
      class  VMMSyncAdapter
      An adapter class that has a dummy implementations of all the required methods.
      Fields in psdi.security.vmm declared as VMMSyncListener 
      Modifier and Type Field and Description
      protected VMMSyncListener VMMSynchronizer.vmmSyncListener
      Synchronization listener object that will receive notifications for each user or group that need to be synchronized to MAXIMO database tables.
      Methods in psdi.security.vmm that return VMMSyncListener 
      Modifier and Type Method and Description
      VMMSyncListener VMMSynchronizer.getVMMSyncListener()
      Returns the listener object that receives synchronization events.
      Methods in psdi.security.vmm with parameters of type VMMSyncListener 
      Modifier and Type Method and Description
      void VMMSynchronizer.setVMMSyncListener(VMMSyncListener vmmSyncListener)
      Sets the listener object that gets notification events during synchronization process.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes