Package | Description |
---|---|
org.universAAL.ri.gateway |
Main package for Space Gateway.
|
org.universAAL.ri.gateway.protocol | |
org.universAAL.ri.gateway.proxies.updating |
Modifier and Type | Method and Description |
---|---|
void |
Importer.handleImportMessage(ImportMessage msg)
Receives Gateway Level layer messages (aka
ImportMessage
protocol), and manages the importer protocol for each case: |
Modifier and Type | Method and Description |
---|---|
static ImportMessage |
ImportMessage.importAddSubscription(String requestedBusMember,
Resource[] newBusMemberParameters)
Create a importAddSubscription
ImportMessage for a particular
ProxyBusMember with certain parameters. |
static ImportMessage |
ImportMessage.importRemove(String requestedBusMember)
Create a importRemove
ImportMessage for a particular
ProxyBusMember . |
static ImportMessage |
ImportMessage.importRemoveSubscription(String requestedBusMember,
Resource[] newBusMemberParameters)
Create a importRemoveSubscription
ImportMessage for a particular
ProxyBusMember with certain parameters. |
static ImportMessage |
ImportMessage.importRequest(String requestedBusMember,
Resource[] busMemberParameters)
Create a importRequest
ImportMessage for a particular
ProxyBusMember with certain parameters. |
static ImportMessage |
ImportMessage.importResponse(ImportMessage request,
String proxyIdentifyer)
Create a importResponse
ImportMessage . |
Modifier and Type | Method and Description |
---|---|
static ImportMessage |
ImportMessage.importResponse(ImportMessage request,
String proxyIdentifyer)
Create a importResponse
ImportMessage . |
Modifier and Type | Method and Description |
---|---|
ImportMessage |
RegistrationParametersRemover.createExportMessage(String busMemberID) |
ImportMessage |
Updater.createExportMessage(String busMemberID) |
ImportMessage |
RegistrationParametersAdder.createExportMessage(String busMemberID) |
Copyright © 2018 universAAL Consortium. All rights reserved.