Uses of Interface
de.aristaflow.adept2.base.communication.ADEPT2ServiceExport
-
Packages that use ADEPT2ServiceExport Package Description de.aristaflow.adept2.base.communication de.aristaflow.adept2.base.registry -
-
Uses of ADEPT2ServiceExport in de.aristaflow.adept2.base.communication
Methods in de.aristaflow.adept2.base.communication that return ADEPT2ServiceExport Modifier and Type Method Description ADEPT2ServiceExport
CommunicationService. getADEPT2ServiceExport()
Returns the module responsible for exporting (i. e. publishing) ADEPT2 services. -
Uses of ADEPT2ServiceExport in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry that return ADEPT2ServiceExport Modifier and Type Method Description ADEPT2ServiceExport[]
LocalServiceRegistry.ServiceExportInformation. getServiceExports()
Gets the services which are used to export a service or an empty array in case of a non-exported local service.Constructors in de.aristaflow.adept2.base.registry with parameters of type ADEPT2ServiceExport Constructor Description ServiceExportInformation(ADEPT2ServiceExport[] serviceExports, URI[] localServiceUris)
Creates a new object to encapsulate the information for exporting a service.ServiceExportInformation(ADEPT2ServiceExport[] serviceExports, URI[] localServiceUris, URI[] globalServiceUris)
Creates a new object to encapsulate the information for exporting a service.
-