Uses of Interface
org.salespointframework.core.logging.LogEntryFilter

Packages that use LogEntryFilter
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.logging This package contains all classes that are relevant to logging. 
 

Uses of LogEntryFilter in org.salespointframework.core
 

Fields in org.salespointframework.core declared as LogEntryFilter
static LogEntryFilter SaleProcess.LOGENTRYFILTER_PROCESSES_ONLY
          A LogEntryFilter that will accept only such LogEntries that stem from a process.
 

Uses of LogEntryFilter in org.salespointframework.core.data
 

Fields in org.salespointframework.core.data declared as LogEntryFilter
static LogEntryFilter DataBasketImpl.LOGENTRYFILTER_COMMIT_ACTIONS
          A LogEntryFilter that will accept only LogEntries that were produced by a DataBasketImpl and that describe a commit action.
static LogEntryFilter DataBasketImpl.LOGENTRYFILTER_DATABASKETIMPLACTIONS
          A LogEntryFilter that will accept only LogEntries that were produced by a DataBasketImpl.
static LogEntryFilter DataBasketImpl.LOGENTRYFILTER_EXCHANGE_REMOVE_ACTIONS
          A LogEntryFilter that will accept only LogEntries that were produced by a DataBasketImpl and that describe a exchange_remove action.
static LogEntryFilter DataBasketImpl.LOGENTRYFILTER_NO_DATABASKETIMPLACTIONS
          A LogEntryFilter that will accept only LogEntries that were not produced by a DataBasketImpl.
static LogEntryFilter DataBasketImpl.LOGENTRYFILTER_PUT_ACTIONS
          A LogEntryFilter that will accept only LogEntries that were produced by a DataBasketImpl and that describe a put action.
static LogEntryFilter DataBasketImpl.LOGENTRYFILTER_ROLLBACK_ACTIONS
          A LogEntryFilter that will accept only LogEntries that were produced by a DataBasketImpl and that describe a rollback action.
 

Uses of LogEntryFilter in org.salespointframework.core.logging
 

Fields in org.salespointframework.core.logging declared as LogEntryFilter
protected  LogEntryFilter LogInputStream.m_lefFilter
          The filter to be applied on the stream, if any.
 

Constructors in org.salespointframework.core.logging with parameters of type LogEntryFilter
LogInputStream(java.io.InputStream isSource, LogEntryFilter lef)
          Create a new LogInputStream.