public class Dictionary extends Object
Modifier and Type | Method and Description |
---|---|
static Dictionary |
create(List<DictionaryEntry> dictionaryEntries)
Create a dictionary for CICS Monitoring entries.
|
List<DictionaryEntry> |
Entries()
The list of entries in this Dictionary
|
boolean |
equals(Object obj) |
DictionaryEntry |
getEntry(MonitoringField field)
Get a Dictionary Entry for a field identifier
|
DictionaryEntry |
getEntryByConnector(Integer connectorValue)
Get a Dictionary Entry for a field connector value
|
DictionaryEntry |
getEntryByIdentifier(String owner,
String identifier)
Get a Dictionary Entry for a field identifier
|
int |
hashCode() |
boolean |
haveEntry(MonitoringField field)
Check whether we have a Dictionary Entry for a field identifier
|
public static Dictionary create(List<DictionaryEntry> dictionaryEntries)
Not normally called from user code - use
Smf110Record.dictionaryEntries()
to get the Dictionary.
dictionaryEntries
- a list of DictionaryEntrypublic DictionaryEntry getEntryByConnector(Integer connectorValue)
connectorValue
- the connector valuepublic DictionaryEntry getEntryByIdentifier(String owner, String identifier)
owner
- the owner of the field e.g. "DFHTASK"identifier
- the 4 character identifier for the field
including type e.g. "C001"public boolean haveEntry(MonitoringField field)
field
- a field (ClockField, CountField etc.)MonitoringField
public DictionaryEntry getEntry(MonitoringField field)
field
- a field (ClockField, CountField etc.)MonitoringField
public List<DictionaryEntry> Entries()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.