| Package | Description |
|---|---|
| de.aristaflow.adept2.base.registry |
| Modifier and Type | Method and Description |
|---|---|
protected LocalServiceRegistry.ServiceExportInformation |
LocalServiceRegistry.prepareExport(SessionToken session,
java.lang.String serviceName,
ADEPT2Service service)
Prepares the export by creating a local URI for initialisation of the
service.
|
protected LocalServiceRegistry.ServiceExportInformation |
ServiceRegistry.prepareExport(SessionToken session,
java.lang.String serviceName,
ADEPT2Service service)
Prepares the export of the designated service by retrieving the
communication service for the export and the retrieving corresponding URIs
from its service export.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LocalServiceRegistry.exportService(SessionToken session,
java.lang.String serviceName,
ADEPT2Service service,
LocalServiceRegistry.ServiceExportInformation serviceExportInformation)
Exports and publishes the designated service (in case of an exported
service) using the designated service export objects and the designated
URIs if appropriate.
|
protected void |
ServiceRegistry.exportService(SessionToken session,
java.lang.String serviceName,
ADEPT2Service service,
LocalServiceRegistry.ServiceExportInformation serviceExportInformation)
Exports the designated service (in case of an exported service) using the
designated service export objects and the designated URIs.
|