Package | Description |
---|---|
psdi.security.vmm |
Modifier and Type | Method and Description |
---|---|
commonj.sdo.DataObject |
VMMSyncParameters.checkpointMapToObject(java.util.HashMap<java.lang.String,java.lang.String> cpMap,
commonj.sdo.DataObject controlDO,
boolean fullSync)
Given a ChangeControl DataObject to be sent to VMM, construct child DataObject(s) containing the
checkpoint(s) to start searching from.
|
java.util.HashMap<java.lang.String,java.lang.String> |
VMMSyncParameters.checkpointObjectToMap(commonj.sdo.DataObject inDO)
Given a DataObject returned from VMM, construct a HashMap keyed by repository ID
with value equal to string representation of the checkpoint.
|
void |
VMMSyncTask.init(LoadVMMSyncSettings vmmSyncSettings)
Initialze the task with configuration settings.
|
void |
VMMSynchronizer.init(VMMSynchronizerInitData initData)
Initializes the synchronizer with the initialization data that's
obtained from configuration values.
|
abstract void |
Synchronizer.init(VMMSynchronizerInitData initData)
Initialize the synchronizer with the data passed.
|
LoadVMMSyncSettings |
LoadVMMSyncSettingsLoader.load(java.lang.String task,
java.lang.String taskInstance)
Loads the XML configuration settings based on the
passed input stream.
|
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.
|
void |
VMMSyncTask.performTask()
Performs the synchronization task.
|
void |
VMMSyncListener.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 |
VMMSyncAdapter.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 |
DefaultVMMSyncAdapter.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 |
VMMSyncListener.syncGroup(VMMSyncEvent event)
Called by the Synchronizer when a group data need to be synchronized
with the database.
|
void |
VMMSyncAdapter.syncGroup(VMMSyncEvent event)
Called by the Synchronizer when a group data need to be synchronized
with the database.
|
void |
DefaultVMMSyncAdapter.syncGroup(VMMSyncEvent event)
Called by the Synchronizer when a group data need to be synchronized
with the database.
|
void |
VMMSyncListener.syncGroupMembers(VMMSyncEvent event)
Called by the Synchronizer when a group member data need to be
synchronized with the database.
|
void |
VMMSyncAdapter.syncGroupMembers(VMMSyncEvent event)
Called by the Synchronizer when a group member data need to be
synchronized with the database.
|
void |
DefaultVMMSyncAdapter.syncGroupMembers(VMMSyncEvent event)
Called by the Synchronizer when a group member data need to be
synchronized with the database.
|
void |
VMMSyncListener.syncStarting(VMMSyncEvent event)
Called by the Synchronizer at the begining of a full or
incremental synchronization to let the listener initialize
itself.
|
void |
VMMSyncAdapter.syncStarting(VMMSyncEvent event)
Called by the Synchronizer at the begining of a full or
incremental synchronization to let the listener initialize
itself.
|
void |
VMMSyncListener.syncUser(VMMSyncEvent event)
Called by the Synchronizer when a user data need to be synchronized
with the database.
|
void |
VMMSyncAdapter.syncUser(VMMSyncEvent event)
Called by the Synchronizer when a user data need to be synchronized
with the database.
|
void |
DefaultVMMSyncAdapter.syncUser(VMMSyncEvent event)
Called by the Synchronizer when a user data need to be synchronized
with the database.
|