public class DefaultVMMSyncAdapter extends VMMSyncAdapter
| Constructor and Description |
|---|
DefaultVMMSyncAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
syncEnded(VMMSyncEvent event)
Called by the Synchronizer at the end of a full or incremental
synchronization to let the listener cleanup any references
to objects that are being held for the duration of the
synchronization process.
|
void |
syncGroup(VMMSyncEvent event)
Called by the Synchronizer when a group data need to be synchronized
with the database.
|
void |
syncGroupMembers(VMMSyncEvent event)
Called by the Synchronizer when a group member data need to be
synchronized with the database.
|
void |
syncUser(VMMSyncEvent event)
Called by the Synchronizer when a user data need to be synchronized
with the database.
|
syncStartingpublic void syncUser(VMMSyncEvent event) throws VMMSyncException
syncUser in interface VMMSyncListenersyncUser in class VMMSyncAdapterevent - synchronization event that provides additional details
to perform the user data synchronization with database.VMMSyncException - if the listener fails to perform the
user data synchronization.VMMSyncListener.syncUser(psdi.security.vmm.VMMSyncEvent)public void syncGroup(VMMSyncEvent event) throws VMMSyncException
syncGroup in interface VMMSyncListenersyncGroup in class VMMSyncAdapterevent - synchronization event that provides additional details
to perform the group data synchronization with database.VMMSyncException - if the listener fails to perform the
group data synchronization.VMMSyncListener.syncGroup(psdi.security.vmm.VMMSyncEvent)public void syncGroupMembers(VMMSyncEvent event) throws VMMSyncException
syncGroupMembers in interface VMMSyncListenersyncGroupMembers in class VMMSyncAdapterevent - synchronization event that provides additional details
to perform the VMM group member data synchronization
with database.VMMSyncException - if the listener fails to perform the
group member data synchronization.VMMSyncListener.syncGroupMembers(psdi.security.vmm.VMMSyncEvent)public void syncEnded(VMMSyncEvent event) throws VMMSyncException
syncEnded in interface VMMSyncListenersyncEnded in class VMMSyncAdapterevent - synchronization event that provides additional details
to the listener.VMMSyncException - if the listener fails to cleanup.VMMSyncListener.syncEnded(psdi.security.vmm.VMMSyncEvent)