Class DictionaryEntry
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.monitoring.DictionaryEntry
Mapping for CICS Monitoring Dictionary Entry.
-
Method Summary
Modifier and TypeMethodDescriptionint
cmodconn()
CMODCONN value.cmodhead()
CMODHEAD value.cmodidnt()
CMODIDNT value.int
cmodleng()
CMODLENG value.cmodname()
CMODNAME value.int
cmodofst()
CMODOFST value.cmodtype()
CMODTYPE value.static DictionaryEntry
create
(byte[] Data, int offset, int length) create is intended for internal use only.entryId()
Entry ID - 4 character combination of the type and identifier e.g.boolean
Tests equality, returns true if data arrays contain the same data, and objects are of the same type.field()
Get a MonitoringField for this entryDeprecated.int
hashCode()
toString()
Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
cmodname
CMODNAME value.- Returns:
- String CMODNAME value
-
cmodtype
CMODTYPE value.- Returns:
- String CMODTYPE value
-
cmodidnt
CMODIDNT value.- Returns:
- String CMODIDNT value
-
entryId
Entry ID - 4 character combination of the type and identifier e.g. "C001".- Returns:
- String entryId
-
cmodleng
public int cmodleng()CMODLENG value.- Returns:
- int CMODLENG value
-
cmodconn
public int cmodconn()CMODCONN value.- Returns:
- int CMODCONN value
-
cmodofst
public int cmodofst()CMODOFST value.- Returns:
- int CMODOFST value
-
cmodhead
CMODHEAD value.- Returns:
- String CMODHEAD value
-
getFieldId
Deprecated.seefield()
Get a MonitoringField for this entry- Returns:
- MonitoringField
-
field
Get a MonitoringField for this entry- Returns:
- MonitoringField
-
equals
Description copied from class:Data
Tests equality, returns true if data arrays contain the same data, and objects are of the same type. -
hashCode
public int hashCode() -
toString
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-
field()