|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ws.tpv.engine.filter.summary.Summary
public abstract class Summary
This is the super-class for all summaries.
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 |
---|
protected boolean EOF
protected byte type
Constructor Detail |
---|
public Summary(byte type)
Method Detail |
---|
public byte getType()
public void setEOF(boolean EOF)
EOF
- public boolean isEOF()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |