Uses of Interface
de.aristaflow.adept2.base.communication.ADEPT2ServiceExport
Packages that use ADEPT2ServiceExport
-
Uses of ADEPT2ServiceExport in de.aristaflow.adept2.base.communication
Methods in de.aristaflow.adept2.base.communication that return ADEPT2ServiceExportModifier and TypeMethodDescriptionCommunicationService.getADEPT2ServiceExport()Returns the module responsible for exporting (i. -
Uses of ADEPT2ServiceExport in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry that return ADEPT2ServiceExportModifier and TypeMethodDescriptionLocalServiceRegistry.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 ADEPT2ServiceExportModifierConstructorDescriptionServiceExportInformation(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.