Package | Description |
---|---|
org.universAAL.ri.gateway.protocol | |
org.universAAL.ri.gateway.proxies | |
org.universAAL.ri.gateway.proxies.exporting |
Exporting Proxies, are those components that represent local components inside the Gateway, and handle the operations required in other for remote Space to communicate with them.
|
org.universAAL.ri.gateway.proxies.importing |
Importing Proxies are components that represent remote components.
|
Constructor and Description |
---|
WrappedBusMessage(WrappedBusMessage wrappedbusMessageRequest,
ScopedResource busMessage)
Constructor for a WrapedMessage response.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyBusMember.handleMessage(Session session,
WrappedBusMessage busMessage)
When a session receives a
WrappedBusMessage , it delivers it to
the ProxyBusMember which its
busMemberId matches the
WrappedBusMessage's destination . |
Modifier and Type | Method and Description |
---|---|
void |
ProxyContextPublisher.handleMessage(Session session,
WrappedBusMessage busMessage) |
void |
ProxySCaller.handleMessage(Session session,
WrappedBusMessage busMessage)
When a session receives a
WrappedBusMessage , it delivers it to
the ProxyBusMember which its
busMemberId matches the
WrappedBusMessage's destination . |
Modifier and Type | Method and Description |
---|---|
void |
ProxySCallee.handleMessage(Session session,
WrappedBusMessage busMessage) |
void |
ProxyContextSubscriber.handleMessage(Session session,
WrappedBusMessage busMessage)
When a session receives a
WrappedBusMessage , it delivers it to
the ProxyBusMember which its
busMemberId matches the
WrappedBusMessage's destination . |
Copyright © 2018 universAAL Consortium. All rights reserved.