|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tombstone | |
---|---|
com.ibm.di.api.jmx.mbeans | |
com.ibm.di.api.local | |
com.ibm.di.api.local.impl | |
com.ibm.di.api.remote | |
com.ibm.di.api.remote.impl | |
com.ibm.di.api.tm |
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)
|
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)
|
Tombstone[] |
TombstoneManagerMBean.getAssemblyLineTombstones(String aAssemblyLineName,
String aConfigID,
int aRecentNumberOfTombstones)
Returns the recent n number of tombsones for a specified AssemblyLine. |
Tombstone[] |
TombstoneManager.getAssemblyLineTombstones(String aAssemblyLineName,
String aConfigID,
int aRecentNumberOfTombstones)
|
Tombstone[] |
TombstoneManagerMBean.getConfigInstanceTombstones(String aConfigID)
Returns all available tombstones for the specified Config Instance. |
Tombstone[] |
TombstoneManager.getConfigInstanceTombstones(String aConfigID)
|
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)
|
Tombstone[] |
TombstoneManagerMBean.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID)
Returns all available tombstones for the specified EventHandler. |
Tombstone[] |
TombstoneManager.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID)
|
Tombstone[] |
TombstoneManagerMBean.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID,
Date aStartTime,
Date aEndTime)
Returns all available tombstones for the specified EventHandler with timestamps in the interval specified by aStartTime and aEndTime. |
Tombstone[] |
TombstoneManager.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID,
Date aStartTime,
Date aEndTime)
|
Tombstone |
TombstoneManagerMBean.getTombstone(String aGUID)
Returns a single tombstone object uniquely identified by the specified GUID. |
Tombstone |
TombstoneManager.getTombstone(String aGUID)
|
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)
|
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 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.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID)
Returns all available tombstones for the specified EventHandler. |
Tombstone[] |
TombstoneManager.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID,
Date aStartTime,
Date aEndTime)
Returns all available tombstones for the specified EventHandler 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)
|
Tombstone[] |
TombstoneManagerImpl.getAssemblyLineTombstones(String aAssemblyLineName,
String aConfigID,
Date aStartTime,
Date aEndTime)
|
Tombstone[] |
TombstoneManagerImpl.getAssemblyLineTombstones(String aAssemblyLineName,
String aConfigID,
int aRecentNumberOfTombstones)
|
Tombstone[] |
TombstoneManagerImpl.getConfigInstanceTombstones(String aConfigID)
|
Tombstone[] |
TombstoneManagerImpl.getConfigInstanceTombstones(String aConfigID,
Date aStartTime,
Date aEndTime)
|
Tombstone[] |
TombstoneManagerImpl.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID)
|
Tombstone[] |
TombstoneManagerImpl.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID,
Date aStartTime,
Date aEndTime)
|
Tombstone |
TombstoneManagerImpl.getTombstone(String aGUID)
|
Tombstone[] |
TombstoneManagerImpl.getTombstones(Date aStartTime,
Date 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.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID)
Returns all available tombstones for the specified EventHandler. |
Tombstone[] |
TombstoneManager.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID,
Date aStartTime,
Date aEndTime)
Returns all available tombstones for the specified EventHandler 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)
|
Tombstone[] |
TombstoneManagerImpl.getAssemblyLineTombstones(String aAssemblyLineName,
String aConfigID,
Date aStartTime,
Date aEndTime)
|
Tombstone[] |
TombstoneManagerImpl.getAssemblyLineTombstones(String aAssemblyLineName,
String aConfigID,
int aRecentNumberOfTombstones)
|
Tombstone[] |
TombstoneManagerImpl.getConfigInstanceTombstones(String aConfigID)
|
Tombstone[] |
TombstoneManagerImpl.getConfigInstanceTombstones(String aConfigID,
Date aStartTime,
Date aEndTime)
|
Tombstone[] |
TombstoneManagerImpl.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID)
|
Tombstone[] |
TombstoneManagerImpl.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID,
Date aStartTime,
Date aEndTime)
|
Tombstone |
TombstoneManagerImpl.getTombstone(String aGUID)
|
Tombstone[] |
TombstoneManagerImpl.getTombstones(Date aStartTime,
Date 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 aAssemblyLineName,
String aConfigID,
int aRecentNumberOfTombstones)
Gets the recent n number of tombsones 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.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID)
Get all available tombstones for a specified EventHandler. |
Tombstone[] |
TombstoneManager.getEventHandlerTombstones(String aEventHandlerName,
String aConfigID,
Date aStartTime,
Date aEndTime)
Get all available tombstones for a specified EventHandler 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |