Interface PlatformManagementInterfaceNotifier
- All Known Subinterfaces:
PlatformManagementInterface
public interface PlatformManagementInterfaceNotifier
This interface models the notifier part of the Platform Management Interface that get notified when a
Platform has added the DT to its ecosystem.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
notifyNewRegistration
(URI platformUrl) Notify the registration to a new Platform.
-
Method Details
-
notifyNewRegistration
Notify the registration to a new Platform.- Parameters:
platformUrl
- the url of the platform that has added the DT.- Returns:
- true if the DT platform was not already registered, false instead.
-