Uses of Interface
com.ibm.di.api.local.TombstoneManager
-
Packages that use TombstoneManager Package Description com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer.com.ibm.di.api.local Provides interfaces for managing the local session of the server API.com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local 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.jmx.mbeans
Constructors in com.ibm.di.api.jmx.mbeans with parameters of type TombstoneManager Constructor Description TombstoneManager(TombstoneManager aTombstoneManager)Class constructor. -
Uses of TombstoneManager in com.ibm.di.api.local
Methods in com.ibm.di.api.local that return TombstoneManager Modifier and Type Method Description TombstoneManagerSession. getTombstoneManager()Returns the TombstoneManager object. -
Uses of TombstoneManager in com.ibm.di.api.local.impl
Classes in com.ibm.di.api.local.impl that implement TombstoneManager Modifier and Type Class Description classTombstoneManagerImplRepresents a TombstoneManager instance.Methods in com.ibm.di.api.local.impl that return TombstoneManager Modifier and Type Method Description TombstoneManagerSessionImpl. getTombstoneManager()Returns the TombstoneManager object. -
Uses of TombstoneManager in com.ibm.di.api.remote.impl
Methods in com.ibm.di.api.remote.impl with parameters of type TombstoneManager Modifier and Type Method Description static TombstoneManagerImplTombstoneManagerImpl. createInstance(TombstoneManager aLocalTombstoneManager, SessionImpl aSession)Creates TombstoneManagerImpl instance.
-