1 2 package SOFA.Connector.Boot; 3 4 import SOFA.Component.ComponentLifecycleException; 5 import SOFA.SOFAnode.Run.Storage; 6 7 public interface CNComponentUpdateInterface { 8 9 public void updateComponent(SOFA.SOFAnode.Run.Deployment.DeploymentDescriptor newDeploymentDescriptor, Storage stateStore) throws ComponentLifecycleException; 10 public boolean isUpdatable(); 11 } 12 | Popular Tags |