Class LogArchive
java.lang.Object
de.mid.innovator.m2msdk.model.log.LogArchive
This class is the archive containing archived events in a compressed format to save memory.
The events are serialized into external files so they are no longer in memory.
- Version:
- 11.5.1
- Author:
- jmback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(List<LogEventInterface> iList) Add a list of log events to the archive.voidvoidint
-
Constructor Details
-
LogArchive
-
-
Method Details
-
getNumber
- Throws:
RemoteException
-
get
- Throws:
M2MExceptionRemoteException
-
getLast
- Throws:
M2MExceptionRemoteException
-
clean
-
add
Add a list of log events to the archive. For each level and each call of this method a new file is created.- Parameters:
iList- lsit of log events- Throws:
RemoteException
-
finalizeSession
public void finalizeSession() -
getSummary
- Throws:
RemoteException
-