| Package | Description |
|---|---|
| de.aristaflow.adept2.base.communication | |
| de.aristaflow.adept2.base.registry |
| Modifier and Type | Method and Description |
|---|---|
ADEPT2ServiceExport |
CommunicationService.getADEPT2ServiceExport()
Returns the module responsible for exporting (i. e. publishing) ADEPT2 services.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
ServiceExportInformation(ADEPT2ServiceExport[] serviceExports,
java.net.URI[] localServiceUris)
Creates a new object to encapsulate the information for exporting a
service.
|
ServiceExportInformation(ADEPT2ServiceExport[] serviceExports,
java.net.URI[] localServiceUris,
java.net.URI[] globalServiceUris)
Creates a new object to encapsulate the information for exporting a
service.
|