Package tools.mdsd.somde.services
Interface ServiceRegistrationFacade<ServiceType>
-
- All Known Implementing Classes:
AbstractServiceRegistrationFacadeImpl
,NestedServiceRegistrationFacadeImpl
,RootNodeServiceRegistrationFacadeImpl
public interface ServiceRegistrationFacade<ServiceType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ServiceRegistrationFacade.OngoingRegistration<ServiceType,KeyType,ObjectType>
static interface
ServiceRegistrationFacade.ParameterizedRegistration<ServiceType>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <KeyType,ObjectType>
ServiceRegistrationFacade.OngoingRegistration<ServiceType,KeyType,ObjectType>using(Service.RegistrationType<ObjectType,KeyType> registrationType)
Starts a conditional registration.
-
-
-
Method Detail
-
using
<KeyType,ObjectType> ServiceRegistrationFacade.OngoingRegistration<ServiceType,KeyType,ObjectType> using(Service.RegistrationType<ObjectType,KeyType> registrationType)
Starts a conditional registration.- Parameters:
registrationType
- The RegistrationType which should be used to register the service with the service management.- Returns:
- A facade to continue the registration.
-
-