public class LogItem
extends java.lang.Object
implements java.lang.AutoCloseable, java.io.Serializable
| Constructor and Description |
|---|
LogItem()
Creates a new instance of the LogItem class.
|
LogItem(long handle)
Creates a new instance of the LogItem class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases all resources used by this LogItem.
|
protected void |
finalize()
Finalizer for this class.
|
BiosealError |
getErrorCode()
Gets the the log item error code if any.
|
long |
getHandle()
Gets the native handle.
|
LogItemType |
getItemType()
Gets the the log type.
|
java.lang.String |
getMessage()
Gets the the log message.
|
long |
getTimestamp()
Gets the the timestamp of the message.
|
public LogItem()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public LogItem(long handle)
throws BiosealException
handle - Handle to the LogItem.BiosealException - An error has occurred during Bioseal Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public long getTimestamp()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public java.lang.String getMessage()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public LogItemType getItemType() throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public BiosealError getErrorCode() throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal