1 2 package SOFA.Connector.Boot; 3 4 import java.rmi.RemoteException ; 5 6 import SOFA.Component.ComponentLifecycleException; 7 import SOFA.SOFAnode.Run.Storage; 8 9 public interface CNComponentUpdateRemoteInterface { 10 11 public void updateComponent(byte[] newDeploymentDescriptor, Storage stateStore) throws ComponentLifecycleException, RemoteException ; 12 public boolean isUpdatable() throws RemoteException ; 13 } 14 | Popular Tags |