-
Notifications
You must be signed in to change notification settings - Fork 0
service definition
Fernando Hackbart edited this page May 7, 2017
·
1 revision
The service definition is the representation of the attributes of the service to be used while instantiating or running the service.
Some possible attributes of one cell definition:
- Name
- Implementing class
- Parameter with default values
- service vital signs
- service healing
- service adaptation
Some rules:
- The service should support one method getDNA() that returns the service definition (attributes)
- The DNA should support one method getServiceDefinition(String serviceDefinitioName)