dreedyman / Rio

Rio is an open source technology that provides a dynamic architecture for developing, deploying and managing distributed systems composed of services.
Apache License 2.0
21 stars 17 forks source link

DeployAdmin should return the OperationalStringManager when an OperationalString is deployed #11

Closed dreedyman closed 10 years ago

dreedyman commented 11 years ago

Instead of returning a Map<String, Throwable>, DeployAdmin.deploy() should return A DeploymentResult class that has the following methods:

DeploymentResult {
    OperationalStringManager getOperationalStringManager()
    Map<String, Throwable> getServiceExceptionMap()
}