com.sap.tc.logging.interfaces

Interface IFileSetLog


public interface IFileSetLog


Method Summary
 File getFile()
          Gets the current file in rotating file set
 File getFile(int index)
          Gets the file from rotating fileset on given position (index).
 File getFileLatest()
          Gets the latest (newest) file from the rotating fileset.
 File getFilePrime()
          Gets the prime (oldest) file from the rotating fileset.
 int getIndex()
          Gets the current file index in rotating file set
 int getLimit()
          Gets the limit file size used for sequencing on the rotating output file
 int getSize()
          Gets the size of rotating fileset, number of files in fileset.
 boolean isInFileSet()
          Check is the file in rotating file set
 void moveToBOFS()
          Move rotating fileset index to the beginning of the fileset
 void moveToEOFS()
          Move rotating fileset index to the end of the fileset
 void next()
          Move rotating fileset index to next position.
 void previous()
          Move rotating fileset index to previous position.
 void setIndex(int value)
          Sets the current file index in rotating file set
 void setLimit(int value)
          Sets the limit file size used for sequencing on the rotating output file
 void setSize(int value)
          Sets the size of rotating fileset, number of files in fileset.
 

Method Detail

getLimit

int getLimit()
Gets the limit file size used for sequencing on the rotating output file

Returns:
Limit file size

setLimit

void setLimit(int value)
Sets the limit file size used for sequencing on the rotating output file


getSize

int getSize()
Gets the size of rotating fileset, number of files in fileset.

Returns:
Number of files in rotating fileset.

setSize

void setSize(int value)
Sets the size of rotating fileset, number of files in fileset.


getIndex

int getIndex()
Gets the current file index in rotating file set

Returns:
Limit file size

setIndex

void setIndex(int value)
Sets the current file index in rotating file set


isInFileSet

boolean isInFileSet()
Check is the file in rotating file set

Returns:
true if file is part of fileset

getFile

File getFile()
Gets the current file in rotating file set

Returns:
java.io.File

getFile

File getFile(int index)
Gets the file from rotating fileset on given position (index).

Returns:
java.io.File

getFileLatest

File getFileLatest()
Gets the latest (newest) file from the rotating fileset.

Returns:
java.io.File

getFilePrime

File getFilePrime()
Gets the prime (oldest) file from the rotating fileset.

Returns:
java.io.File

next

void next()
Move rotating fileset index to next position.


previous

void previous()
Move rotating fileset index to previous position.


moveToBOFS

void moveToBOFS()
Move rotating fileset index to the beginning of the fileset


moveToEOFS

void moveToEOFS()
Move rotating fileset index to the end of the fileset

Access Rights

This class can be accessed from:


SC DC
[sap.com] FRAMEWORK [sap.com] tc/ddic/ddicruntime
[sap.com] ENGINEAPI [sap.com] tc/logging
[sap.com] ENGFACADE [sap.com] tc/bl/logging/api
[sap.com] CORE-TOOLS [sap.com] com.sap.engine.client.lib
[sap.com] BRMS-FACADE [sap.com] tc/brms/facade


Copyright 2010 SAP AG Complete Copyright Notice