| Package | Description |
|---|---|
| com.h3c.dist.bus |
| Modifier and Type | Method and Description |
|---|---|
BusListenerId |
BusListener.getInstanceId()
Get listeners instance id
|
BusListenerId |
BusMessage.getMsgCreatorId()
Get Message creator ID
|
| Modifier and Type | Method and Description |
|---|---|
List<BusMessage> |
Bus.getMessagesByOwner(List<BusListenerId> appNameInst,
Set<Integer> msgTypes)
Get the list of messages of the specified types posted by given owners
on the Bus.
|
void |
BusListener.processBusMsgAck(long msgId,
List<BusListenerId> ackedList,
List<BusListenerId> nonAckedList,
boolean result)
Process ack posted to the Bus.
|
void |
BusListener.processBusMsgAck(long msgId,
List<BusListenerId> ackedList,
List<BusListenerId> nonAckedList,
boolean result)
Process ack posted to the Bus.
|
| Constructor and Description |
|---|
BusMessage(int t,
byte[] d,
BusListenerId c) |
BusMessage(int t,
byte[] d,
BusListenerId c,
BusMessage.AckPolicy a) |
Copyright © 2014. All Rights Reserved.