|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.as400.util.commtrace.Frame
public class Frame
Encapsulates all the data for one Frame of the trace.
Parses the Frame data and creates a printable representation of this
Frame.
The data in any packet is mainted in a linked list like structure. The
format of any Frame will be one of the following:
Method Summary | |
---|---|
String |
getLLC()
Returns the code determining if the LAN fame is LLC. |
IPPacket |
getPacket()
Returns the packet contained by this Frame. |
String |
getPDUType()
Returns the PDU length. |
String |
getRecNum()
Returns the Frame number. |
String |
getRecStatus()
Returns the Frame status. |
String |
getRecType()
Returns the Frame type. |
String |
getRoutingLength()
Returns the LAN routing length, |
String |
getSDLCPort()
Returns the SDLC port. |
String |
getSDLCSlot()
Returns the SDLC slot. |
String |
getTCP()
Returns if the Frame is TCP Y/N. |
String |
getTime()
Return the Time of day in HH:MM:SS.mm format. |
String |
getTOD()
Returns 64 bit Time of Day. |
boolean |
isTCP()
Returns a boolean indicating if the Frame is TCP |
String |
toString(FormatProperties filter)
Returns a printable representation of this Frame. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String toString(FormatProperties filter)
filter
- FormatProperties object for filtering this Frame.
public IPPacket getPacket()
public String getRecNum()
public String getTOD()
public String getTime()
public String getRecType()
public String getPDUType()
public String getRecStatus()
public String getSDLCSlot()
public String getSDLCPort()
public String getLLC()
public String getRoutingLength()
public String getTCP()
public boolean isTCP()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |