Uses of Class
com.ibm.di.api.Tombstone

Packages that use Tombstone
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 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. 
com.ibm.di.api.tm Provides classes for managing tombstones. 
 

Uses of Tombstone in com.ibm.di.api.jmx.mbeans
 

Methods in com.ibm.di.api.jmx.mbeans that return Tombstone
 Tombstone[] TombstoneManagerMBean.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID)
          Returns all available tombstones for the specified AssemblyLine.
 Tombstone[] TombstoneManager.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID)
          Returns all available tombstones for the specified AssemblyLine.
 Tombstone[] TombstoneManagerMBean.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, Date aStartTime, Date aEndTime)
          Returns all available tombstones for the specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone[] TombstoneManager.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, Date aStartTime, Date aEndTime)
          Returns all available tombstones for the specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone[] TombstoneManagerMBean.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, int aRecentNumberOfTombstones)
          Returns the recent n number of tombstones for a specified AssemblyLine.
 Tombstone[] TombstoneManager.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, int aRecentNumberOfTombstones)
          Returns the recent n number of tombstones for a specified AssemblyLine.
 Tombstone[] TombstoneManagerMBean.getConfigInstanceTombstones(String aConfigID)
          Returns all available tombstones for the specified Config Instance.
 Tombstone[] TombstoneManager.getConfigInstanceTombstones(String aConfigID)
          Returns all available tombstones for the specified Config Instance.
 Tombstone[] TombstoneManagerMBean.getConfigInstanceTombstones(String aConfigID, Date aStartTime, Date aEndTime)
          Returns all available tombstones for the specified Config Instance with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone[] TombstoneManager.getConfigInstanceTombstones(String aConfigID, Date aStartTime, Date aEndTime)
          Returns all available tombstones for the specified Config Instance with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone TombstoneManagerMBean.getTombstone(String aGUID)
          Returns a single tombstone object uniquely identified by the specified GUID.
 Tombstone TombstoneManager.getTombstone(String aGUID)
          Returns a single tombstone object uniquely identified by the specified GUID.
 Tombstone[] TombstoneManagerMBean.getTombstones(Date aStartTime, Date aEndTime)
          Returns all available tombstones with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone[] TombstoneManager.getTombstones(Date aStartTime, Date aEndTime)
          Returns all available tombstones with timestamps in the interval specified by aStartTime and aEndTime.
 

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

Methods in com.ibm.di.api.local that return Tombstone
 Tombstone[] TombstoneManager.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID)
          Returns all available tombstones for the specified AssemblyLine.
 Tombstone[] TombstoneManager.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, Date aStartTime, Date aEndTime)
          Returns all available tombstones for the specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone[] TombstoneManager.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, int aRecentNumberOfTombstones)
          Returns the recent n number of tombstones for a specified AssemblyLine.
 Tombstone[] TombstoneManager.getConfigInstanceTombstones(String aConfigID)
          Returns all available tombstones for the specified Config Instance.
 Tombstone[] TombstoneManager.getConfigInstanceTombstones(String aConfigID, Date aStartTime, Date aEndTime)
          Returns all available tombstones for the specified Config Instance with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone TombstoneManager.getTombstone(String aGUID)
          Returns a single tombstone object uniquely identified by the specified GUID.
 Tombstone[] TombstoneManager.getTombstones(Date aStartTime, Date aEndTime)
          Returns all available tombstones with timestamps in the interval specified by aStartTime and aEndTime.
 

Uses of Tombstone in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl that return Tombstone
 Tombstone[] TombstoneManagerImpl.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID)
          Returns all available tombstones for the specified AssemblyLine.
 Tombstone[] TombstoneManagerImpl.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, Date aStartTime, Date aEndTime)
          Returns all available tombstones for the specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone[] TombstoneManagerImpl.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, int aRecentNumberOfTombstones)
          Returns the recent n number of tombstones for a specified AssemblyLine.
 Tombstone[] TombstoneManagerImpl.getConfigInstanceTombstones(String aConfigID)
          Returns all available tombstones for the specified Config Instance.
 Tombstone[] TombstoneManagerImpl.getConfigInstanceTombstones(String aConfigID, Date aStartTime, Date aEndTime)
          Returns all available tombstones for the specified Config Instance with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone TombstoneManagerImpl.getTombstone(String aGUID)
          Returns a single tombstone object uniquely identified by the specified GUID.
 Tombstone[] TombstoneManagerImpl.getTombstones(Date aStartTime, Date aEndTime)
          Returns all available tombstones with timestamps in the interval specified by aStartTime and aEndTime.
 

Uses of Tombstone in com.ibm.di.api.remote
 

Methods in com.ibm.di.api.remote that return Tombstone
 Tombstone[] TombstoneManager.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID)
          Returns all available tombstones for the specified AssemblyLine.
 Tombstone[] TombstoneManager.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, Date aStartTime, Date aEndTime)
          Returns all available tombstones for the specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone[] TombstoneManager.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, int aRecentNumberOfTombstones)
          Returns the recent n number of tombsones for a specified AssemblyLine.
 Tombstone[] TombstoneManager.getConfigInstanceTombstones(String aConfigID)
          Returns all available tombstones for the specified Config Instance.
 Tombstone[] TombstoneManager.getConfigInstanceTombstones(String aConfigID, Date aStartTime, Date aEndTime)
          Returns all available tombstones for the specified Config Instance with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone TombstoneManager.getTombstone(String aGUID)
          Returns a single tombstone object uniquely identified by the specified GUID.
 Tombstone[] TombstoneManager.getTombstones(Date aStartTime, Date aEndTime)
          Returns all available tombstones with timestamps in the interval specified by aStartTime and aEndTime.
 

Uses of Tombstone in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl that return Tombstone
 Tombstone[] TombstoneManagerImpl.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID)
          Returns all available tombstones for the specified AssemblyLine.
 Tombstone[] TombstoneManagerImpl.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, Date aStartTime, Date aEndTime)
          Returns all available tombstones for the specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone[] TombstoneManagerImpl.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, int aRecentNumberOfTombstones)
          Returns the recent n number of tombsones for a specified AssemblyLine.
 Tombstone[] TombstoneManagerImpl.getConfigInstanceTombstones(String aConfigID)
          Returns all available tombstones for the specified Config Instance.
 Tombstone[] TombstoneManagerImpl.getConfigInstanceTombstones(String aConfigID, Date aStartTime, Date aEndTime)
          Returns all available tombstones for the specified Config Instance with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone TombstoneManagerImpl.getTombstone(String aGUID)
          Returns a single tombstone object uniquely identified by the specified GUID.
 Tombstone[] TombstoneManagerImpl.getTombstones(Date aStartTime, Date aEndTime)
          Returns all available tombstones with timestamps in the interval specified by aStartTime and aEndTime.
 

Uses of Tombstone in com.ibm.di.api.tm
 

Methods in com.ibm.di.api.tm that return Tombstone
 Tombstone[] TombstoneManager.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID)
          Get all available tombstones for a specified AssemblyLine.
 Tombstone[] TombstoneManager.getAssemblyLineTombstones(String aAssemblyLineName, String aConfigID, Date aStartTime, Date aEndTime)
          Get all available tombstones for a specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone[] TombstoneManager.getAssemblyLineTombstones(String assemblyLineName, String configID, int recentNumberOfTombstones)
          Gets the recent n number of tombstones for a specified AssemblyLine
 Tombstone[] TombstoneManager.getConfigInstanceTombstones(String aConfigID)
          Get all available tombstones for a specified Configuration Instance.
 Tombstone[] TombstoneManager.getConfigInstanceTombstones(String aConfigID, Date aStartTime, Date aEndTime)
          Get all available tombstones for a specified ConfigInstance with timestamps in the interval specified by aStartTime and aEndTime.
 Tombstone TombstoneManager.getTombstone(String aGUID)
          Get single tombstone object, uniquely identified by the specified GUID
 Tombstone[] TombstoneManager.getTombstones(Date aStartTime, Date aEndTime)
          Get all available tombstones with timestamps in the interval specified by aStartTime and aEndTime.