Modifier and Type | Method and Description |
---|---|
void |
SystemEventsListener.spaceJoined(SpaceDescriptor spaceDescriptor) |
void |
SystemEventsListener.spaceLost(SpaceDescriptor spaceDescriptor) |
Modifier and Type | Method and Description |
---|---|
SpaceDescriptor |
ControlBroker.getMySpaceDescriptor()
This method returns the SpaceDescriptor of my Space
|
Modifier and Type | Method and Description |
---|---|
void |
ControlBroker.addNewPeer(SpaceDescriptor spaceDescriptor,
PeerCard peer) |
void |
ControlBroker.leaveRequest(SpaceDescriptor spaceDescriptor) |
void |
ControlBroker.requestToLeave(SpaceDescriptor spaceDescriptor) |
void |
ControlBroker.signalSpaceStatus(SpaceStatus status,
SpaceDescriptor spaceDescriptor) |
void |
ControlBroker.spaceJoined(SpaceDescriptor descriptor) |
Constructor and Description |
---|
ControlMessage(SpaceDescriptor space,
ControlMessage.ControlMessageType type) |
ControlMessage(SpaceDescriptor space,
ControlMessage.ControlMessageType type,
String id) |
ControlMessage(SpaceDescriptor space,
List<String> attributes) |
ControlMessage(SpaceDescriptor space,
Map<String,Serializable> filter) |
ControlMessage(SpaceDescriptor space,
String id,
HashMap<String,Serializable> map) |
ControlMessage(SpaceDescriptor space,
String id,
HashMap<String,Serializable> map,
boolean match) |
Modifier and Type | Method and Description |
---|---|
SpaceDescriptor |
SpaceMessage.getSpaceDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
SpaceMessage.setSpaceDescriptor(SpaceDescriptor spaceDescriptor) |
Constructor and Description |
---|
SpaceMessage(SpaceDescriptor spaceDescriptor,
SpaceMessage.SpaceMessageTypes type) |
Modifier and Type | Method and Description |
---|---|
SpaceDescriptor |
DummySpaceManager.getSpaceDescriptor() |
Modifier and Type | Method and Description |
---|---|
Map<String,SpaceDescriptor> |
DummySpaceManager.getManagedSpaces() |
Modifier and Type | Method and Description |
---|---|
void |
DummySpaceManager.leaveSpace(SpaceDescriptor arg0) |
Modifier and Type | Method and Description |
---|---|
SpaceDescriptor |
SpaceManager.getSpaceDescriptor()
This method returns the SpaceDescriptor of the Space where the MW
belongs to or null if the mw instance does not join to any Space.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SpaceDescriptor> |
SpaceManager.getManagedSpaces()
This method return a map of Space managed by this MW instance
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceEventHandler.leaveRequest(SpaceDescriptor spaceCard)
This method forces the peer to leave a Space
|
void |
SpaceManager.leaveSpace(SpaceDescriptor spaceDescriptor)
Method used to leave an Space
|
void |
SpaceEventHandler.mpaInstalled(SpaceDescriptor spaceDescriptor)
Called in order to alert the Space about the installation of a new MPA
|
void |
SpaceEventHandler.mpaInstalling(SpaceDescriptor spaceDescriptor)
Called in order to alert the Space about the installation of a new MPA
|
void |
SpaceEventHandler.spaceJoined(SpaceDescriptor descriptor)
The method is called asynchronously from the bottom layer of the MW after
a previous join(...) request.
|
void |
SpaceListener.spaceJoined(SpaceDescriptor spaceDescriptor)
Called as soon as a Space has been joined
|
void |
SpaceListener.spaceLost(SpaceDescriptor spaceDescriptor)
Called as soon as an Space has been left
|
Modifier and Type | Method and Description |
---|---|
void |
DeployManagerImpl.spaceJoined(SpaceDescriptor spaceDescriptor)
Method to find the set of target peers according to the multipart
applicatio
|
void |
DeployManagerImpl.spaceLost(SpaceDescriptor spaceDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
ListenerHandler.spaceJoined(SpaceDescriptor spaceDescriptor) |
void |
MySpaceListener.spaceJoined(SpaceDescriptor spaceDescriptor) |
void |
ListenerHandler.spaceLost(SpaceDescriptor spaceDescriptor) |
void |
MySpaceListener.spaceLost(SpaceDescriptor spaceDescriptor) |
Modifier and Type | Method and Description |
---|---|
SpaceDescriptor |
SpaceManagerImpl.getSpaceDescriptor() |
Modifier and Type | Method and Description |
---|---|
Map<String,SpaceDescriptor> |
SpaceManagerImpl.getManagedSpaces() |
Modifier and Type | Method and Description |
---|---|
void |
SpaceManagerImpl.leaveRequest(SpaceDescriptor spaceDescriptor) |
void |
SpaceManagerImpl.leaveSpace(SpaceDescriptor spaceDescriptor) |
void |
SpaceManagerImpl.mpaInstalled(SpaceDescriptor spaceDescriptor) |
void |
SpaceManagerImpl.mpaInstalling(SpaceDescriptor spaceDescriptor) |
void |
SpaceManagerImpl.spaceJoined(SpaceDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
void |
SpaceModule.addPeer(SpaceDescriptor spaceDescriptor,
PeerCard peer)
This method allows to add a new Peer to the Space.
|
void |
SpaceModule.requestPeerCard(SpaceDescriptor spaceDescriptor,
String peerAddress)
This method allows to send a request for the PeerCard of the peer with
the specified address
|
void |
SpaceModule.requestToLeave(SpaceDescriptor spaceDescriptor)
This method announces to all the peers to leave the space
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceModuleImpl.addPeer(SpaceDescriptor spaceDescriptor,
PeerCard newPeer) |
void |
SpaceModuleImpl.requestPeerCard(SpaceDescriptor spaceDescriptor,
String peerAddress) |
void |
SpaceModuleImpl.requestToLeave(SpaceDescriptor spaceDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
CoordinatedStrategy.spaceJoined(SpaceDescriptor spaceDescriptor) |
void |
CoordinatedStrategy.spaceLost(SpaceDescriptor spaceDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
MySpaceListener.spaceJoined(SpaceDescriptor spaceDescriptor) |
void |
MySpaceListener.spaceLost(SpaceDescriptor spaceDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
BusMemberGui.setSpace(SpaceDescriptor space) |
void |
BusMemberPane.show(SpaceDescriptor space) |
Copyright © 2018 universAAL Consortium. All rights reserved.