Package info.oais.interfaces.oaisif
Interface CommunicationGToG
public interface CommunicationGToG
Communications interface. It covers communications between - Generic to Generic
adapters - Generic to Specific adapters - Generic to Switchboard - Generic to
Registry The communications may occur over a Network (Wide Area or Local), or
within a computer system e.g. process to process communication, which would be
the case where the Generic and the Specific adapters are on the same computer
system.
- Since:
- 06-Sep-2021 15:59:45
- Version:
- 1.0
- Author:
- David
-
Method Summary
Modifier and Type Method Description PackagedInformation
receive(InfoEndPointId provider)
Receive PackagedInformation from an endpoint.void
send(InfoEndPointId target, PackagedInformation pkgInfo)
Send the PackagedInformation to an endpoint.
-
Method Details
-
receive
Receive PackagedInformation from an endpoint.- Parameters:
provider
- The provider for the information.- Returns:
- The PackagedInformation which was requested.
-
send
Send the PackagedInformation to an endpoint.- Parameters:
target
- The Target endpoint.pkgInfo
- The PackagedInfo required.
-