Uses of Interface
com.ibm.di.api.remote.TombstoneManager
-
Packages that use TombstoneManager Package Description com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API.com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. -
-
Uses of TombstoneManager in com.ibm.di.api.remote
Methods in com.ibm.di.api.remote that return TombstoneManager Modifier and Type Method Description TombstoneManager
Session. getTombstoneManager()
Returns the TombstoneManager object. -
Uses of TombstoneManager in com.ibm.di.api.remote.impl
Classes in com.ibm.di.api.remote.impl that implement TombstoneManager Modifier and Type Class Description class
TombstoneManagerImpl
Represents a TombstoneManager instance.Methods in com.ibm.di.api.remote.impl that return TombstoneManager Modifier and Type Method Description TombstoneManager
SessionImpl. getTombstoneManager()
Returns the TombstoneManager object.
-