private static class Client.PriorizedByteArray extends java.lang.Object implements PriorizedObject
Modifier and Type | Field and Description |
---|---|
private byte[] |
_bytes |
private int |
_priority |
Constructor and Description |
---|
PriorizedByteArray(byte[] bytes,
int priority) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
int |
getPriorityClass()
Liefert die Prioritätsklasse des Objektes zurück.
|
public int getPriorityClass()
de.bsvrz.sys.funclib.concurrent.PriorizedObject
getPriorityClass
in interface PriorizedObject
public byte[] getBytes()