Comparable<IEnvelope>, IEnvelopepublic final class SimpleEnvelope extends Object implements IEnvelope
| Modifier and Type | Field | Description |
|---|---|---|
static int |
EMERGENCYPRIORITY |
|
static int |
HIGHPRIORITY |
|
static int |
LOWPRIORITY |
|
static int |
NORMALPRIORITY |
| Constructor | Description |
|---|---|
SimpleEnvelope(Object pMsg,
int pPriority,
IActorRef pSender) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(IEnvelope o) |
|
Object |
message() |
|
int |
priority() |
|
IActorRef |
sender() |
public static final int LOWPRIORITY
public static final int NORMALPRIORITY
public static final int HIGHPRIORITY
public static final int EMERGENCYPRIORITY
public int compareTo(IEnvelope o)
compareTo in interface Comparable<IEnvelope>Copyright © 2018. All rights reserved.