| Modifier and Type | Field and Description |
|---|---|
protected AbstractBus |
BusMember.theBus |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BusMember.busDyingOut(AbstractBus b)
This method is called when the bus is stopped to announce this to the bus
members.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractBus |
BusStrategy.bus |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractBus |
BusStrategy.getLocalBusByName(String name)
Returns bus based on the passed bus name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusStrategy.setBus(AbstractBus bus)
Joins the bus and the BusStrategy.
|
| Modifier and Type | Method and Description |
|---|---|
static BusMessage |
BusMessage.createP2PReply(String messageIDInReplyTo,
PeerCard receiver,
Object content,
AbstractBus creator)
Create a reply message to the message with the given ID, with the content
and receiver passed as a parameter.
|
| Constructor and Description |
|---|
BusMessage(MessageType type,
Object content,
AbstractBus creator)
Constructor - a message of particular type with particular content
|
BusMessage(String message,
AbstractBus creator)
Constructor - parses the string passed as a parameter and creates a
Message object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContextSubscriber.busDyingOut(AbstractBus b) |
void |
ContextPublisher.busDyingOut(AbstractBus b) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextBusImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceCallee.busDyingOut(AbstractBus b) |
void |
ServiceCaller.busDyingOut(AbstractBus b) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceBusImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
UICaller.busDyingOut(AbstractBus bus) |
void |
UIHandler.busDyingOut(AbstractBus b) |
| Modifier and Type | Class and Description |
|---|---|
class |
UIBusImpl
Implementation of
IUIBus interface |
Copyright © 2018 universAAL Consortium. All rights reserved.