Package | Description |
---|---|
psdi.security.vmm |
Modifier and Type | Method and Description |
---|---|
VMMSyncParameters |
VMMSynchronizer.getSyncParameters()
Returns the synchronization parameters used
during the synchronization.
|
Modifier and Type | Method and Description |
---|---|
void |
VMMSynchronizer.performSync(java.sql.Connection con,
VMMSyncParameters syncParams,
UserInfo userInfo)
Performs the synchronization operation based on the synchronization
parameters.
|
abstract void |
Synchronizer.performSync(java.sql.Connection con,
VMMSyncParameters syncParams,
UserInfo userInfo)
Perform the synchronization based on the synchronization
parameters passed.
|