com.ibm.ws.tpv.engine.filter.summary

Class Summary

  1. java.lang.Object
  2. extended bycom.ibm.ws.tpv.engine.filter.summary.Summary
All implemented interfaces:
java.io.Serializable

  1. public abstract class Summary
  2. extends java.lang.Object
  3. implements java.io.Serializable
This is the super-class for all summaries.
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. protected
  2. boolean
EOF
  1. protected
  2. byte
type

Constructor Summary

Constructor and Description
Summary(byte type)
Creates a Summary based on the type

Method Summary

Modifier and Type Method and Description
  1. byte
getType()
Returns the type of the summary
  1. boolean
isEOF()
Checks if EndOfFile is reached
  1. void
setEOF(boolean EOF)
Sets the EndOfFile flag
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

EOF

  1. protected boolean EOF

type

  1. protected byte type

Constructor Detail

Summary

  1. public Summary(byte type)
Creates a Summary based on the type

Method Detail

getType

  1. public byte getType()
Returns the type of the summary
Returns:
byte

setEOF

  1. public void setEOF(boolean EOF)
Sets the EndOfFile flag
Parameters:
EOF -

isEOF

  1. public boolean isEOF()
Checks if EndOfFile is reached
Returns:
EOF