public class Matchmaking.SingleMatching extends Object
Modifier and Type | Field and Description |
---|---|
int |
code |
String |
detailedReason |
Resource |
effect |
boolean |
isOffer |
Object[] |
msgPart |
Resource |
output |
String |
outputURI |
int |
reason |
static int |
REASON_EFFECT |
static int |
REASON_INPUT |
static int |
REASON_OUTPUT |
String |
restrictedProperty |
String |
serviceURI |
String |
shortReason |
Boolean |
success |
Constructor and Description |
---|
SingleMatching() |
Modifier and Type | Method and Description |
---|---|
void |
processStandardMessage(Object[] msgPart)
A message is a standardized message if:
- element 1 is a String with a short reason
- element n-4 is an Integer with an error code
- element n-2 is a String with a detailed reason
- element n-1 (the last element) is an Integer with the logID (to
track different log messages that belong together)
- elements inbetween (n-3 and n-5 are typically Strings that describe
the elements n-4 and n-2 for readers of the log (for people not using
this LogMonitor)
|
public static final int REASON_INPUT
public static final int REASON_OUTPUT
public static final int REASON_EFFECT
public Boolean success
public String serviceURI
public int reason
public Object[] msgPart
public int code
public String shortReason
public String detailedReason
public String restrictedProperty
public boolean isOffer
public String outputURI
public Resource output
public Resource effect
public void processStandardMessage(Object[] msgPart)
msgPart
- Copyright © 2018 universAAL Consortium. All rights reserved.