|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.log.TWGLogTracker
This class is used to track a log allowing a console to retrieve a log in pieces and/or retrieve dynamic updates.
Field Summary |
---|
Fields inherited from interface com.tivoli.twg.engine.TWGQueueElement |
---|
QTYPE_BATCH, QTYPE_TIMER |
Method Summary | |
---|---|
static TWGLogTracker |
find(java.lang.String logName)
Retrieve a log tracker for the specified name. |
void |
process(int qType)
Method called when this element is removed from a queue. |
Vect |
read(TWGLogBookmark mark)
|
Vect |
read(TWGLogBookmark mark,
int maxSize)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static TWGLogTracker find(java.lang.String logName)
logName
- the name of the log to track.public final Vect read(TWGLogBookmark mark)
public Vect read(TWGLogBookmark mark, int maxSize)
public void process(int qType)
process
in interface TWGQueueElement
qType
- Queue type from which this method has been called.
Valid types are "QTYPE_TIMER" and "QTYPE_BATCH".
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |