Uses of Interface
com.ibm.di.api.local.TombstoneManager

Packages that use TombstoneManager
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
TombstoneManager(TombstoneManager aTombstoneManager)
          Class constructor.
 

Uses of TombstoneManager in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return TombstoneManager
 TombstoneManager Session.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
 class TombstoneManagerImpl
          Represents a TombstoneManager instance.
 

Methods in com.ibm.di.api.local.impl that return TombstoneManager
 TombstoneManager SessionImpl.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
static TombstoneManagerImpl TombstoneManagerImpl.createInstance(TombstoneManager aLocalTombstoneManager, SessionImpl aSession)
          Creates TombstoneManagerImpl instance.