Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES
Hook: Open Log File For Evaluation
Requirement
A log file needs to be opened for reading, possibly with a filter.
Method of Adaptation
Add Feature
Level of Support
Parameter Pattern
HotSpot
Log management
Participants
InputStream
, inputStream ,
LogInputStream
, logInput ,
LogEntryFilter
, NewFilter , filter
Changes
instance inputStream of InputStream.
if all entries in log file are needed for evaluation:
instance logInput of LogInputStream with parameter inputStream.
if only selected items are needed for evaluation:
implementation NewFilter of LogEntryFilter.
NewFilter.accept implements
LogEntryFilter.accept
.
instance filter of NewFilter.
instance logInput of LogInputStream with parameters inputStream, filter.
Comments
For special cases, special implementations of LogEntryFilter are already provided in the Framework. These are:
sale.SaleProcess.LOGENTRYFILTER_PROCESSES_ONLY
data.ooimpl.DataBasketImpl.LOGENTRYFILTER_DATABASKETIMPLACTIONS
data.ooimpl.DataBasketImpl.LOGENTRYFILTER_NO_DATABASKETIMPLACTIONS
data.ooimpl.DataBasketImpl.LOGENTRYFILTER_PUT_ACTIONS
data.ooimpl.DataBasketImpl.LOGENTRYFILTER_EXCHANGE_REMOVE_ACTIONS
data.ooimpl.DataBasketImpl.LOGENTRYFILTER_COMMIT_ACTIONS
data.ooimpl.DataBasketImpl.LOGENTRYFILTER_ROLLBACK_ACTIONS
Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES