Package de.elo.ix.client
Class QueryJobProtocolInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.QueryJobProtocolInfo
- All Implemented Interfaces:
Serializable
This class contains the parameters for the interface function
IXServicePortIF.queryJobProtocol(ClientInfo, QueryJobProtocolInfo)
.- Since:
- 8.00.036.001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The GUID of the background thread to query the log informations.protected int
Filter for the level of log messages.protected String
Marks the earliest date at which log information has to be reported.protected int
If the value of startEventId is ≥0, only eventIds ≥ that value will be returned.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getLevel()
int
void
setJobGuid
(String jobGuid) void
setLevel
(int level) void
setStartDateISO
(String startDateISO) void
setStartEventId
(int startEventId) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
jobGuid
The GUID of the background thread to query the log informations. Mandatory. -
startDateISO
Marks the earliest date at which log information has to be reported. As only cached values are returned, the value is ignored, if the oldest cached log information is younger that that date. Optional.- See Also:
-
startEventId
protected int startEventIdIf the value of startEventId is ≥0, only eventIds ≥ that value will be returned. Optional.- Since:
- 9.00.000.030
- See Also:
-
level
protected int levelFilter for the level of log messages. If set, it has to be one ofQueryJobProtocolC.LOG_LEVEL_ERROR
,QueryJobProtocolC.LOG_LEVEL_WARN
, orQueryJobProtocolC.LOG_LEVEL_INFO
. Multiple values can be set via the bit operation "|". If not set, only messages of LOG_LEVEL_ERROR are returned.
-
-
Constructor Details
-
QueryJobProtocolInfo
public QueryJobProtocolInfo()
-
-
Method Details