Class TimestampField
java.lang.Object
com.blackhillsoftware.smf.cics.monitoring.fields.MonitoringField
com.blackhillsoftware.smf.cics.monitoring.fields.TimestampField
Class used to define a Timestamp field (type T).
 Fields are accessed via the 
 
MonitoringPerformanceRecord.
 
 See the MonitoringPerformanceRecord
 documentation for a code example to show how to define and access the fields.- 
Method SummaryModifier and TypeMethodDescriptionstatic TimestampFieldDefine a TimestampField representing a field identified by owner and nameMethods inherited from class com.blackhillsoftware.smf.cics.monitoring.fields.MonitoringFieldequals, from, getIdentifier, getName, getOwner, hashCode
- 
Method Details- 
defineDefine a TimestampField representing a field identified by owner and name- Parameters:
- owner- the owner of the field e.g. "DFHCICS"
- identifier- the 4 character identifier for the field including type e.g. "T361"
- Returns:
- TimestampField entry identifying the field
 
 
-