IBM WebSphere Application ServerTM
Release 8

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

java.lang.Object
  extended by com.ibm.ws.tpv.engine.filter.summary.Summary
All Implemented Interfaces:
java.io.Serializable

public abstract class Summary
extends java.lang.Object
implements java.io.Serializable

This is the super-class for all summaries.

See Also:
Serialized Form

Field Summary
protected  boolean EOF
           
protected  byte type
           
 
Constructor Summary
Summary(byte type)
          Creates a Summary based on the type
 
Method Summary
 byte getType()
          Returns the type of the summary
 boolean isEOF()
          Checks if EndOfFile is reached
 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

protected boolean EOF

type

protected byte type
Constructor Detail

Summary

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

Method Detail

getType

public byte getType()
Returns the type of the summary

Returns:
byte

setEOF

public void setEOF(boolean EOF)
Sets the EndOfFile flag

Parameters:
EOF -

isEOF

public boolean isEOF()
Checks if EndOfFile is reached

Returns:
EOF

IBM WebSphere Application ServerTM
Release 8