|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String aAssemblyLineName,
java.lang.String aConfigID)
Returns all available tombstones for the specified AssemblyLine. |
Tombstone[] |
TombstoneManager.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID)
Returns all available tombstones for the specified AssemblyLine. |
Tombstone[] |
TombstoneManagerMBean.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones for the specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone[] |
TombstoneManager.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones for the specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone[] |
TombstoneManagerMBean.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
int aRecentNumberOfTombstones)
Returns the recent n number of tombstones for a specified AssemblyLine. |
Tombstone[] |
TombstoneManager.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
int aRecentNumberOfTombstones)
Returns the recent n number of tombstones for a specified AssemblyLine. |
Tombstone[] |
TombstoneManagerMBean.getConfigInstanceTombstones(java.lang.String aConfigID)
Returns all available tombstones for the specified Config Instance. |
Tombstone[] |
TombstoneManager.getConfigInstanceTombstones(java.lang.String aConfigID)
Returns all available tombstones for the specified Config Instance. |
Tombstone[] |
TombstoneManagerMBean.getConfigInstanceTombstones(java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones for the specified Config Instance with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone[] |
TombstoneManager.getConfigInstanceTombstones(java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones for the specified Config Instance with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone |
TombstoneManagerMBean.getTombstone(java.lang.String aGUID)
Returns a single tombstone object uniquely identified by the specified GUID. |
Tombstone |
TombstoneManager.getTombstone(java.lang.String aGUID)
Returns a single tombstone object uniquely identified by the specified GUID. |
Tombstone[] |
TombstoneManagerMBean.getTombstones(java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone[] |
TombstoneManager.getTombstones(java.util.Date aStartTime,
java.util.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(java.lang.String aAssemblyLineName,
java.lang.String aConfigID)
Returns all available tombstones for the specified AssemblyLine. |
Tombstone[] |
TombstoneManager.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones for the specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone[] |
TombstoneManager.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
int aRecentNumberOfTombstones)
Returns the recent n number of tombstones for a specified AssemblyLine. |
Tombstone[] |
TombstoneManager.getConfigInstanceTombstones(java.lang.String aConfigID)
Returns all available tombstones for the specified Config Instance. |
Tombstone[] |
TombstoneManager.getConfigInstanceTombstones(java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones for the specified Config Instance with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone |
TombstoneManager.getTombstone(java.lang.String aGUID)
Returns a single tombstone object uniquely identified by the specified GUID. |
Tombstone[] |
TombstoneManager.getTombstones(java.util.Date aStartTime,
java.util.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(java.lang.String aAssemblyLineName,
java.lang.String aConfigID)
Returns all available tombstones for the specified AssemblyLine. |
Tombstone[] |
TombstoneManagerImpl.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones for the specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone[] |
TombstoneManagerImpl.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
int aRecentNumberOfTombstones)
Returns the recent n number of tombstones for a specified AssemblyLine. |
Tombstone[] |
TombstoneManagerImpl.getConfigInstanceTombstones(java.lang.String aConfigID)
Returns all available tombstones for the specified Config Instance. |
Tombstone[] |
TombstoneManagerImpl.getConfigInstanceTombstones(java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones for the specified Config Instance with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone |
TombstoneManagerImpl.getTombstone(java.lang.String aGUID)
Returns a single tombstone object uniquely identified by the specified GUID. |
Tombstone[] |
TombstoneManagerImpl.getTombstones(java.util.Date aStartTime,
java.util.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(java.lang.String aAssemblyLineName,
java.lang.String aConfigID)
Returns all available tombstones for the specified AssemblyLine. |
Tombstone[] |
TombstoneManager.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones for the specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone[] |
TombstoneManager.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
int aRecentNumberOfTombstones)
Returns the recent n number of tombsones for a specified AssemblyLine. |
Tombstone[] |
TombstoneManager.getConfigInstanceTombstones(java.lang.String aConfigID)
Returns all available tombstones for the specified Config Instance. |
Tombstone[] |
TombstoneManager.getConfigInstanceTombstones(java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones for the specified Config Instance with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone |
TombstoneManager.getTombstone(java.lang.String aGUID)
Returns a single tombstone object uniquely identified by the specified GUID. |
Tombstone[] |
TombstoneManager.getTombstones(java.util.Date aStartTime,
java.util.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(java.lang.String aAssemblyLineName,
java.lang.String aConfigID)
Returns all available tombstones for the specified AssemblyLine. |
Tombstone[] |
TombstoneManagerImpl.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones for the specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone[] |
TombstoneManagerImpl.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
int aRecentNumberOfTombstones)
Returns the recent n number of tombsones for a specified AssemblyLine. |
Tombstone[] |
TombstoneManagerImpl.getConfigInstanceTombstones(java.lang.String aConfigID)
Returns all available tombstones for the specified Config Instance. |
Tombstone[] |
TombstoneManagerImpl.getConfigInstanceTombstones(java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Returns all available tombstones for the specified Config Instance with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone |
TombstoneManagerImpl.getTombstone(java.lang.String aGUID)
Returns a single tombstone object uniquely identified by the specified GUID. |
Tombstone[] |
TombstoneManagerImpl.getTombstones(java.util.Date aStartTime,
java.util.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(java.lang.String aAssemblyLineName,
java.lang.String aConfigID)
Get all available tombstones for a specified AssemblyLine. |
Tombstone[] |
TombstoneManager.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Get all available tombstones for a specified AssemblyLine with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone[] |
TombstoneManager.getAssemblyLineTombstones(java.lang.String aAssemblyLineName,
java.lang.String aConfigID,
int aRecentNumberOfTombstones)
Gets the recent n number of tombstones for a specified AssemblyLine |
Tombstone[] |
TombstoneManager.getConfigInstanceTombstones(java.lang.String aConfigID)
Get all available tombstones for a specified Configuration Instance. |
Tombstone[] |
TombstoneManager.getConfigInstanceTombstones(java.lang.String aConfigID,
java.util.Date aStartTime,
java.util.Date aEndTime)
Get all available tombstones for a specified ConfigInstance with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone |
TombstoneManager.getTombstone(java.lang.String aGUID)
Get single tombstone object, uniquely identified by the specified GUID |
Tombstone[] |
TombstoneManager.getTombstones(java.util.Date aStartTime,
java.util.Date aEndTime)
Get all available tombstones with timestamps in the interval specified by aStartTime and aEndTime. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |