public class Prolog extends Object
Modifier and Type | Method | Description |
---|---|---|
String |
getBufferWrap() |
Returns if buffer wrapped Y/N.
|
String |
getBuffSize() |
Returns the buffer size in bytes.
|
String |
getBytesCollected() |
Returns bytes collected.
|
String |
getChannels() |
Returns number of x.25 logical channels.
|
String |
getControllerName() |
Returns the Controller name.
|
String |
getDataDirection() |
Returns the data direction:
1=Sent 2=received 3=both |
String |
getDate() |
return the current date in the Date.toString() format.
|
String |
getEndingBytes() |
Returns the ending bytes.
|
String |
getFilterIPv6() |
Returns address filtering for IPv6.
|
String |
getIPID() |
Returns IP protocol number.
|
String |
getIPv4() |
Returns IP address IPv4.
|
String |
getLANFilter() |
Returns the Lan Filter option.
Filter by : '0' - All data (no filtering) '1' - remote controller '2' - remote MAC address '3' - remote SAP '4' - local SAP '5' - IP protocol number '6' - remote IP address |
String |
getLMIData() |
Returns trace LMI data"
'0' - Normal trace '6' - Exclude LMI '3' - LMI only |
String |
getLocalSAP() |
Returns local SAP address.
|
String |
getMaxFrameProtocol() |
Returns max frame allowed by protocol.
|
String |
getMaxFrameUser() |
Returns max frame allowed by user.
|
String |
getNDObject() |
Returns the ND object name.
|
int |
getNumBytes() |
Returns the number of bytes collected during this communication trace .
|
int |
getNumRecs() |
return the number of records in this communication trace.
|
String |
getObjectType() |
Returns the Object type and subtype:
'1' - Line description '2' - Network interface '3' - Network Server |
String |
getProtocol() |
Returns the protocol:
'A' - ASYNC 'B' - BSC 'C' - ETHERNET 'D' - DDI 'E' - ECL(TOKEN-RING) 'E' - ECL(TOKEN-RING) 'F' - FRAME RELAY 'H' - HDLC(X.25) 'I' - ISDN 'Q' - IDLC 'S' - SDLC |
String |
getRecTimer() |
Returns record timer length 2/4 bytes.
|
String |
getRmtContName() |
Returns the remote controller name.
|
String |
getRmtMacAddr() |
Returns remote MAC address.
|
String |
getRmtSAP() |
Returns remote SAP address.
|
String |
getStartBytes() |
Returns the beginning bytes.
|
String |
getStartTime() |
Returns Start time of trace in 8-byte TOD clock value.
|
String |
getStatus() |
Returns status of trace:
'STOP' - Stopped 'ERR ' - Error |
String |
getStopFull() |
returns Stop on Buffer full.
|
String |
getStopTime() |
Returns stop time of trace in 8-byte TOD clock value.
|
String |
getTitle() |
return the title of this communication trace
|
String |
getTraceDescription() |
Returns the trace description.
|
String |
getType() |
Returns the type.
|
String |
getUserData() |
Returns if traced all user data.
|
boolean |
invalidData() |
returns if there was an error parsing the data provided
|
String |
toString() |
Returns a printable representation of this Prolog.
|
public int getNumRecs()
public String getTitle()
public String getDate()
public boolean invalidData()
public int getNumBytes()
public String toString()
public String getTraceDescription()
public String getNDObject()
public String getObjectType()
public String getProtocol()
public String getBuffSize()
public String getDataDirection()
public String getStopFull()
public String getStartBytes()
public String getEndingBytes()
public String getControllerName()
public String getUserData()
public String getLANFilter()
public String getRmtContName()
public String getRmtMacAddr()
public String getRmtSAP()
public String getLocalSAP()
public String getFilterIPv6()
public String getIPv4()
public String getIPID()
public String getLMIData()
public String getStatus()
public String getStartTime()
public String getStopTime()
public String getBytesCollected()
public String getMaxFrameProtocol()
public String getMaxFrameUser()
public String getChannels()
public String getBufferWrap()
public String getRecTimer()
public String getType()
Copyright © 2025. All rights reserved.